{"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","local","hint","hint-connector-local","webhint"],"dist-tags":{"latest":"3.2.28"},"description":"hint local connector","readme":"# Local (`@hint/connector-local`)\n\nA local connector to analyze the local files in your project\nwith `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\": \"local\"\n    },\n    ...\n}\n```\n\n## Options\n\n`local` allows you to configure the following:\n\n* `pattern`: Add or ignore files defined in the pattern. By default the\n  `local` connector will use the following pattern `['**', '!.git/**']`. This\n  doesn't apply if you are targeting just a file or if you are using the\n  options `content`.\n* `watch`: Run `webhint` in watch mode. Watch files and trigger the analysis\n  on changes.\n\n```json\n{\n    \"connector\": {\n        \"name\": \"local\",\n        \"options\": {\n            \"pattern\": [\"**\", \"!.git/**\"],\n            \"watch\": false\n        }\n    },\n    ...\n}\n```\n\nIn addition, the `local` connector accept a new parameter in the\nmethod `collect` that allow you to pass the content to analyze as an string.\nTo use that property, you need to call to the `executeOn` method in\nthe engine with the content to analyze.\n\n```js\nengine.executeOn(url, {content: '{{your content}}'});\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[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/connector-local","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-local","version":"1.0.0-beta.0","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@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},"dist":{"shasum":"5bca78e2da1422ecf3722be04d6a3f6bc6280c20","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-1.0.0-beta.0.tgz","fileCount":6,"integrity":"sha512-N81TVmYWRrWpTWoH4Og3e9cCX9Eo9gQCpl4zgQPqGcseqqV9W1Bc7rtHXjod+rSRWSNx87HBJN4V+zow2xl7fA==","signatures":[{"sig":"MEUCIGS7GYrUehpCLQ7PRcGrHe1aOjd3R6zzEhJs4tzxKyZuAiEA+RN/CVkUEJnScfIoJUvNQL65IPAKS69WCya5GVDJxko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTSReCRA9TVsSAnZWagAARVkQAIn99clG41XQxuTxxrdi\nZRbpKCSAhCTFCSrJfFG/tgH3+zvXcDGp/AHt7g+hQ67ytWnVzjCLHw/e5Jq8\nOZIFq6cYEfivNV/me8gQgZniHcFm6ScETbSmqQ7uPC/ZFxbLzsIWRtrwmnV1\ntPWBAkSKpliMJqkdmjbh9jT1A3jQiyTe8Y17sFkV+B0zzFFBzX9vDAufITyC\nN3ssiHFeSZDny4KTuOPddx/k4JHa9Wj0Kr+OSXkc0Jb12AiwRWImRrlN9AHa\n92vOglf7tUZTVXjmRkeSlmRX1ZcL89VTNj6yBKxUehDSw0HQ15dy50p32enw\n2O3TWTXtsayY79Kru/SWPzEeAuzMVNyQ2frVMyVIBf3kJUbSFRdjsOQUreFX\nmpgBS61gybzTiddmQ03kOi4XcAonRcNBPS6OW356Phdf0Z3tBoomJyB/a4WQ\nwjj1rJLHYaBQJDrzltuAE4RcIALo8z4I5fheSZwoUv00YvRBnHMeKrKHVPaf\nmFOiV43tOajXuWS7HyeMWinL/ncJzPyUSwiU95C2AV7IHe7k9dpaf5JldkDj\nnoYVkXHLGI8PQ+P2uTVv1vdA8O2ewoFXgiyRCJOxYvn831eTr07O2eZLMgpK\n/DxKE9j5el0z59HwQKlIb+vflOdjoccRHsgL97OC/YdbZglMleN38h5OoXWK\nytC/\r\n=sdo+\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 && nyc ava","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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"10.4.0","dependencies":{"hint":"^3.0.0-beta.0","globby":"^8.0.1","chokidar":"^2.0.4"},"_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/is-ci":"^1.1.0","mock-require":"^3.0.2","@types/lodash":"^4.14.112","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.11.0","@types/mock-require":"^2.0.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"},"peerDependencies":{"hint":"^3.0.0-beta.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_1.0.0-beta.0_1531782238448_0.6809678857491659","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@hint/connector-local","version":"1.0.0","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@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},"dist":{"shasum":"4424d355c03923e97724a8330d0155c8f0efeceb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-1.0.0.tgz","fileCount":7,"integrity":"sha512-CMJkzoqkVX1IEi+OVZdF1uhUNCYzsXkO4uP/eR4B+6lRK5dKnFYe3ARPGz9WeZhr1pyyzqWbPS6DudwGlC+GSg==","signatures":[{"sig":"MEUCIF9yc9kiN5Le/Or6jLd+UxGwQ600oMPeyfIlDqatjdjeAiEA5GQftv/A0l9UDLXa0F1UpOIXOa8N92zDHEi6MSWw3wc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaKdUCRA9TVsSAnZWagAAJucP/jkYwobiANWxqWcAnycr\nAgBbytXIr40WaK/cTeEKI147BE+0Mpf+9oHrST4pYiqUy9ynwOpxgl592J29\nhWiX2TPRwyF8qO/EsI5VoT+7TAkrgb/fdgfH6wKErfXcieCWyw/3md1KuHCq\nMrHQaLkxjQ/KxfR0EWAh4rf6vdADbsXE06qesoUafBnwIQ0ZvQZQfyeVdrrV\n4VVmNh6JT37+GKYMMT/ssI2QNREA1AMLFl6rDeaFnVBU7rfvONLM/Ymx+MYq\nrYDFEHrPCH92xJmT53yONlZhc4uP8kcWUkl43cHvBN2Vbr9U/JsVhEG2KdJp\niN5f9zGLzz+3GeZ7jDQGuEtL9cYHjGxC+m8MZsz8bUupQEPpEIgJj0byTXBK\n0enVd4id9TgsdLUD9g1aD1LLnoLYPgCtwQN4CzJpjWJqQgDSM/qzU8J2p8T1\nwUgldTAH1QYwxcpkAIjxo0LgQr2fVPN6a811fidv5S3z3W9tf+bmwYcxMP+k\n+f66/F/04psUnxHRuLgUAr4YW+IyXFlq5GZ7MDERhTVy9qNVNmVj+at04Hqp\nugeXyi+tyZZcFv8iqXRLpjtO39YfmPrRkfDg18oX4e2Q7qz8sl4+aTYZdAvp\n1sYr6fZPXCvFP62ioXlIy5ZXeWh8IyriFkMq3MqNTd/7fIDAFxTeryIl/qw5\na834\r\n=wGVl\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 && nyc ava","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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"10.4.0","dependencies":{"hint":"^3.0.0","globby":"^8.0.1","chokidar":"^2.0.4"},"_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/is-ci":"^1.1.0","mock-require":"^3.0.2","@types/lodash":"^4.14.115","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.12.0","@types/mock-require":"^2.0.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"},"peerDependencies":{"hint":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_1.0.0_1533585236293_0.04486247459249593","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/connector-local","version":"1.0.1","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@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},"dist":{"shasum":"08db0f07cda9a992a737306b50e28fe936e204c4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-1.0.1.tgz","fileCount":7,"integrity":"sha512-OmhJ8Y8jov1gH7k0byUZ2BnDK+0pr9h+Soy10661+TRu1guFcOXDnGUOM0XplkXzbPDWHJvrP/zFvkXeEQXgjg==","signatures":[{"sig":"MEQCIHAIvRdpedXM9ldVDFBrGg8rbg7x5jzMCDlBpDX2QcYCAiBX9th1JDMPE/NgkrhZ9TostkIyJRJG7hr+FYOoaoZ0ZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhIhNCRA9TVsSAnZWagAA9/sP/jbCQtI2vXjweCts9IhR\nKHrhraymFWRQobOcjj44ITfbxYMu473EjEMcHu8hVFh4TuGWCbql9GgMNSW2\nskWWYnmfO363W4OlnVX2BugseLR2ulhY1SyDceeRQrioxb7J4z0Iq91qxTgt\nwdBrd1ICKyFxz7qL/3GIllCXwY608QoCmFpYQP3Uo83ITKtsWhZaEar72DCX\nIxHMyKudYdwr8iZ0Z1iWH+c5frYoW/bJQMF5YkL9FM/Ak2ELP+pXCGPSssz9\nJJHY6wFc1biwPqs4U2ikzHGgNIf6hlh7tIZqxPjxc6RBTiwJ7vekeBz8OAFg\nQtKBDu2WCEx820A4CAe0S3qE/k2d0bMlxK8KHK4xe2Oc8F8fGgnnR3Za6j+X\nmTBPr0fwTSSruQBMLX2zeFqW35UOe1Iuwa+nZLC7pxWCc2J/l2c7G2yUlO74\nfzA9DHIOC02h5WVCpIU0JClqi+v0sBhjKtZ2N2UWOgHpMa+lbHqj2u0O94m/\nrAEX+mL9CldV4Yp7fJpDGl6S9KHMhspq1JIfVz3OTGOScWJR4F/W9eDqMMUU\nMrLzm9DHcVEVms4iVJlkp/kMkpfzg/ru6cV9XVSebK2tFNFi7hpqqHd+sYVj\nVcaQLQC+JPHgd3AnRj/op87kZx6sDgWVHZfu7HRbfToqUiaYWOrMzkLoVf59\nxFux\r\n=paxn\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 && nyc ava","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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"8.11.4","dependencies":{"globby":"^8.0.1","chokidar":"^2.0.4"},"_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/is-ci":"^1.1.0","mock-require":"^3.0.2","@types/lodash":"^4.14.115","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.13.0","@types/mock-require":"^2.0.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"},"peerDependencies":{"hint":"^3.2.3"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_1.0.1_1535412300517_0.5473297379342457","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/connector-local","version":"1.0.2","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@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},"dist":{"shasum":"8c4ef08256f5c2b9616fa39d2dedb3199dfdb272","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-1.0.2.tgz","fileCount":7,"integrity":"sha512-+hiMaWjz4ph9vLstEep2g6epiaLxzMdQ337AIoPrchxNmvesmNAvj/rE7AmbVTQoRYRZw9kc8LH2qUKAzi4M1w==","signatures":[{"sig":"MEUCIQCKrroOwNLH1qSGIYB7dbmOq9nkv/oFbwa5v6a0zmrM4wIgVsXCLyTY7k7n8geSLD0TUPV7UiZM30akCLql0qVGAx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhfWsCRA9TVsSAnZWagAArHYP/23bSZmH38a8I4P25T5f\nnT4KuNmg0bbT5WcsRX4AVjs7is+zM96I1s5bS7EQWrmYr+gKHWkRvFBaKL+2\nFT93vzV/3JD1G/Y6zeBbysRRnZgjwye4GMqtoHQXeX3Fx360fYoM1iZtOG8X\nWSAYG3tN7vs1mFMuGpYYeBjuqnfbhB8vpLGRkw+FDm0Z3meYxh2WiQKMbbA4\neYI8sAlFWpxWpnZ72tVMoEg+2vdXqPic1buLc+D/xV8t5OPIq7V7wDwNGYY6\ncZJ0jFXflKAHRtAc1ATYUBj0ZltN+wqfCNagGkXdd5C/7QhsR83WZ6L1178q\nB3qM0YKJsRUwREYZpSgjMVJ3rxZPVihN9h8vEmrLUm6gijlimTcifYYZbHTj\nWAutHWcOVcLmCJic7B0TLG6dFntjS1bGMOBQ5OK3qdgSEAocpMM1UQuy3OVR\nBRwn522dJ/5hOmYQRN9zBqwBqfjEdzMgElSCueNbAOC8GD94A5MFb2JCyAZ/\n5wawbwLfVjR2OnEl07uz1QYqLaNZxq/AZbPOxvnaVCHBhueVOV18BsLh+LTN\nQwXjmaKMpesTb1zR+vNzxvCmVU0LjE91w/g1gEHHQKsSNAEoceIo8ZOKozjs\nh/hIE16LNn5vLQuFeYKH7xsxpn5BLsQ+bvcc8Uj75fgDTACbJo1sZXHjE74k\nal0d\r\n=7dby\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 && nyc ava","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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"10.4.0","dependencies":{"globby":"^8.0.1","chokidar":"^2.0.4"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.2.5","sinon":"^6.1.5","eslint":"^5.4.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^3.0.1","@types/node":"^8.0.14","npm-run-all":"^4.1.2","mock-require":"^3.0.2","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.13.0","@types/mock-require":"^2.0.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"},"peerDependencies":{"hint":"^3.2.5"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_1.0.2_1535505836008_0.2511383404049068","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@hint/connector-local","version":"1.1.0","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@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},"dist":{"shasum":"364221d693b28b54459a2f231a36de94f00f66ce","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-1.1.0.tgz","fileCount":7,"integrity":"sha512-KFdkDvYEDHMy7TVF1WqKtbNsaar21HB8dJfWlWGqyVPTvNvojCou4c6DRGaoSKdovK0/ScN8aKwTcLtf5ItttQ==","signatures":[{"sig":"MEUCIHLnGeKpy3L0X0VX2EsgkI2eAAekFEAcxAy3ZhaO93UJAiEAx72iTFTHLhObj/uOly9tTKL+oAEnGff3looeLhinueI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94373,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkF+aCRA9TVsSAnZWagAAX/4P/Rhr0TaShOlra8/J9O6n\nxWCp4VcPxys9T9+ndYAhGtJh92D8pJScIK3Jz8MHsu1+sD0AzsKCAsHmdDtY\nFGX2fDAP3Z68weEMV4FqvA74UJdSU6YcuRII7/Kj5MIAxve6BXz8TOAboRCW\nvAKisG7Aa/PH93d7bkj4x+CCANn4N9WXl0nO0mkNI5CQRhA1y2shbQ7ZElKk\nKP+fjng7g3bfn/dATSX9K7I2uQG6S7BnpAJSDxtgmFzefFC/vKd1dXpRVR7t\nD3VKIQ2M59zbKmP4zF99XuySSnJKU/+tjNOG0Ots2c3k1rzzi3rUYIrPcvyw\n1wrK7N5qZjOyhiIyshrxoo8UKPM7z4L1r9MZjS/YEvjRgMw569hmdC1HMwrK\nEa5bdMg838lpyuTlV4lmDT0U55S8MvrTFXoDdykzelqCK7zCGMwsQA4P+RIC\nNPNXFID8/n/OrEhmudfMfz3OGuRryITVjjCWC4l7B4sV1O2X7FsO6VFyipxu\n8HXOTrt5BBYXPAYkEyqyiEvUr4JkY0ZzqWBrY2w5QP/oybDCx1VSoB5Nkpos\n5iC+4WBCN5LcdsHHUzzOdAZKWQxBnAw3in8+P46nAYFhwT9QWByaE47gk2gg\n4fOZWiNmWRQmGC7SiOw6ogYcYVwa5lV1sNZhRa5DvyPZqU5EeNtwLdbqzW4U\njz5p\r\n=e6b5\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 && nyc ava","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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"8.11.4","dependencies":{"globby":"^8.0.1","chokidar":"^2.0.4"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.3.0","sinon":"^6.1.5","eslint":"^5.5.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^3.0.3","@types/node":"^8.0.14","npm-run-all":"^4.1.2","mock-require":"^3.0.2","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.13.0","@hint/parser-html":"^1.0.0","@types/mock-require":"^2.0.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"},"peerDependencies":{"hint":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_1.1.0_1536188313851_0.14441981384269065","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@hint/connector-local","version":"1.1.1","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@1.1.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"e5f9d912fcf907147642bc162c48353c4d5880b2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-1.1.1.tgz","fileCount":6,"integrity":"sha512-QVhxbPUDnn+L0/J5L943+063Tq17UzwpR7VkUViRwcaPcwamXzl+SI+2uJWjW+tDnb5HnHzBZ7plj2zbzwn8SQ==","signatures":[{"sig":"MEYCIQCYiQFLPuqwCSgbLTb8hEuvOT7yP1U7GqfLL1DVC2vi+wIhANoU+bY0bT8r810V0vmQVPbYFUl4sF6lH3fndZRmxe3X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkWi/CRA9TVsSAnZWagAAeCQP/2yvYx/k1+STUFvOnVcW\ntIzvdnph6IdV/tw1AK6YwpKKkTO0/Tt5836yR3CVLlObNf3HZ0YsvHNeNl6u\nrbJ/QZvRIGTOfHR7Xj7pQnQLZgK0HUpPWUoQ/Gx0KvOXKCngWx/rnh1nGghZ\n22M6DshoUP9SRZc7rJwbiyvXh4dNDIwR1sGec2CnrdDGxUKcu+ZrJ815dPTt\ncZ3LesGWczZ35dQfZOIahMVj7a52J58CEDr5JMyyAN4KUS4x6lxPbxUwHqT5\n8Klmsdy7jBP8jhDxW2f3E13yFx66AZbAqUeCDX0XFh9ZFxC4FxitnQIuypLM\nm4+JJTn+cthsQ1v5HOsElHT5cpMnp1hwg865S7/fEvPlDzCxEol4iYBCYVu+\nf7fMEIl7hS66so301Bt5k+NpgttV+d43Gw1YS0zJ2aPgi3XguFLP3mMuDDDd\nRISLOzSuj08agpGtXF3sBPGsEeD93yqgYxcqBVV4vjZDg/ig6AusAdtykw5o\nXSe0cxBaDht5QII11S89e6Fb/gxvA2ArlF/aQ97W+UABRYAzaKbhkgM8mZqd\n2++H7tXxu25TAw80x/afmxcmd35nL2jGUqc65pIbHenBg+opIvwMr/vA9hjn\n0mt4xH/ZZpa5/nln0NuCWRD8oQPpHVXvwBBEGUtIriuMr3KcwQ+d2l1IH/xV\nHp43\r\n=E13X\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 && nyc ava","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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"10.4.0","dependencies":{"globby":"^8.0.1","chokidar":"^2.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","@types/node":"^8.0.14","npm-run-all":"^4.1.2","mock-require":"^3.0.2","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.13.0","@hint/parser-html":"^1.0.1","@types/mock-require":"^2.0.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"},"peerDependencies":{"hint":"^3.3.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_1.1.1_1536256191129_0.2976941842113685","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@hint/connector-local","version":"1.1.2","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@1.1.2","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"4d0959d6e7b9519ca12569935273209e19fe6de5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-1.1.2.tgz","fileCount":6,"integrity":"sha512-yChiDMEk6FyDWtIgkJ5DlxzvBLU7t4aemgdMWEG+91d1HGgibyvb2IcC1OTMJm02bTd1JPm3IlrMBGubi5sgEQ==","signatures":[{"sig":"MEQCIDtw/9rXxdPvQ2TlL3IuHtbf2K1qrurDNSjCJCdSz2XjAiADjHb8RZXul1mtGPbdNAonXZ5i4fATkFNa8Ab5Q9B8kQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbm7uMCRA9TVsSAnZWagAAvy4P/3ssmAptA2lWc2GYubSg\naSC/WeWiT9Ska7d+kVwF/Q7+sh/SIv06gXiMkE+AA/emminrJVjJUTDv/q1C\nl7MZFUU47FNwLPge/Q+6QpFqiFliImncQ2HPq1NMPeu2FlRdepQnVv2hhplX\nAQDw5Z+tf141BRHKOYIou53v7aTDIcOpNhaTIVEi67CRLb80vDV4c1bH2L/n\nDIT6LuzH7QdBfkIHnKy32XVUNszg6O5MJHR9qYgqiyJ6twNgt+NhazNdQAiU\nYU+4TlNWOjyt9cGZ7ZM3QUAVlPFT3nTz6mUH/dNs7Db6d5yps475YCw/YzHN\nDkeZTDjP1LJ18Xx0lkq0YYP6888SA3WdluKD8uknthkmGGA1xvRdXBbHB+b5\nxdwROpdreeV1KcZUHabGyWmrSvlJte7EszKbBBqJ5+TzMILPpbGUGmgJY5lF\ndNCATTkKRdmx9hakNTZu1Chmyo0g0DQPGYtj8GtyLlqN+NUQtbda3HoZfO5D\n5dDNRS2MK1pta/O3XREqZhGLI7ArgDNzisovruFKtXb+4ShvRJIbj8Xkn5Iu\ny8e2GZ0V8PElKQk3mF8YEPSqZecLgYFHLHUO9sUTCGrImek33eF9VkBscS3r\nFO4srXXslZ6qyr4fjoGXjcRUN2vs0uieHKhw/C6VkShVtUqVcBKOpcg93l9+\nIKRr\r\n=X4VR\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 && nyc ava","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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"10.4.0","dependencies":{"globby":"^8.0.1","chokidar":"^2.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.0","sinon":"^6.3.1","eslint":"^5.5.0","lodash":"^4.17.11","rimraf":"^2.6.2","typescript":"^3.0.3","@types/node":"^8.0.14","npm-run-all":"^4.1.2","mock-require":"^3.0.2","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.13.0","@hint/parser-html":"^1.0.1","@types/mock-require":"^2.0.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"},"peerDependencies":{"hint":"^3.4.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_1.1.2_1536932747722_0.8009667369560831","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"@hint/connector-local","version":"1.1.3","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@1.1.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},"dist":{"shasum":"2497374dc19d6c16d0aadf63cfe7fd5f123479d7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-1.1.3.tgz","fileCount":6,"integrity":"sha512-O7NWvZUctoyasx920gogGwefy5BxiXU6ReqAVtFB73UavQm9hzmJXw2LEHHdM3mpPhElCOO8RrOPqyEN7euhpQ==","signatures":[{"sig":"MEYCIQDB0QC5iiYGmv+mYAbmy6gX1yen/J4sGv1Uyzt0OL1eBwIhALj9bIj7VevrliZZg1E422WoHsFB2MtemfBBWY+Lc33e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2iVhCRA9TVsSAnZWagAAcnkQAICivTWPLrm/qKNaQtWg\nPIATvGFA7ta4bkD4yvBVYSIPra0xdXlJvvLZSxIkE0YrmZMBqbyncyuyaJ4i\nN/TuO9usCwq7SZMq/yFfO6tuykv4qO/cOnkLf6s1r8P592i9aNhHW8qnaAzA\nyi48yGIC0CWQ/NjFTDfD9nqm+85IckgM2SY7aIXndD6ROihSIjLrjyBtSGl5\n4HdwiQs1T/xqk7nBBkcVfbjuaCUKz81xa9Feq+mRwwMniUzzL5T911/CtduV\nLKim47ZUfWzKxgG4NqjGEke0hXLyLavznfR2/4tzb8KJgwA4HqMI1IaUtFHA\nqvDI1LyYq37Hg/DgOsOmLcZ7X2mww4hf5vAEDbupx+zzKeD8+gIybDn//4O2\nfIvltftvyQP0mBA0Kpjf3a/A4s8ZVYKupTqBCNNw/HY+j2DFbLoybd4oLb2r\nj073ND2+8MmC3T2PfDeYEEjlxjezWwb/68xD5Qcm5HzYo8c3XELs5Rj1tzdx\nf9A2TwDKaeIYKNdONxawFl9TUb4aEM00n6+SLxHvrBb35NEmJF5zmZ9JkG12\nc1IDC+zUyfD888fZdLA0nKjlLeq3WWxghlywFXSkLMeEI6s1tTEc7xLcSI31\n3coRAVP2BitCSiYSb2s5mdRmMcq+GKk9bC8rAUdX5SgzuRoe+6xS6Vwe78hQ\nF7R0\r\n=Ba6l\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 && nyc ava","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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"10.12.0","dependencies":{"globby":"^8.0.1","chokidar":"^2.0.4"},"_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","mock-require":"^3.0.2","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.13.0","@hint/parser-html":"^1.0.6","@types/mock-require":"^2.0.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"},"peerDependencies":{"hint":"^3.4.14"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_1.1.3_1541023072321_0.807573440660204","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/connector-local","version":"2.0.0","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@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},"dist":{"shasum":"1cd1e400d7572b4b58b9d406cf1ebea99bb5453d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-2.0.0.tgz","fileCount":6,"integrity":"sha512-HnXHcFHyZh4TKr0Kjv0L3/CKNspwxB1oVNxNPUY55npGYYod1iMKdlygKO7M5emrQ8G4YFIIS1aQoGl2G1l0aQ==","signatures":[{"sig":"MEYCIQDVh1LlnbhbxUSvc46wq9ao2QSRyFBLoKUdluYoLWpkHwIhAIF4rCVH18cr7jv2HezkDmbJBbpJMAogc9cbPant8jKz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4M5CCRA9TVsSAnZWagAAGQEP/0Nh0TnMFNy4kmJYvZkC\nzZHmCotiKIirWbogzUHsj3EEfyLm/3f5QT/69PmPQSSiZHTXhofgfWt8fUOJ\nH04DEe7Iou48bSK7KeJw5hEJb0yiQZBh+N8jOuF9XS+Tug/vCt1XXLZg5M/F\n5v3rgUbRYgYSjQJ4VBI1u7Wo66LhJxLp/d07UzIC3ezafYaHS/v+glLDMaeM\ngSIyKNwRNVuTJlJII0Ex5kClbJMsqk7Pv+M6iA5cTny9ct743nuyFbTX9AuZ\n/xyWhzWASsYQtS1kYegdSMhG85DXSJh+L1KmyvYvRNEeb7UDZ2UFvkuXXT8j\nn+2YjwbuVd3ORy99krg+jzJ0ZMtwpsOW4TxHcKnYbDMdrEBMpze/JA4iinTD\ndXA3yfUu1LM11HO3LZnzDKgTkHB5JDRx9yEqQStafL2tkdm32KRG42Pn64SG\n60tD88ulgFBug7XFarrD9JyNZjc4cvksV51T18Uh5Rq+bP+JrGFtiLKmwNBG\nQ5CG6sykoxd8BYP+jHBhiY7lCHMQp2VhYcaBS9Dvr9xQOYeVv70TYZAwwmay\nI3f89y8oSnQiilTIz2838Q15miy7L9VcC4fAJCIOIOyQ39UDdM7Bdtk++KT0\nm1T9ydlAAbZdSchk4uh8UU2fN7BXJsUVanYNPSRwgnAcXcxHyAtFlBzjsKUh\ntAmH\r\n=mdmo\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 && nyc ava","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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"11.1.0","dependencies":{"globby":"^8.0.1","chokidar":"^2.0.4"},"_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","mock-require":"^3.0.2","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.13.0","@hint/parser-html":"^2.0.0","@types/mock-require":"^2.0.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"},"peerDependencies":{"hint":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_2.0.0_1541459521393_0.22496356087225666","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@hint/connector-local","version":"2.0.1","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@2.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},"dist":{"shasum":"324c3c491ef33a54ccae6155e377af66cb987940","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-2.0.1.tgz","fileCount":6,"integrity":"sha512-WoZTRcIPmwq9vSD4gwSM7ghD+GKVdNHRXRmcIHa9zvnEBmY4T1q1vxwlQzLxyCm3yNGRq7nJvHh5dtSKp5bcFw==","signatures":[{"sig":"MEUCIQDavA9PcZmQln2HJTCH/cP30hU0YiNYv8hsu5DLCaG1uAIgPkyJGNwVGIHoCzQT6q1M055co5USQN9ACXvICpU0Ag4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/hUJCRA9TVsSAnZWagAAX8UQAJxwYUGZ/oFSBhhaXmUK\n9fRbELvLnyRzVDI/RvHrk0yM2FSL9iyG1PNrL+nO8Q+VL8vzLLyfIHvmmypJ\nT1KJhzU5l8i5lhjdfWGtsCaNux8TodG0VdY5i7HxA9r2aZHkc1HcyRcxCbkO\nRAtweYEGDzAS+1GOUmXEV7HoOstxIJ+JdkDx64TfkDZqujsVF8rWlB3341cg\nI6c6ZYAbGj3P2WP060Hcx52Le/IQMJMYACPQ+Nk9Z+RuDgRFd/eKYgNGzxD1\nG7b0aeTVNEFbJcxre8KlmM+BQ8pqdFu/KUr5IbsCX4hcTgg2Zm/D1+1t6yu3\n8fA/2sigf6ZY4VOPYf9kYFV33GFp5tbHtLkiqeZCzRL6f7FTxsHhosZNwPux\npfGlcIICdFGJmU2tUQI+mBdqQU0LCDLk6uI/OcDDYTyj2XZiLU+IZfuQhQFB\nWlE8ROBqcO6i9MWTl+VCVbd2RUJYNo/gP2eKrlah8kZUhytYcqnp7ndqGUwY\n0VI0dD/EDm+BrDF3uuV3Q0Dg1+1mMlysGKT5+rv8mKXVbxmp5ozRUrMkNUXO\nR/OIZRbyVTptg/npEM+N4OtPzlV2DsiYQcSvkul3Bh/3iim/yH9uYzJfG0XU\nAt+H8Qn+MIVsTXW7/jp7T3s8JofwhMWjIoHh8TQBw6+qqxWzwen3u6dwKM+Q\ngAnL\r\n=jYtb\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","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","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 local connector","directories":{},"_nodeVersion":"11.2.0","dependencies":{"globby":"^8.0.1","chokidar":"^2.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.0","sinon":"^7.1.1","eslint":"^5.9.0","lodash":"^4.17.11","rimraf":"^2.6.2","typescript":"^3.1.6","npm-run-all":"^4.1.5","mock-require":"^3.0.2","@types/chokidar":"^1.7.5","markdownlint-cli":"^0.13.0","@hint/parser-html":"^2.0.1","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"20.1.1"},"peerDependencies":{"hint":"^4.1.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_2.0.1_1543378185159_0.3387526135238328","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@hint/connector-local","version":"2.0.2","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@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},"dist":{"shasum":"16da0f19d8f7af689af58b26464dee55bd5a1247","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-2.0.2.tgz","fileCount":6,"integrity":"sha512-gucx3oHqTMefp2guvdBp7gJT9Ns6Kwoy8K53VyJ2bJZKDrZrA63XrdZHgpwytruLWV8S8g0YfAJKAFkMemNIyg==","signatures":[{"sig":"MEUCIQD9lDg2HCXGLEQL/W0LU3tV7uAKE6sRRUUFjQQ85b9BCgIgdJwVanSNI4hQj4mjumjrz+zUhoTAsVw1VDtC4V+ahRY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKqCbCRA9TVsSAnZWagAAYxoP/RMMKt2NDtjmgPJf3Csw\nP7vuyGsUmbWA8Yg/JlzP3zGupeXJ7L8UhvRiYMEF5l3vQCMSzd/5B+8rgur+\noGkDXkGbpbBFvlZ1ADgz0lLn5w2I/74y3Qu+HR28gu2yboeRgPSol2auat1Y\nCX5FTjy+HSUGa0EPGOU4Laks4HMtz+cl+4FK4GQpDdj+5dEWLn4JiEQ1sGqh\nHd52ym+pVZXC9rNfZmiszXYA1KQY8QLN2FwetVYR/TlmC1aYwTgMUw8eIlrP\nn6+HtHx8XUK0yBMSPhYME8fTc9jfMir9IwOyuH5QYqwD2tJ+OA4vRfxoKJaN\nUN66u3FiS+r/kSL7RpC1CDpSBs0gim3UMGpVjSYNuZLHmqtqyrEidVypLcoc\nhsC9/T8liKRTjy2clpfOBQNuITHIMh77mH/cO+x4StOZ9BtpG++k25VYwVAW\nAcFQlm61n+AbU4QbvDpWvaKhbcOVUHgmNg7HkRSD/Xd8qCgCzz1Rg/64Xzi8\ndTFyTIGmOLl7rnRv3ZUMlUP5g5AZVzaUa5S/P0kNPpFV/ao31+xXWV1BCZIV\nD/jH2YQh4Yc2X3wNEPJqrwUDBVC/9OKDrzhhlAuW2mXaniEaEcDkvJ/pYbQm\nJeoDLS3BFeaQ3NbA4hl+PVIH8qm5wwSSPy24MZJ517c3uWeh0U7Z/JFteChz\nIwWn\r\n=qHLB\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","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","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 local connector","directories":{},"_nodeVersion":"11.3.0","dependencies":{"globby":"^8.0.1","chokidar":"^2.0.4"},"_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","mock-require":"^3.0.2","@types/chokidar":"^1.7.5","@hint/parser-html":"^2.0.2","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2"},"peerDependencies":{"hint":"^4.1.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_2.0.2_1546297499148_0.47098380875236034","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@hint/connector-local","version":"3.0.0","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@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},"dist":{"shasum":"2c0c133380b26f59768cf2f3cc65d7c4eebfb22d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.0.0.tgz","fileCount":7,"integrity":"sha512-ybXESAtGQAxHYtEt3iOfp9Y1YODBwiIpY4kovf5M8Lt0YuiNODpFmbB0vJevqkNg4aNH6+wk4B1yvZbem7WBow==","signatures":[{"sig":"MEUCIQC5zGH3l2ba2C/nmnONmUjVRjwRaLA+QzCaEGOzdcT4xQIgZqZO6oLfXCNawgS3ikk9qIeEQR0lCsjglb3dTHKo3Is=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc23GeCRA9TVsSAnZWagAAi68P/RW5cbSPliW4QVApGUUb\nDG6MO5orX7rAftlqJrGaNiNBsrwvBX54zNXu1h7MYIYhNlBQqCEZJ+vl74gA\nYRID47SRGjrgyJ5npa8FmORK68w0aaq0aVvcKHNSKy6YfykfNXY6qDsdGli2\ncQwrHSKhiLRfLpKlaDXtLgC+bFa6XcZrlorQs6xgcXewXPIFkJGYGjNLOXhd\n62rPfSgy9OJRuMLNn6PTMysGf76zucnv+emSWNXHsmCJCyJJiC2I6M0RxcrU\n1n4o5Kn0TFfUfbLN4T1hbTTbXT0VLioYib4bdu34vLuFH2lwS3KLk9UzYhb9\naBNfXI7GxoRQsm2btjJhP2sUQKOddmuvk+2dalU18O4pXk9WPI2uy1Kubjnr\nqNNb48wn4zjhnhzAW4jY3Tev/TuhIb+p/yTFaPvDoyaPQUD6DQRPjh8SETrY\nXrR+4eaTJrn3pTeE3QWUKOTL9R1oefedvMz6cyjJq2ABMacsQ5yJjrJfGzzH\nJbtqpe6QJAcCRw7LUEmsFWCfR1ytZQ5O7VvpON0P90RJZmnLuRd3pa5+TyLG\nc01x5f7ZUGkX7caBvZ+0qm+zpSgduMy0i2L0k5x8Qq73l52Q6Nvh0ZZNQneK\n5W9b7f5z71KKCWtTcXpGa2wpx2kZUaGuxJdhvNiyq/Mt726639IGsQWhPRRN\n00KR\r\n=MToW\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","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","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 local connector","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.0.0","globby":"^9.2.0","chokidar":"^3.0.0","@hint/utils":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.11","rimraf":"^2.6.3","proxyquire":"2.0.0","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/chokidar":"^2.1.3","@hint/parser-html":"^3.0.0","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.0.0_1557885341615_0.6014012491454135","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@hint/connector-local","version":"3.0.1","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@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},"dist":{"shasum":"71151a6f98a1887aa00e72cea645a90343472551","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.0.1.tgz","fileCount":7,"integrity":"sha512-gW62jGcIqlcYamZU/6xZsp+/Bvp5hLF2WhS+YCpZLz52PCWW1YQtqYwsOj47AT5ZsQGit4myb4x0hv2vTGQ99A==","signatures":[{"sig":"MEUCIF8u5303khMWA6a3hzl7M2R7VWOVSdTdj+MQ3i9RmhA4AiEArYkViungnJsgKndbg79aUsKYCSaqPQOGKgx9j52GVww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2469CRA9TVsSAnZWagAAKscP/1Q1HYD+IcFdDJ6b6rQ8\nHAr9vVUM+b2TJzNoCSzR4MZL2BAqNXY7wmXBEJzsuEhYmI+FRS0una4JuHG4\n7miRKOznykeUUnyioTO7ng7kwJI15ZSUjdu2Mo/6rXSMLvouFFhTAGRDz6Fi\nOBF3o7FFYWtzGhbnp9Ekwx8QJz6YrNzVctofMktlN5sFlKbP0viDJR7GygaG\n6HltiBTaDV7LSF1JVUtj4d4yzEZN3viNTfFKSg5x5gbzfvI6H6h6jTQcjrdZ\nYWbCXAGuq144IYfbmyivuDwKYXR8PU9pG59WtWwVqBuWyuc6cLSQRzD7t9Gb\nIJbf1sb7Ss//gg8Nq9qRDhn2/sjnsWVkES6OechTltA/3Ah0SMpPpags/ioY\n2DWqkverU1EiqDLvU3JzAPAbqYPOJ5FtDeT2yuVBfGe8xCnJE7/SmKQ9BoEt\nqpUNu09tVDGo97lj8tCUJpbEEK0VldhrLmZSj+SWzwOB4h+TAnvhkyFiiNfB\nGrWMtyCFNRufYuB47U+IWZHItaFHj+RlR0mf5XNcu0kEKLAk9JX4VFUeX0Jd\nTvRTuZhq3OxPcOum+4JT2AwdWRQfbHgEL2SotOur40Ymjs7kuqP2gfOZ5w+Z\nybb1V4HKq6GLkp0nr7MFzdChWueN444bE/j/2gWckBlozeH+jVJiFomZBySa\nhBE+\r\n=67V6\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","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","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 local connector","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.0.0","globby":"^9.2.0","chokidar":"^3.0.0","@hint/utils":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.11","rimraf":"^2.6.3","proxyquire":"2.0.0","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/chokidar":"^2.1.3","@hint/parser-html":"^3.0.0","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.0.1_1557892796744_0.4902578830208728","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@hint/connector-local","version":"3.0.2","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.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},"dist":{"shasum":"685276623df7d7f9354ee6bede28836bf7cbe039","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.0.2.tgz","fileCount":7,"integrity":"sha512-cZmIDz1cIVNNJ7DSu3sqeYO0iYUprtyOVzS+NtQz5SI692vidF6uPEqUUUwGteI5McXfA+pndlkHyno2RnG++Q==","signatures":[{"sig":"MEYCIQCzwWG9eJfvVOPtg55dm85aV9yJNj4iLQ0OGHtebsoj1gIhAIitcLwVgwflzWh9eiub13xqR+WIITRSRn1YSSO8R7Df","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49452,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sBbCRA9TVsSAnZWagAArjMQAJWZlsABYOZWDctUzA8s\n76Dtneqqu6hu8QnzNYOCq53pLT05hzs7ojKsQukcjUVBLC9UqgDOVW9FcxyJ\n42cZ4xjAhrBYyel0ak2xUQDCaV7W+04jS8Ug8X8YhKXSVa/Xp4Cgm4IZg8W/\nJPZMkqjIHj1KNXgjlT2dkZxhM2XfzthD0e70nOPQiqSJanUsfreg9jCA3HsX\nECjiFvHp64G0lA313Qs3Nwz+Te44NL/S+PncthsKRu5AsOyV0V6XGnvTub6N\n9BZvc8ywQnakxACUdx8B1WTClGCciNw33DoH8Ep9mWJWIMNMWzJgvQOLRdOJ\nCeAibGLjnuATDdR7GvVLJYehUBVCJsH01n5yLkZ4aZO8bMKMzGRInrpgZ7zw\nAkKyE7YJYXKxSGybMWX07BV8s7rLR3GLBf4SrShQ5szWZvvGVpIyex0pNJZG\nclaHlNOMjYSai4lCeiIahrX5hjPNKmtOZRiziCuIRjX3+5JL/nV+ToVH4FGH\nEWekW5zItG9UyvEu70fGfooVlwtchL7G+dCrnSk/JdkllrEmEmmIzx1ObCrE\n5exjrxGoxgvXXxwTCQq1HLdcG29sONTf+Hh+ydXdcNyl6Gqu8ofgycm0W1WV\nSCq3aP5citWY3eGQGhI1U9Pg5blr1tW8pvjIKPgvM3ec/yVWhwURkgbAZde0\nTEcO\r\n=stT7\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","watch:test":"ava --watch","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 local connector","directories":{},"_nodeVersion":"8.15.1","dependencies":{"jsdom":"^15.1.0","globby":"^9.2.0","chokidar":"^3.0.0","@hint/utils":"^2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.2","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.11","rimraf":"^2.6.3","proxyquire":"2.0.0","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/chokidar":"^2.1.3","@hint/parser-html":"^3.0.1","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.0.2_1558626394507_0.7852717496272368","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@hint/connector-local","version":"3.1.0","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"7f0672386e5dbf797a60446dafa1b90929862f5b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.0.tgz","fileCount":11,"integrity":"sha512-ouIYfhwQwjm9RIVlUypM6y7Puc/gB0V4HKv7wYITltbt8X8qrZ+IjpVKv3FrOGtZX1QwGzfBgF1R0h9iuVvD/w==","signatures":[{"sig":"MEUCIHEsSLP8ajiw3jkYREQT7hhHXyKDahim96yK+CJSB38OAiEA+FFHZp5Gl3+ru8WJ6Gr9XjV8UgOKVuLLTyIQDJuhwRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzXOCRA9TVsSAnZWagAAX1wP/1nTRQlarGRpUt9YEIgY\nNToHHhPoACEKLFfpbxQAqkyvyuKAZV0jEYskC1xesmMChJaAzqg3YZpoyXeE\nedU8wImncuQXjk+EpK3C9oIj9Xo2mKUpEk9r4uwAOAqTEihTxe567A8k3PMc\n+WKpiJJareEIgik7bajGJvTxcWnFptnW+sMhYRjxJ5Txlx6D4LwQynAgXPaf\nnymHaj89156lx1pJQnI94QdsnKTCE5bWb22Ao+k/wVHV+GhOk441tt01c0B8\nuSUWyKxu4XpCEVUb+QQbFW9HAvodPmFl2oy7/H2f/ncBVia43mIHi7J9M4zH\nKhzriDZ+tf79d7itze3MKgqPoFJAlxMFG5B5s1DqhV5VKMTiqJjy6Qa9j0C3\n0WlOw0ATiVcJzbpnf7iRHuSzJB2QMgV6N2Ekl2fCQQtiU3+Yqz4CDc79AAu7\nKSWl7VavZP6jYhswjrs+Ymw+yaJPN8A6rSl/8c7MDN+aEQq3kyNIEJ8Rw/Hb\n8/49Ve3t5MqtgJqaC3iF2e0WjJI80z033jisdtZ+Zuc3ldfuUY+rgVoo3hZk\ne7+Jg8s6CKO+/OOn+v4iPD07sB5FuJ5q2WLOrLwxfni1QalLeW5nJ4V6aueN\nGY83Byn8gb0+2UJU8+1gqnpYxTVnG76cG3AOqbafmBfglR8ENQYVmUBAbZ8X\njq77\r\n=fFC3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint local connector","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^9.2.0","chokidar":"^3.0.2","@hint/utils":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","proxyquire":"2.0.0","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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.2","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.0_1563899342228_0.17822960908388374","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"@hint/connector-local","version":"3.1.1","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"502fc8457feeb0b92bd1e03da00099f3cf13115e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.1.tgz","fileCount":11,"integrity":"sha512-eq9wWyBnw9o4hpvFTck/Gy7wUZZq/PEm94XoJ+MdmS9QDwTM8QdAdqyIjSGiNDaiBdVUsSF9p+yW9Up9oH34/w==","signatures":[{"sig":"MEQCICYZcqhVdFC7PdA6PjvKNcwkKEr5Io7IPuby1ie5uuhHAiB3jxjP8dZ07O8ow/uvP/yebz3i8f3YuvONljiMxM70Pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMqkCRA9TVsSAnZWagAA9FMP/Rbz2InJ53Pno06PXRiP\nV2SjiKhFAIdzDEy9Vmx/Iblr9XxGwI2mxbTfD5l98aCYYnMbdheYy5Plf8hd\nmVm4aPcZ+3qxbTTwcUDmK4A8E5PEEQ4um639HeqEOpnk3gSaVVCZsecLAumh\nIe0NM6NuMoqNa1aZHxrkQKqW1FA+lbMLuzN/P8IZb7//XoSspQanUk6TXX7k\ndfIRC86N00nrP06xMsMHsvp3V2q+Txw8EBMek13pfaQosFhenLtYx+1oHHZs\nZajo/HkwEMfqm54f/YdHLi6f52GNZaTRJOTiAIUSScOewrfETJE0DLc6ELrm\nHE5KORtdLA53qpY0j50jScaWkWmsQBRg8OaH9XwSqAWGYajyE6OPeMs7yGO8\nZfUQXqEqPzLgzKNBRrwwL+d6+LFQUfLWaU+js0Hv/PggmvcLWOg7rudUSBg8\nRMOIiCkZKAsw8jDDZlJyBNWDVrBHCcA2QmXjId/mi1zcLlzQBKQrJDFj0HEu\n3rcxfKQ3ov9KeUqPoM57w2IrBn3CASlOe+bvjwTCuVU9Ln4jpSGc+QsNN45u\nThp9pF/hXLDb1/7JiR36EdG4H4RyqNbKIR3ESZ5xn1B2BY7DpnlOxAhFZaCH\nHrPe2iM97mZdvK+hBkOgm9338zlVcQSDTDfB2idd8NIUTt/UyigYI6Tsp1Yk\nDTI3\r\n=ltRu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint local connector","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^9.2.0","chokidar":"^3.0.2","@hint/utils":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","proxyquire":"2.0.0","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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.2","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.1_1564002979249_0.9468625071195582","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"@hint/connector-local","version":"3.1.2","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"d3b63e3e63999ed0aa0965b960b791d1ea7f87fe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.2.tgz","fileCount":11,"integrity":"sha512-YX/1vLusjeN1VKAwWjl6amBEl+uDRg6FOB7f+bNRBClyDIuHVRWipz9K6LS7TVtrsjN/SUC1KuJXCwSz7ioz+g==","signatures":[{"sig":"MEQCICXAu/Ow+PP2jrvGTeFu3N/ADGrafl2kvxULzch4odExAiAC2h72SvGX5I0BBbZZ0NKBZZCTfHrd9eYQCMM3otNAwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJorCRA9TVsSAnZWagAAMdYQAJDI0R01MOKYz57thZl1\nNRWGQ6Ovjkh8VvCFYvM7cEiylHDlYJQyh55gwgvsPucWbnptknEEdB2yUpds\nVTHnuaZogWT5JNSK5nmED3XThLaZ//rAGFiDKlf5B2cSKQkeKm5B0JBkW7Tz\nkyDFvUn2KStei4s3ZPo/8pQXjE3qVysA/k3KHIVvrJjp/Ep/G7IDMAkKfr+a\n4C8KYBP0ANhv37AsHw3QyNlxzcOv2zWIb5Mz3CO7O/isIr2bn//MkYZ0Z1Xf\ng6gsXEh6vOw13BZzB3qgGf+wED9Pxlk/eG1DD7/jDp013EcMFNERBGXauBvx\nKV/RfG2lb59KiZPtweqSJOgznyjNVZa9d1RFDPWbwn6j/u7RTmq1CJv/nnac\n+XXi79xI+1CvxftZDDvFFKr8DnaY0pToaiCHA1+HYn7u9C31nne1mHMuRDoV\ndy0c3nE1yy5cipJIOUk40v3nhLI1aW934to7jEC0zDc2gudXLsVw5HzfFzo7\njs4z2EQUo6KwLg6JnXcG6Z2/gGJ5NS4YNg+LnxDdzS3/pcYxpNen8eqvwnRv\nBRDwpL6ryYVIJsPVEClYX1zDx54aGMV90Dx2/gYvi4AD5PS2muctCbC9z++r\nb6+A7Fv83nTuFHDxuPwGAbFnpsP7c6S70PtkmAZuTIXOwiCTWmbt/qF2SK1z\nFZeE\r\n=Qigo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint local connector","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.2","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","proxyquire":"2.0.0","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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.3","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.1.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.2_1564514858278_0.8261541349477488","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"@hint/connector-local","version":"3.1.3","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"6fbc35729cc93319da5694c95243d4272459a0d9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.3.tgz","fileCount":11,"integrity":"sha512-4dbnLL3ts0MO1Y/MRC/GXlfGomjk1SPCwzto7cbdF6ePXUI0Xq779UnpvrJ6tKAU7eX8pFmamDsJ9x0RzA+aUQ==","signatures":[{"sig":"MEUCIQCNNGyblkt7b4fDz8Ku4aZZ4DtQxK6s0gGl/EQdt70adwIgEssbt7N9OHwkgckot4wi/FcP/reZsG3vgH5ECInJWyo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeVbCRA9TVsSAnZWagAA5P8P/jZ+juPs6ts+i3BYH13T\nV90nssthHTBuML3W3S8NY7S5TEg2+teDSwKo7CMvGo4ohb+HnwO3ZM829Vu9\naptP2TZEMlOW8ic9FMysAv3f6kR821N3zC/iKPU4VpKp3TPan+OHsskWcby7\nv3zP6nEUGTTXUBLsm/zM1pXJhGfnanQzK+70yLBhkrRJHb1+D0rfJcjUIHYY\nJQw0YeDD5UL9MB474B5nFClfKvqdWzc5z1EewT0bxWCxFDZTnJliVxO5sYEl\nWczFVr17Brsc0Goi2ZZjPHNxzrHRwJLmUWO1sdtKuBuzYDuN3TkmSBKFdznf\n8qpWf81uqp+CvBbLvq9I8Q9dFcoS/ACLXTOcT/guteHIDUb7zCLwDCnANpPu\n1kbVqn2j1/54Shbi+iwuV7NkU2nRSntOcgah8uzRB43JGh7/eRjkEDksErVt\nmYzusM9yuLoPsvF04GAHa3HhuSfc5+TEn1KvWMYntH/ZkNdPNCFiab/hUqNE\nco0ulweuASUfCiOKK68Vw3EgG8V7ZgnYhu4aXqHtdPYfYre+fWIcyb4b9vxk\noPITYwR4XTgdJX7eiOKRA+oQj4FQMXA1i1y2jDlJscWE/NFMFSHG7zQApf1j\ncZ2spTpGeeTNUSEPj2qYFosbu7Sr1BACt1bedJwsDjjf5NIyc6Pqu0sz53cv\ncht5\r\n=FxAz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint local connector","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^3.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","proxyquire":"2.0.0","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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.4","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.3_1565123930969_0.6620668556606353","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"@hint/connector-local","version":"3.1.4","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"1de78fdeee652b0bd50b6fa433440439c63e9fec","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.4.tgz","fileCount":11,"integrity":"sha512-yAQfkSPiwe3N+WFrY5NE2AFl3p/6+SJcGtcR7NXkptKLNpCFOF3kynTYY/4zcaP1pNEDl6CatwFlq55AfKKAfw==","signatures":[{"sig":"MEYCIQCPPo+H5VZ6vqMkK7UktAU8xxpDYjMte70n+M+liPlHOwIhAKiT1E6caABfRH/OuZf+NmgmLIdTQcr/4MOTpD2ZeLd9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhalCRA9TVsSAnZWagAAJe4QAJGjEmSuJ3FXErvKrxmW\ntryJtJmiF6hYSVDQyNuikL3Gm7GvV2nGynHHLdY022lZ//aQ6ww1qsvE0Gti\new9aYreDxmjVgnzZUOeZxp2t9vfGHRgkrF+EIYqwT+6J/Yqm8QwAjdyREwQe\nN7QRhTg4uqOGzgyNhwi2dbXKAMh3K8wZMe8rS+qtrUTGckUNokvNGggTuixm\n0HJPOc8TNOmE8BYmzM01KFobcpGgnz3QyuSAS7dWVNQmnk+bEtw3T+1SGud9\nWU+sWbdDqa+wnlwfbvamrZT3yIArjq21YK6mAhix/IaQtY43qXVJ0d0ZCo96\nsFmP/j3dEEuv1P3P/FRPwCRI06EfBtWXdIEW2jwnp+zDpKlbBEqyAikarbxG\nsxexlVwZjV2Ktj8LZmW9rUKuDeerAq8EYmv6PNo7pKv3jji9e1DySHtwzs/v\nKAELMscG2jIfJY+FGgrce7idTwWrTQ9why5TFL++Cg900mdBAzjH1UbvMKd5\nw4wfzEDnCP1+fvAiazO04nR2hQvsLIc0BNpczK53kY7/8JYr63pOAP/lNa9c\nzkpr/0excR2srW0TFfEB5x+U9HcFPQrtJuEDW2pE8q29rlEzaQYIMG0jDSqW\nEWuirHfihChw46jJ0RwSEyBN+UfOdTcTmHNImBobFsTVSSUOiHhbYO2FPgd4\n6Zd5\r\n=JUWF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint local connector","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.1","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","proxyquire":"2.0.0","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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.4","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.4_1565922980341_0.8722635740574938","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"@hint/connector-local","version":"3.1.5","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"9748e7d424e7cc6842d63eb48f1a9495e4894541","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.5.tgz","fileCount":11,"integrity":"sha512-tKpE/NSnyDjzJbqtQqj7BzI5ssSvpezPZ265KcM/vjDxgFX85gzNs2OHdJSAbKDuYe+oFeAte8ilFUiuB7hKWQ==","signatures":[{"sig":"MEUCIC+693fjK37FFF8Sf7YVfGYl5hTKBnE9KfXB0Y2TiLdaAiEAks5lFqxgEzrLF+OEFy+w8Ogrbcgm3NGJZ3CrCV5VxtI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/RQCRA9TVsSAnZWagAA3ZUQAIkLIfnhW5Z+jzd67ZdO\npWwTSAWIslDowA4aWlFmnT1b7odRwb4X+Tq7pIgmV783QIuySK8USEuM4tLk\n5ss/Rl0n2C+HQGYToTiovmq2ynFE9LDW8+BWMV9TF2UuSDAxPiuINqiPF7NP\nD+2KcWCDJ+9rB/tIeY+P1wG0ClChT5GbXLtXYXax/ecOae3LMtsJKoG6mW7F\n5CU40LUaPUJLVjGKHhS8DcvepGRjA42rHrUbtUX01ygAhWeFiB6HqHbmeX38\ns7cUliohPyWi8Jp+GAw0dX3zaZ1Q00hgOlrYfiobDYw8KbBWfocvgyMSPB8S\n0YyUMBqWWltALShSUl/kxxowZ27S4SXQiWJUQze2ERx381xpgADkWsAL7NFo\n3tw5QPyVWrxDCrG80qSEgedyNWGgulUbQIsDEWjM30a1mlKa2mpnkmHFxV4A\nGH1ExY0emuyVG+0wMoJVdgWz+XiZnG8IXttFIZGzn6XlmhO54B2osNOaGGV6\nCxXaBtqBgxIODDBJC6jpQxniixbHzLlw5ZfM1N9kRxtFJ6S4pJuCQuitO14C\nG+NBVxTUePqgEXAj/QjCZWehDN1eht3uYvRF6oi9r4CztCuNaUQwpXnGQWR6\nyZA/fpmzAtwhMr/vIRSIIjEaymtD86CwQAUScIiPZd+/bMX2+kt5Ln0pCuGO\nzFW6\r\n=x+0Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint local connector","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.2","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^2.6.3","proxyquire":"2.0.0","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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.6","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.5_1567093839889_0.7731519633256385","host":"s3://npm-registry-packages"}},"3.1.6":{"name":"@hint/connector-local","version":"3.1.6","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"a75a955925ff030ceda4b25cb18d6f819e9eb8e8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.6.tgz","fileCount":11,"integrity":"sha512-nbWshjyyquDcrpYuVK3MALEOqfqMKRKGzNGkhVI5PpBrzfbkZ1sihekxndGOXEzbIMxoyD9VajrdKZ0K28YvbA==","signatures":[{"sig":"MEQCIH9vW8qN3TfcWiR2rYewtKBxIwtbA7bA7pDgF7Quvnk9AiAyP4zwiA1QmYOpBGFmt5MvjJq1HWlxtQzjwXtGCiCBtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXUQCRA9TVsSAnZWagAAoJcP/iDBIbw2jlJ6bVgtj4MB\nF86FjdIeKJw/d/uH/a0FxltCZMyrG2/477P3CrRun+3owK1WOb/+usfwq7v4\nHB0KTP7UCXSmj2Gygp9VbKp0kARi38VkopR+PrBFzjURoXCktT1BqonoSQPc\nOVy5zhwVFIkptklqPwZH52B2QTuuFaIBHyKwvkXCo+PTabznDLB0ayc+B5K0\n0mCcDTM3OT2AwHEXvbx5KtZdbUcbm5iCjG8LAQeHmbJVG+5GcRIEshNPBErt\nejR4aYOOfW/wZWGI4mYdhosEOqUw0OXROMvB5yBW9VkHRcB3Tk6ihObfOSVP\naRyaB3NO6txY164T0j1nUTYYcbcdXha8l+vlJuY/gSKULEqfcI16AspJx4rg\nSS+yKES7o74PZDUHI6OhVHROSIV3b+YWYub1KLhJJEKNueRu5ljpKZSCubIE\nBjksQygZBcPTf8RkDUzKh97OnGiOxCUo5L0qz3LmOsYDlQ+n5EY2pZg1PGXL\nxItbWOoT48pgxbW417i9OGthUerHKA7KhgcN6fUEi+m2vOrolizP82COFGmT\n/Uovdd9FtUNNWs8oUoFS5Q6PGuhhO4DkROYxw2mYFDSW3Ypl+mLDN3++p6OM\nRwWGxgYoXcQLe5bF1AgGMZwQfnfMsFRSvNcVEX4QujZthcN3BPe7LQSTPVU7\n0aQJ\r\n=SRQu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.9.0","description":"hint local connector","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.3","sinon":"^7.4.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^3.0.0","proxyquire":"2.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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.7","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.3"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.6_1568240911827_0.05548942119459688","host":"s3://npm-registry-packages"}},"3.1.7":{"name":"@hint/connector-local","version":"3.1.7","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"890555583f3520b6bc1000194a4e192f64335827","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.7.tgz","fileCount":11,"integrity":"sha512-5gjkZOtUhjT+xFMmiQ2bP0oR+XKwSFWSRpTNqRF1MuoKkat0wZVtUmYyKFjUWituH+jMyHAnzuZSFQ+lYoEQkg==","signatures":[{"sig":"MEUCICJO5Stb8KRSqpgWsBh8pzfXgRwKh6NZklOVphvobhbAAiEA8mGfznQrw8QbNhSQURK27+meStac2rsvEGXi4cmwca0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61067,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8kNCRA9TVsSAnZWagAAbYsP/jVzt+mkdHkHvbEMF70x\nkO8ZTPmsz3qFqSp52JExpOD+562NLfTaLY8WFjfZej6IEUmhMhftKU5OrkHH\n5ygQ890xlwEn4VawKEPUcWo3dMuarBbQ+V0vam6xAMMOzPKG8J4Xa1HPgy5c\nQcWpqXeVN3ykq6bo7zptpL0s+4JW8SZIgR9CzxvQA92V7+8+7bn4wWdCYpwW\n61vqY5rjPEaXPtWKsCYEip9yZcretWVTq9tNi8ONPpyKg6gfdHWvlahe5Mai\ngdlTCmB8k7EKZ3SYiPKEa5cAGWZdNcSp4hKLFCQrhQSyQsyu1qvVctaVXV3V\n5qGtJDafPbH8GLhs/8f4bdo6tYKIO+7sH6kdnRPRCPw1v4kTALSH1+26te56\n0LnT8tJ24p6U4oWn8UAlK216WleYj7xKlXbOWV+Y5Qzd++7cr05DoLN9DyHS\nLNkJXu3vKXJoy4gwbys0NQswpS+Z6lJ+8ulU+u4xsKKvMbfJmhemBPpL4y9P\ndQr7jp1kU6C4suZHJWWvsOuo3950EC5b0ooDlY15xUIN36djzs0ilavlAorq\nxUEnhQBD1stKAuBloqWmkZCyHappw/OQ1aGgiECUEwuMO9XRlQeo4jBevCT7\nTzExIFTgXwO/DoguaxAuBOaP25+BYv7ZsoUqK4Gyl/Yi7c7JeJP4RkZxeeiT\nJIIP\r\n=eemE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.9.0","description":"hint local connector","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.4","sinon":"^7.4.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^3.0.0","proxyquire":"2.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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.8","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.4"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.7_1568917773175_0.2217922494696778","host":"s3://npm-registry-packages"}},"3.1.8":{"name":"@hint/connector-local","version":"3.1.8","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.8","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"b849012c0ce702f44c2d89b4ea4c212619e0e0c0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.8.tgz","fileCount":11,"integrity":"sha512-af3OgX9j/m++ND5ypQgmB+AbWmE2zF2kXaMxJe+cqYLhs/Vy6jnRFnOCDP/EuNnUZpjiiV0f6GVuzZaIcN9VAQ==","signatures":[{"sig":"MEUCIQCUWEq0ihYbyV4gZK5lUp7+Skaw4vWRidDX1zk12AOb+AIge8ixQihNflcak5k7IpxELZo3c7r5z0El6naqu1sxGmg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61580,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim5QCRA9TVsSAnZWagAAvAAP/jvQJF/TDNhtJ2y4rAVJ\nNd9y/mhw+IiyzKEBdJw9VybNnQvM/SweZlFegQeBj2fY+fOZMVkmcJyid8dL\nYjX5RggFjU+rkHZczmlYszzwWYcXInGXitH0h+Ykad+6oBdlJiOoK04HTio6\nxbDsE6fWDhr10q77S0fmGLA9MSsZeF9kMnDC5cYJvOVGvp0FYhGoqus07b7L\nbp139/msgG0vYyYV3wPW8TVS+lJkjchczhBo7F5I0fVcUWfCGVj6rmK/Grvo\n+xuHKDP74/ayhlbyjk24wWd6Otdx/PhsW33H0pIqw7iKq2+DuzseCzkc9ELo\nI9xyDSGgiwYFeNS1XU6h7873HYXUChj5+QCT41trfWyz8sjXclXpCNyr1lnT\nJ9Rmqn0xxi5M6Sj8XZB19o+UUXlKvzdSvTcSlnJNIEe11uPemDrKU5mURry/\nDApe7SUzQBjdFTyeORgLP4HG3iBgfDFHUEa2aw4ekkzayPp2wZ5YDonwGhTL\ngFa6PtZjx/6anmqeMzdsyMUPyDYUp+gwTigxu+Ll/qmsVpKWWw57R7eVv0Zu\ny0Aygr6nR1RGcqE+EUnzbuB10eodO5WtMp+xKwN8fs34GW8/sueHBF0rYdat\n7mxRigjsaP/HKpgYdUypANQ1hyR1Nigb/7DFkfpLEi1juD+RRvt56ELrD2bk\n50bb\r\n=RY/U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.9.0","description":"hint local connector","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^3.0.0","proxyquire":"2.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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.9","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.8_1569353295795_0.844749481227284","host":"s3://npm-registry-packages"}},"3.1.9":{"name":"@hint/connector-local","version":"3.1.9","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.9","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"33a0097ba43686a0452a06ec59b41ada6a479d24","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.9.tgz","fileCount":11,"integrity":"sha512-XpUngLCFoIgbSwIJxOo+O/3N5tWkM8J6FtWIslpzEF8IDouj2xnNyApEtdnvrov1VHumw9easNmwJVo098uiSg==","signatures":[{"sig":"MEQCIHv6UaJv9xrctpnaJTftNF/CuWssZgj3GNbhApey0fBQAiBnRYI/7hdJokmvXVelA7CT/RQLYcs46UvJNHSBz7T6PQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSrLCRA9TVsSAnZWagAAbIcP/j9U63MLARc5DgnFcHl9\nwZAjke/SmjTBiMAu9f6dB4NCKPkwZK80+/8gUhBBK6jXSNSGDQnS1OSRAZ8r\n0Y36li/SI/li2CQQzwnciN0X+Z68B2RIrlVqs7C4QfMnHmrJptglbBlXLbBY\nHJb36JU6PSeW58/2tL6H9uo8SKP/7+bjk6c0GUEyJ6qIDmJVJGAGTZml8Z9E\n1n5wS+XLCzZBo9NL0PXmE4QezlC60+5FQ9opzBGvFzoRdlPcjlqWH6eMd2e6\niMSrT7pzeZ9xkg7GfatVOk9N2g9IgfTrtgRgLsDn6ua8JDvDaNQmkk5GC//P\nrOxPpF1cOStFaXgL7W/L9ybp2L6/eo3BbBTJmX89ZCxUd2zYrTG0iPDMLyem\nb9S1CrgXa8RaN1c+7eXpz7pSo5P3S2/JfJ8DVNKvOmRjRj2n/Ih4aDEsWsw5\nDEo80UUB6pLiEfxzs3VUnCABeZhwniFuzOK0kx+9H+RcaSn+dzlr7U5+0mRd\nqrFYhuwl8JetVBhP8gXD1U/xpWFojn9w/5T6Z63IgH1iwiJNEtIrgFj6dpCD\nPWydfte1OzQHVuHDy9UJ/aFnTgDvteqCFCQ8DkhdFYFoCq2J5txWxySCj9Hl\nDjz0vCeByQ2Qf5Ac4tEv1AEGIn84Ciu6HwcEa5QY1GsS5Nc1dO2JlBtsCgyk\nDTMH\r\n=JKCg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.9.0","description":"hint local connector","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^5.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^3.0.0","proxyquire":"2.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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.9","@types/proxyquire":"^1.3.28","@types/mock-require":"^2.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.9_1569532618661_0.11935431910978012","host":"s3://npm-registry-packages"}},"3.1.10":{"name":"@hint/connector-local","version":"3.1.10","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.1.10","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"6e88da36db4da00243cb1c507e4473afa41a9451","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.1.10.tgz","fileCount":11,"integrity":"sha512-hk7WYPRDW72ihGyx5OWWS3xkqY7Ll77L4Q8p2DlJ2VkhLh24Og6U2n10uuRcn56vkqfDGoDjZoEQ6iWcIfgG5A==","signatures":[{"sig":"MEYCIQDFm4RhqoWhLcUPWkFAL/T9rE2J3jfDEKM5snXTbBYjhwIhALpe1wxFK+XA0Z5BhAZI/YeFLWW2pg/4jJ+gCDjMlSg6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3KSCRA9TVsSAnZWagAA0dwP/3++R7h/T6+FMpx3JXWf\nbXc/mc1yLwUec9koKLfcK9KsdAiYORbi+haWZlarbrBfOHDXecCjbSSM7eJ6\nDSS+zxLYgL/i9Fnh3nNcnbcpfgB2bFLzAekfl7C6OWgkFGWtpQbBLx4vlj5D\nj/R8G0P/Io5Lra79VjG8GnSgIsu0Gj2h6LuAwsL4Qxh2xEU2HRZA1l+/8vGt\n4UhSBGJMMTW2mKGy2ZsYgCvidhey0x3ryH2Va5BRKboZBTaI2jtzoCwvK6bg\ngRjlVYuw7wdhLhlhaj93ZuMAQsMeIMFnjg6JXgs91v0p7bJPygHXh4IWv7dC\nJ+Zu9ZekRPMcqD7wDKLerXTYew7O0ZIOWQQVPfq5VzxyyJt6U1dz8kNbRfdG\nOwHxZTz3kWPYHGha6K9fDo1vfZ12vWIMVzFbICzdIJHGcwjIyRE81Vnssns9\nPk6uGMbYEjkuV+8fqJh+PHJepCEmKMYIB/FYosVWLo6a6yMsbplyVnru8yqR\nJrghM2NTeLUFUARLsPI/8j6bZXFdyAnPpw2vWyvvA6OITDxdZVpI5lnfwI5s\nmBYdzMHGumYjEkGPOmifpAVeQnYi/gVhRTS1GLyBu7nCY+iqypf/cawtTnTE\no7NOApIHjNPr4vGknV6Aqdr5i9+fN/dcKvEqIgtKJuvluhByePbMQ0t/ut5g\n5In7\r\n=Sn2Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.9.0","description":"hint local connector","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","eslint":"^6.5.1","rimraf":"^3.0.0","proxyquire":"2.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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.10","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.1.10_1571254930267_0.488737912106449","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@hint/connector-local","version":"3.2.0","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"30ca1269e8b9e38d19c54bb53131dc471614a865","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.0.tgz","fileCount":11,"integrity":"sha512-OpFhKekJka54xwsU/rv5B+Ju8HhxqU9vwstTn9iL8UK4Pj/yFnbTqdmxIQlvbfPgXd5HJoD8pNWBxo7jrLuVMg==","signatures":[{"sig":"MEYCIQCnsD5CrG8CMjf7PmLa+NugxsP9FG2wj0m59vVgPWFBogIhAMV/Jywvl+WkefMezlhsEmbp32YcdCtUP4GLM5a/EoGO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduLzJCRA9TVsSAnZWagAAWIQP+wbErfOGWPHXsC4OulZw\nE2iKSeVoFMylpAvuaLLcTbjq7V0IqlOi4qtp9seXn50EQPJVYRLnX5mT/VFj\nVRDXceO0ZX1On/WP7TxcEtY28JBQY+9h5Mf3ADl/IJLanU3FaY6DWaNuazAi\n7AyPqP0HuPomtsjrbV4c1Ixb1UwyH12ZvOUfbrPB48MOuWutBQFbaKnRZOqV\nQslcADIPIgSDTth6MEw4rtRUHfwhKvBOEro0BrdOAbjkCgcztgU6WoyOXids\ntCsg4LMarm4WVdBy+PcdWWKBRh02IEMRTZGfe8V12vuW6D2D9KOjBOquvGyN\n90kC1qc7fl1RmZJB4AvdQWDX61uhdy4oznkuJgmnia8a4AYQ55zDD7iaB6fK\n7blbvakG1/sltPuSyZUBfqUHaKMQ0VSYW/xcOUC25bsTPt/XFVWw7qpGgSEb\nk98VXgXexGhLl3kLmM4u5mZJH8jJYMNZuBpW5K/rPf/qUWvdGuJq/u//D13s\nsT6NFt+zAmc0V5Ca8Kz+jWfyIsIlBV9DbqirHxFf3onyG890JJP1WC44CQM9\n7iOgUNaGrRVZgwsx5JJe3GSw4c258S4heAA0uxiI9I6iWWla1pTMPed1RPmE\nMMjcepV80DZCt7ejsIkaIUziHkNGp0tA9vDzZtI1ITFkn7XkvtDSznYUaPSP\nHC1G\r\n=QaxQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.9.0","description":"hint local connector","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.2.0","globby":"^10.0.1","chokidar":"^3.0.2","@hint/utils":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","eslint":"^6.5.1","rimraf":"^3.0.0","proxyquire":"^2.1.3","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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.0_1572388040876_0.946452688175832","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"@hint/connector-local","version":"3.2.1","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"3f72650bb86ccc882574147c125aebca7d8f7129","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.1.tgz","fileCount":11,"integrity":"sha512-+9KPC1eYpwnwFPEnlyF6d7altv5AvqimUFBmVWN7YFe1OcLZrp2mfPV83NiYal4obJj8aFbHBks2KKbAnYWFGQ==","signatures":[{"sig":"MEYCIQDV+q2YCx/8lHsKos/Iu8Vp5onUb4oEob7LJzSQUSkDrwIhAIpMVke8JiwVdmZq+FlLuOuwOQLsXJ5N9BBJdR6gpJbC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bOACRA9TVsSAnZWagAA99oP/Al+JKLCgk0IRiNaTsVZ\nbqUId8F/yONUKV2yHnP5W1ZPpVpL/R8gVxRq+1bPBkjsK59wPAQNzr5NnSiF\nxvwyPMFrV2jWZXzNfkfnrYIyL0ye6TLvHPUcwZQvsdld6Cc+2XeHN+u+FcVX\nb0xKpRrSGlIOPCTFvoxyrifG+gB9o2Y6SCiClU6Fcl3KmwgUw29Zm80EjGVD\nfR4gJS9/7SYuZc/W7rUOpy5PppWAR6F4k9NoSVAqVa6XrZSvry9apNap/u85\n7a9QdTKty84rJo4kvLuvDiHrC0DwSk+E/fywX55lbTFSenDJpWcTwECQxojt\nUk/RT8RaO6NEXDztPSi0r4Orz+coWcQ2Uq5Vg9g/CqlOycFEcUM15y7SxAg1\ncvziZ7FAp+nBJMZJNZAsmA40y4N6ZN6qt6ZUxi7jBvlAR9f2yRCFopT7c+B0\nzMakGbAr/wzeWeuS2p53oP9jbSXJ9We1OWAqnZwEZJagSTXhmpzFWEfbDxjv\nAGnQYuzvaHOw+JIXNVUoiU4v1wqX0R1zsFZgzDWtFubD88yAbH+kXhjusUyK\nHJDkz96pMjEhubFIliF7JpY+s47cZkg1vzqkE15A581hEfbM3b6vv96Re1X1\nEbN62yEnkI9S3+8wtPjT8iGj8P+PKCUF8rQIywfOeu0/9py4TAdIQBcNL0j/\ngPwn\r\n=LitK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.9.0","description":"hint local connector","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.2.1","globby":"^10.0.1","chokidar":"^3.3.0","@hint/utils":"^7.0.0","@hint/utils-fs":"^1.0.0","@hint/utils-dom":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","eslint":"^6.6.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.12","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.1_1575334784428_0.9991426894934969","host":"s3://npm-registry-packages"}},"3.2.2":{"name":"@hint/connector-local","version":"3.2.2","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"df4647563bcfea43aec2601bf93d3288dd7f1d89","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.2.tgz","fileCount":11,"integrity":"sha512-q8Xp2ZsKLdNk+3X3zsuMkBNP/DYgVDoIIhNjFUQ3Utwz4yZdtHyxYkIAF3LsUj2QRvyNFD0pNQTvr6HnY+xCow==","signatures":[{"sig":"MEYCIQDjTAa58Erd04OqM49vlbzxXR8h7IwimrIP2kWqgkhlHwIhAIPxQvZt6Hzv7Aoyg6h0TJcfMfeoZd5UvOvaNtGiXaOT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6E0sCRA9TVsSAnZWagAACIEQAIvNIaxYWH4mYdYONAwk\nl+BmCWqCTjo8OQe9FqHPKAewQDzGTBheDxTWW/Vm0HiKUJQTZECt2yMiF5lE\nZf/5L4rX+JN/W9okaT/KlRZ1dbDebJvloGk9L4+SGUUuZMCPShfPJKNhbmu6\nuu/Ak7+GmeMS2+ABhhOcJ2cKel8+RG9h4JuR1irCF32oRR+5WcHHepvWom8p\nOqNbMRzM/fG4WZjwr9HrQMjmihiR5k3AgwQSx7D9qikOVllg72BV+BWrlWW2\nhbbXMWrNEmgT8QSzSfKeMabR0QHcz2lUEcKQh/MmSw3JXFpz4pjDNWwEBHeu\n6KBJ56PuYwqY0+qMbn+/bIjExE644nLyjoUPem5+TGGVZsdJTWJk7TZBpUMk\n8NoNur/xjj0y9NE8x97A0miMsU+ZPPVvOrGCYfqNLlzwtRnlgdW0ceUw9rwY\n14jBXOdNnj8h4eTl9Yzf4kiAqACPpis2nzqN4twJX8g87nQ+o0YwhJYqUAQb\nF6O0lxaxB95vtmKo8N4WI4WxLKKz/6sfRyrZ6kOVIvRY1nQuU7dUdPkWFP7E\n1rssKlxVkovRZfYfBHIPdG3DkT0bQYunHgZEXFAmFRuPGBQBffAzR7HsVrzh\nUfsZIjtEPq6+JWGzdAh8wQz1hA1WuansCsPb3UNQdeQmN5zS8rBEZfTj54ug\nxpPw\r\n=6/FG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.9.0","description":"hint local connector","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.2.1","globby":"^10.0.1","chokidar":"^3.3.0","@hint/utils":"^7.0.1","@hint/utils-fs":"^1.0.0","@hint/utils-dom":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","eslint":"^6.6.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","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","eventemitter2":"^5.0.1","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.12","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.2_1575505195955_0.6527319658280835","host":"s3://npm-registry-packages"}},"3.2.3":{"name":"@hint/connector-local","version":"3.2.3","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"00d25ba388067053e2eb6543b6075e9747e67f75","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.3.tgz","fileCount":11,"integrity":"sha512-7LFItYh01oTU9ObE3G7y4SSDT8yy2kKdrErotBY8f8L9Godmj8DRUQj7ttL9yKB0kfvjkh6QH4EE4cKn09PZmg==","signatures":[{"sig":"MEYCIQDFNifGO0eOGE9+8Ve/3gUcHWc71siY99M6NzvFJDbE4QIhAMs2zs0dFjxUu6i9iJJcD1LCWOMPh/cPGGHn/XQYlHi9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":71882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpg0CRA9TVsSAnZWagAAH5AP/jVb3CBVlOkyBa0GsmHf\nbkMdcXHUyXEkvQO180YZ+LizCX7uAw/CnbEovG8ptZIdfycXocQFsgtE82XQ\nqvVeSoH7eYaovyg1XFmi7LBQpUSlj0ffsDANhAP6amaNYBeoZouSdiivEQqe\nv9Iv2QtpUdWyjb78GzPuy/QR4LHH+DX9JHYvxeGhDlM6abP+vx+Sn79LJwRi\nK7TABTYV0tgOu6L9luikI01XRJMKoP5tisJL3XeBQA4RxaZPA9GRiq91MOKE\nhFR3yTLuGVTg6KeNcVKSWdRZvLy+IiVwepZq1ahuu/5iVtPEzl2EHqf5cdQb\nBq3viiZTjk9uB+kx2anDRXsenIkxS2D6vq7RWUJKGC7n4T92QaNSLZPtE+Kt\nHLyq0dEEMlTcf20+ZxvGPopQqclSgRq1D9+nfbQc54e05msQ9HN8sB7G+Jlv\n6Jp29Qu18CPMk0cebO/adaJHXjvHJUGrxghlnXtqAnQC1iGU/WIK7CmlJZlD\nVxXQHA0vEJiZK8CyIygsbXSPbE9UsV95VVFpw9Vl/B8jNjv9tQUPqFhYcUbL\nO7Gfs3T1E1XCVdLSawtfXYr8fP1rqHdiCPwEpq53ellu4w2jZEYzC75TPa2P\njaOI8zqFzwaFd3LBdqV/Uh1lIoejEywRGq/uQH5+OFqrcuEFuhUPkDBeDMl0\nImY5\r\n=n43y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.13.4","description":"hint local connector","directories":{},"_nodeVersion":"12.16.1","dependencies":{"jsdom":"^16.2.0","globby":"^11.0.0","chokidar":"^3.3.1","@hint/utils":"^7.0.2","@hint/utils-fs":"^1.0.1","@hint/utils-dom":"^2.0.0","@hint/utils-i18n":"^1.0.1","@hint/utils-network":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","sinon":"^9.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.5.1","eventemitter2":"^6.0.0","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.13","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.3_1584568371755_0.16320090345228833","host":"s3://npm-registry-packages"}},"3.2.4":{"name":"@hint/connector-local","version":"3.2.4","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.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},"dist":{"shasum":"a55dbcf6cf7f4f828e1b6e03436cc437d6e5ac62","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.4.tgz","fileCount":11,"integrity":"sha512-3xUDKsmfpUxBTsbOQaQnGuW20ehXnsA9iH68DuiMGIlLbmnfFFXUEVo91TpzWPh7nAbvRCncFoZFZwUotUitnw==","signatures":[{"sig":"MEQCICKpfWA0Qu2+9YSY7f1uKgKKYDIU3Z1x1f0KZOTatn2iAiAFmRNRxN9Rqn+6TrqD83SU2CO+gZKGGwz1irfNrk5j8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel12WCRA9TVsSAnZWagAAs4AP/0zE2dmuU1yY8JoYS2RX\n2cIojoLpg+oF1vxIJR1+Oh6tOfkoKmYA0joRWUg55aephXBrrWY0IO0lEJcz\nokt1hRLaS7/VohDOvQSgTQ5mJtjvXW4LrLpuAWih+pYctgfk6aKeyWqYyFTM\nRtdpwPH41vQaWX7E1/wa3B8vX/X7DvxaknzNpHiFgzggVBaOfiboaN9dJzSY\neonu4ERmhjc80V0UtVoEvAswA+1bewfGA2a8flkWLci3XFlraC5uCVp4rIZI\nfGpyAv/NtWup48uwkp/2lX1Zzbv5iCsEugsNhDRTeboi+eiZMlg7UFaR71gF\n8WbinWY5WsnVm9XpyRGzhsiQZ0CUVNzF/bhupFUfMFC4qOU2orqge3zcxCpE\n6gk+yNCY0xlxuCz+e4lQd7dZG7e2b9CtT0gnYLf1ia4F/Oz8VF/vA3VhKn8j\nr1WbMm8ELRiDc7gBVBxIJwyXAh1qS2aYNk0ol1F6MjVcuqI+en61zu4QtSEO\nNbBn/DwFs6lHovpnfR4jwsN2RXfbAfC4gBZOAQcd2YoygsLx7aTWtHx62B2I\nbk8AdRMd/WzrHes+EveWBqvJ+9lMgD9pG3srJK/BEMVv3FC5Mth+t3O6z9lU\n4b4y1O2VDsTlSzhu4mrZtBccAPPM2fdhrAHvIxnhyV2dKv9m/pbBB5QtTwvs\nc1X3\r\n=3giM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.4","description":"hint local connector","directories":{},"_nodeVersion":"12.16.2","dependencies":{"jsdom":"^16.2.0","globby":"^11.0.0","chokidar":"^3.3.1","@hint/utils":"^7.0.3","@hint/utils-fs":"^1.0.2","@hint/utils-dom":"^2.1.0","@hint/utils-i18n":"^1.0.2","@hint/utils-network":"^1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","sinon":"^9.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.5.1","eventemitter2":"^6.0.0","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.14","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.4_1586978197926_0.9368861429070761","host":"s3://npm-registry-packages"}},"3.2.5":{"name":"@hint/connector-local","version":"3.2.5","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.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},"dist":{"shasum":"f1db109bbd19e8934389963b66d45357834b264e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.5.tgz","fileCount":11,"integrity":"sha512-qyeBc+0gcdGT8/I/qdJPQae3k30bwAfKOL01qxoaywBUuqOQRn7JJZiijXUAeMdjB8LrpfWfyY4PKTP6MohW5A==","signatures":[{"sig":"MEYCIQD91rwNfEYK1wvtuYv9VlsQQf0uzBqkowBHyn7csUfrLAIhAIzIEK7BK1VU3qf496+bYR3582eVfWrrO55ZML/on+6R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":74907,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwiKCRA9TVsSAnZWagAAtPYP/RX2Y2gGL/44LndFiMyA\n64QKErSszhTjTnwXdMThTWZjTpbHJ06NSK/cDnV5IbbBAgXXHjDSaTIam+/v\ngUcVCO+B/atIk6t+qO2L4lOG1sclO+k59k7zdy18LL76+iaZ0zC41fd5kMNW\ne1RpKr6flNR4XJQZPjHR/WxJwLB8Udwrns1zUaEO8XiA7so+9xAB3x2/vmt+\n2n7Ck0lmcubo8CGeB60wp2pqbrTPNdYV5lsbYuNbsqTSTiuO5XH8hZd/54m7\n/45SKrzS+uKr5PPdbQkyVEH6hr/Ycu0WO+rWItq1coS5Qm0bA3/pwre7acnO\n67gJIp2HBxM9pXsX/a26tLGoj8FiG7LBM+7NtCRyjOzpziftM0BdMVaQINJ9\nHYFGAwllCwYb0RSuf5ulW3W+RGLjmGR+1aF2mXOac5M+rh6JB9JeV3oGp/4g\nHu1uZzVDmHmgZ582pUVVx+iIkXdvryE23PcN8g3rxq2z6DphrOD3GRZuuYZv\nJih+survoQspbQWb3zYP2rSigSprJHX11Kz1/F4fA5IU34DMAzIPlIf/9APX\nNyqVJts8DT9uqKoQj5AdLXEuRg+ErYtv1XQ2w/LY6zmE/UbP1EYeGwn42b9J\nNKO8OjIh7gghZU5dX+gLa4sXHTkULkt/s4Ag0+NGE9j6EqOh50beo3fHEbAc\nCAa2\r\n=G9hC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.4","description":"hint local connector","directories":{},"_nodeVersion":"10.19.0","dependencies":{"jsdom":"^16.2.2","globby":"^11.0.0","chokidar":"^3.4.0","@hint/utils":"^7.0.4","@hint/utils-fs":"^1.0.3","@hint/utils-dom":"^2.1.1","@hint/utils-i18n":"^1.0.3","@hint/utils-network":"^1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","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","eventemitter2":"^6.0.0","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.15","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.5_1589840009613_0.8812723705600134","host":"s3://npm-registry-packages"}},"3.2.6":{"name":"@hint/connector-local","version":"3.2.6","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"9de57cb78f5036a96297fe462f2d87cba2d00e2a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.6.tgz","fileCount":11,"integrity":"sha512-H9FwZGYKK0SZWtpirBUTymhRJn8LWUyqs63nXoo8yztt+BJyfh99VpirO4Nu26EnwJwkHt0vBHZYCSHqIFY42Q==","signatures":[{"sig":"MEYCIQCHXatosBPdy7cxSlgJvmV56rpZPDblAsf/Jx0vmY5MwgIhALJk00oozTD6aMIZ2cHyqWbvxyjgyZD5RymZakqm6S3h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzpSCRA9TVsSAnZWagAA1fsP/2Li2KOJSICuqbHY9nMM\nnvsK5j0cz1vKwcfKLppdDw+aaXb8xgxTlB8uGwd0APDebTCSvcJ6YFq0CyTN\nB7qzKCoQividCUbY/I58YNp2EdPLZ1kXfa/n3zp0bJLFvyxUabi+t9wYQ5iv\nb0gmgWOFXoMLfpDPMUbr1nqSOhJZhklZpC+ZqAJYKFZETOS8RrmDdgSTf5U7\nZb79uizBeC4xt/apF+ZnzgBY1nF5KflbotkjlxMj8ZwCG0SEAQHSRcZldC88\nkj+0eGZCGo2jl6MRkXtchmiE2ZST5r1YvS+UxlwFibtaIirYdcOkfvaMhNbT\nsinB+GHuuTDJwHNqM19YPMTH8UXHvio8nCJ+fxp3VCfvcs4HZqxE4QCGlkSe\nEQDDak3mNpUdDNFagGu9P9A7k7Pi1GyyroaqdyYP3tiYiodQkGpvjSYsPdTR\nITKL2R47Gvj6DFJ6Lm1rh4j7lNEcRgoXjikGa+tWDvqkRA4YtG89IlIJ1f/E\nvdCyAcPIueKIwzP3HqG2Uu6QCwSMFXz8rL55nqYADXzj/zSRQUrKpyB0I8yy\nzhn5LFHuyZzWNhcKOloUtViOpsSJH5yDsD7yoCclD8ryWjAqkMojRMbIkTLZ\n2rpbKjqmKa8tIyADzGWDi249daUYWiUUK49iF7xdT3yyEUEnK/0IVhZhEBVV\nrifi\r\n=YHPW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.4","description":"hint local connector","directories":{},"_nodeVersion":"10.19.0","dependencies":{"jsdom":"^16.2.2","globby":"^11.0.1","chokidar":"^3.4.1","@hint/utils":"^7.0.5","@hint/utils-fs":"^1.0.4","@hint/utils-dom":"^2.1.2","@hint/utils-i18n":"^1.0.4","@hint/utils-network":"^1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.0.2","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","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","eventemitter2":"^6.0.0","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.16","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.6_1595882065910_0.8429566013738226","host":"s3://npm-registry-packages"}},"3.2.7":{"name":"@hint/connector-local","version":"3.2.7","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.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},"dist":{"shasum":"25428de316cb1f8972bfd40c555c59fc18b7e319","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.7.tgz","fileCount":11,"integrity":"sha512-G0q8iadXbRJ5GTa6CyxsXJIwZqLsA+/YhwjvV1sLOkR94zP90QAjhdnE4ujgk5fkinWu8gPCDMeLMex02FjpqA==","signatures":[{"sig":"MEQCIGlYTV4EUQiRk2k06HI7tnxsbGwiNB32FJMGJ6OhbzQ6AiAh0tg+Dw01nay4qF9hlpNaAoP0ZUO8pq88TrUHbb/tTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDbfCRA9TVsSAnZWagAAKAgP/3zyTb5ANtil/E6l/+OT\n0CbhxXaZoWa65ObWZzVdbu4J1ssVhYD47HAcv+bvSu2h7KQBqw5zXA4fJfmH\nqA2lQgFjx4AjfvZwT0eLw/REeva6j4QvxM64LOnEbL6tWJPy49TOkPV0k2kL\nXVVxKpcEW/gmetYoeC7PsBX4AX5SC01Ep4xkCcpouE2aQAKon98s0DI7RkFy\nqIaik9S45TXcq4G/mQRvxW5Bad550/P/yR+FoR6CYuFnZN/jZJE3P65QYwcn\nD+xd0VaaOtWtQBvVgjpx0eDn8mOxzlo318x+SSzy+doVeorWajdcrBx9UN3E\nhlepKakSx8Bwxo6ytoi5w6yaX9Fp02gPQ9lnkt2ZHeWTG9kuqZIwPlZ9HzEs\ndg+khWXduadrTkJVa2j9pFtdb3QV6UtDnLbiRDtJyglU4bZTbtR0lwWLgJT3\nGxbKP8sr/7/AOLqhKDdqxcGwGYVnHuB0OCKSLXpSAfD1lFvAldcrDmkTxWl1\n4dOY9GC9r5jE/16zLuqHbpi5d+CBPiZZrBveJ49lOfI3mRJhHYHKL+MVKMwh\nyjcv6dsASAWQk3jbtYQPNXtq1BMG3AWjuNrywLTV6OocUlNg7L5H2P6z4DCl\n1tqNB6hD45kq+fa4XYRhw3KlsC1EzqjRLSIQqVKSIhya1XVHHEXeuAHnx7Sg\n7MbP\r\n=gsm2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.6","description":"hint local connector","directories":{},"_nodeVersion":"10.22.0","dependencies":{"jsdom":"^16.2.2","globby":"^11.0.1","chokidar":"^3.4.1","@hint/utils":"^7.0.6","@hint/utils-fs":"^1.0.5","@hint/utils-dom":"^2.1.3","@hint/utils-i18n":"^1.0.5","@hint/utils-network":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.0.2","eslint":"^7.6.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.3","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.17","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.7_1598306014536_0.5436062491219156","host":"s3://npm-registry-packages"}},"3.2.8":{"name":"@hint/connector-local","version":"3.2.8","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.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},"dist":{"shasum":"23f2fab14239e8d8a3a0aecf5cf4e90c98ea9e6d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.8.tgz","fileCount":11,"integrity":"sha512-OCodUAQutY6KgIWo0hrWsbQXxtOC6XYIwiaTw5LokeXWDho+P8XW1kSRZCpf6CPROy+5zyKMiDssTMA1MvIGDg==","signatures":[{"sig":"MEUCIQCIy1g7aVsTPEJuCr5BpPFfwoceVI92mL7+9QxVyDugRwIgR0kUA9U8ZaAmF2khZdx91bok8uSbT1q+CeD+7mdMHy8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78765,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrEwQCRA9TVsSAnZWagAAOZAP/2glEGMV/yVuBOnbqZW2\nPh8GgPQ39v5ICJ701/QLH0qpTV78V/oSSAKk+NA1AoAVxB3IUN3yw0kVyUtZ\n7V4vJSeQHjqJzYeAeQZBl3eQb2ub0wX8nAUw65CDgLyexjkBFhnD4H2uINBS\n1fLPNWSW9uv6aQTdWDT2DouwYp71KHLlj3/k+Viy8PRTlA/APAqCHeqoWtTF\n4V8ytG+hEyNr0V6eVBKBn181COQTsEndx5Ie3fz20rvsh0NEKAbhdYbSkyZE\n83waIWfViSO5FkiPIthE+LkHtZKtZwBW/dG7UXvU+ZgmzHV+NILy/2E5/GKc\njGy3xwBDb5y7y0UrijuT82ZUc3rTAve2A5LefjgbUsXSHOwdmU4OhaKUQXF4\nr4E4xv081eFUs+korTHPWFwEw3PMpHIJirsFDxwynKADeF1EnI702tu2TDax\n+N1BLLi0BkpGPlDuuhGQyvG6fq2lXEuRd2B9Pgxpf3MSQFOTW3wzJmM0me8X\noL8lQPTmQhoRlsJTHQUtH3oH54xfqPFxR3CwGd9m6OsoKG/qREKQtcetfoPK\nJIAp3yxqr4DJi1TJ9X8qAzIygp2zQEak8Yj9Eiut7JMZESrhVDZhLxmDO69m\nID/aYEKhUoZAFp4DeOmpC232hgxs/GXrqP8j5bPkgdJsIYfeH3pCPEv7/UHN\nvFwy\r\n=ET3H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.6","description":"hint local connector","directories":{},"_nodeVersion":"10.22.0","dependencies":{"jsdom":"^16.4.0","globby":"^11.0.1","chokidar":"^3.4.2","@hint/utils":"^7.0.7","@hint/utils-fs":"^1.0.6","@hint/utils-dom":"^2.1.4","@hint/utils-i18n":"^1.0.6","@hint/utils-network":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.1","eslint":"^7.8.1","rimraf":"^3.0.2","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.3","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.18","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.8_1605127183870_0.1409866889067415","host":"s3://npm-registry-packages"}},"3.2.9":{"name":"@hint/connector-local","version":"3.2.9","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.9","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"a862bfdd5d1e3cfae1d18cdd59ec88a7e0a515a5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.9.tgz","fileCount":11,"integrity":"sha512-YpI93eJ77FO2CsKpm7Cmp9zv0utQMCdGYBZu0sFDTKCrdQhkkmgSfwPIlDAxiisTKi+53AI4qYotcOUUHLoJug==","signatures":[{"sig":"MEUCIAKNcRozM34ZNBRz31bTw0Azf5PzD8rqHehCdhQs1lWlAiEAlOz3F6WiFjf+VLCkcN+ionpDLAIi9SjPBPW5c/yV9FU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEqeCRA9TVsSAnZWagAA0rQQAJdrmD/Zx6AVC16V/Go2\nCthkuYxu8JsF4h7EL7/KZr7KGqQ7evzAG7ucnzfd2NYnS4BgfH/Utw/ScfuZ\n3451T0tx0Oy11PxYKwrwy4zLAu0jUtT0sTWAaoOb4KiP34ooS5hxpQ5yfG40\neVCe2s/bkSccP5UTCQWDQqZgD/DePd5f/A7lfw7X6XY7EYHs7I4tQi7evGLz\nj/uQDMcZsMMzKMbAxIUK+csDYXgeQ7U+bx17DD/gSU8CEY6txvoQU3DL9/rt\nlvLb/2TseUN1+haOkYo/Qmmqg+iqaOKueagFFtptsDQvtxf6LsMy+HVkrbGK\nrfvfm2kUraMN2iYLJMklMnsLnUF3HJQ3kgkpZg52GPttrmXy0Xj6Ga2nS/34\nUt9QgUaIjHCmUWPKUPlJlzggMJNhiEb29i5m56K5ezZUVW6+T9NY9827BeNE\ne6eOPjPI9x09cPZZlFqplTRS+IR5vT7LubdnTEdTCY8y4vyyHm/fovXkQE9R\nzSFUcqsSLtv6LH66P4deWZG5wihoeaRsBjIj/sXlpaxtsKPsjAmG6GmNmkjk\nvRK+cGKNW/qTTm9HTFPN+jGIEwWKjI9AZVXSp/JLRxR7fvKA3SaU/ciBE778\nwbSWVSrL2elP7mjMYJr17Cr39u66Z+enE/xttLQhVafAzPYMGDalb/buPmM/\nwhcg\r\n=alUk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.6","description":"hint local connector","directories":{},"_nodeVersion":"10.22.0","dependencies":{"jsdom":"^16.4.0","globby":"^11.0.2","chokidar":"^3.5.1","@hint/utils":"^7.0.8","@hint/utils-fs":"^1.0.7","@hint/utils-dom":"^2.1.5","@hint/utils-i18n":"^1.0.7","@hint/utils-network":"^1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.17.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.5","@types/sinon":"^9.0.10","eventemitter2":"^6.4.3","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.19","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.9_1612466846348_0.20488315352685404","host":"s3://npm-registry-packages"}},"3.2.10":{"name":"@hint/connector-local","version":"3.2.10","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.10","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"2bcb91d5dd93967f46d09e0440126a8ba1ea6d38","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.10.tgz","fileCount":11,"integrity":"sha512-JI3BlerTnx7ExVC5tIGF68LtWAI4yDPKCX6S1rdLelnheO3BUwTcdGXp97/w1uUdKYY4cD1i+qgPfAfAqiYpbA==","signatures":[{"sig":"MEYCIQCcZsmzBj9VkiQbQcnxGXi7yY7Vu/dhN1iZ66AcNhE41QIhALc5ZUpaHzDxb6dXWHgsM49P6U/eRpxkk7v1q82CpxGx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeVRCRA9TVsSAnZWagAAswUP/iMUltpayHY0UITBWjkC\nNvL3xLqm7pnu24mackDpwJBfvk8uhKoRxFNQGKDX2BPQaZIykV4nXMuC95Wu\nJmbYGkHGmFoTVjfb6EtqSIZ6n6iFd2aMegyGOaVeeUgzodfG8Fr9TVKTaUQz\n2LGk3qmllhiD0/pMA40rQ82km5pfygReX5/Qwh4Rf2L2kQI0mVwrTbyBLQtP\n6964I3CPIY8k4uYFCEFc6Y96qayDxPmJE+dvT2hT7Wy+ZAFESNFE2JN/pxfz\nPBJNR1I/D7J/xiS1x/Zr4rRclgOlFUZsVwdVeZC+BUHcvy29j3czkJd3KRVc\nsInekIOvxs5/UvkAJwv7jYlObMfrTnlpwREXTAv+769wCMtaMLpGXv/T6Zj0\nk+5g6o5Kqh2O0gzyGKmIxSXS5OhQltFFg2XocAJ9FM0gOuen2aIk6cepI1hE\nY7675anbXjBru64q2rMJ7MgYPb25fRKy+wbcXZJ8SnrthRAlrQHQ+G1onaeE\nsgRUR62aV8+yQmd070nmzjw3UweQEoGuxUewRbshajK06pcfGUi6cmkSqBYi\n6ZVE+oJx2rOKSvNqT6hW4WgRPAo7+rRamWAKVl7ycRzgwUjJRvkRTBNVprR2\n3c3tBIUFKHXPEyXcqF0yqPJg9XyrXxxSLfYNkFxtaKykPdJO4K4GjZIES6mk\nwWFh\r\n=7vi0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.6","description":"hint local connector","directories":{},"_nodeVersion":"10.22.0","dependencies":{"jsdom":"^16.4.0","globby":"^11.0.2","chokidar":"^3.5.1","@hint/utils":"^7.0.9","@hint/utils-fs":"^1.0.8","@hint/utils-dom":"^2.1.5","@hint/utils-i18n":"^1.0.7","@hint/utils-network":"^1.0.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.17.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.5","@types/sinon":"^9.0.10","eventemitter2":"^6.4.3","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.19","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.10_1612571985007_0.2247213683423035","host":"s3://npm-registry-packages"}},"3.2.11":{"name":"@hint/connector-local","version":"3.2.11","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.11","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"f6457a8a98b3a2b069643b67857f9bda3d2db439","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.11.tgz","fileCount":11,"integrity":"sha512-ZVll5GwZX3+lmi2jZ0mATS6OFnNn/qdIu31Qy8iSJRaQRbtMGFw6uoxOyjAX1MXBdTasafAYmhIIV2O1uMExCw==","signatures":[{"sig":"MEUCIQDJeabaJI9yR/5h9GtjuHx6G9o2yui1wDrz8bL7fveWyQIgDSXFgLEQMH0ZaAoB3AMjXlYhYcvVFkkddvCwMjdItiY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRGzCRA9TVsSAnZWagAA5d8P/i1+ddFQcimMS1XAABjD\nkOKmD+aqujAJwqGyLJRUzxWMhtIowXILqWoPnSjTf+ocl0YrkyF4H6w82GkQ\nIJucH1tk3IVG5q7nXaGi0pd8VFHPCH0lMjWgR/3cpb5FzCtg9s4XT8uEODYr\nQyOFxK4lapuWVc/d5DeLuvPwcM2WlZdBdjIHCg/m4ARu2UO0OZGayUEAdlau\nAoj4/aydX0+Cjlx9z5ZD3IzUd7+elSbqPpdFOCHh9Q5HdQJ5zLuQif+hHiM1\nlYqsW4K22PSKsIH1+FRqOSRLcXLbflq/izAt2YznBKKvPS2MEU68Zpty56VH\nhVXCZjFJma/xT5b7Xg2F6wXtyeT3jX/uUm46Iad3HMtmLdn2J/w9ea8r1UTs\nzfmech2R+l2ZqusqoSk6fuNNzGVYw+ImchsChQ8s/9lkFA5Yj0WSfFo94oJ8\nsOFxHiS80b9Yykrgwz9EctPUCZ7BovNLjy8xUcT6aWghukGcVZ06NJ5YV8hi\nw4iJdrfUs64DC8IXjjIEb2b1I6UVfgkDP7pb6mBnS1vLDvf2s1fp4R8SQOc7\n/yCuzwb6c9IT9/ea4CnnxEs2Sc7RgCSNmYabHZ6HIXW4SqsbYtNiKKlebivQ\nbnxURaZE+OJ4Mmk3ldN7Mx+UZbRKw216SV+FT+/6XI5RqoyEy5IIXCVw7bYN\nz762\r\n=YsuF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.12","description":"hint local connector","directories":{},"_nodeVersion":"12.22.1","dependencies":{"jsdom":"^16.5.3","globby":"^11.0.3","chokidar":"^3.5.1","@hint/utils":"^7.0.10","@hint/utils-fs":"^1.0.9","@hint/utils-dom":"^2.1.6","@hint/utils-i18n":"^1.0.8","@hint/utils-network":"^1.0.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.27.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.4","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.20","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.11_1623265715318_0.3456981614788719","host":"s3://npm-registry-packages"}},"3.2.12":{"name":"@hint/connector-local","version":"3.2.12","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.12","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"2db5cf57c6045129d6c19b4d3441d4509f004f8d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.12.tgz","fileCount":11,"integrity":"sha512-5/0ktOeK5jGPNAExtxKA+Z65b3rTqnKPcfhvN7JMx62TQ3xtcCWsQ8FIwE43uHHPSG+94aDPNh0zi2MgZ+eNqA==","signatures":[{"sig":"MEQCIBlDMLQpwgYwgEJM5BLdeF51ASZSREYKvY9tU+ZzT0+HAiB0pcqY17Ezc/bo1ykg0nWFij7ocxex2rODNkom9kk2aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":96423},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.15","description":"hint local connector","directories":{},"_nodeVersion":"14.18.1","dependencies":{"jsdom":"^16.6.0","globby":"^11.0.4","chokidar":"^3.5.2","@hint/utils":"^7.0.11","@hint/utils-fs":"^1.0.10","@hint/utils-dom":"^2.1.7","@hint/utils-i18n":"^1.0.9","@hint/utils-network":"^1.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.4","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.21","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.12_1634833144738_0.0904744117589269","host":"s3://npm-registry-packages"}},"3.2.13":{"name":"@hint/connector-local","version":"3.2.13","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.13","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"1c361fcfc039059edb65324ba1fb01d262600618","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.13.tgz","fileCount":11,"integrity":"sha512-OPYGqXmggcShZt3m0p8ae/CoBZnudj96QpC7YEfuU4PhHzcp/fmkmXQRNKNOUr1dUAxmmKRDxRJ86PhrHJ6oXQ==","signatures":[{"sig":"MEUCIQCSHmoHC8eG1PHAyTH04ZtM0PCeDGd2t0wEZ8itWQ5J2gIgd8sc96i262127hEJnfoYG4xBGOr8M3N/qgFxzjqDcbw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":96423},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.15","description":"hint local connector","directories":{},"_nodeVersion":"14.18.1","dependencies":{"jsdom":"^16.6.0","globby":"^11.0.4","chokidar":"^3.5.2","@hint/utils":"^7.0.11","@hint/utils-fs":"^1.0.10","@hint/utils-dom":"^2.1.7","@hint/utils-i18n":"^1.0.9","@hint/utils-network":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.4","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.21","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.13_1635537372096_0.06313982991970102","host":"s3://npm-registry-packages"}},"3.2.14":{"name":"@hint/connector-local","version":"3.2.14","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.14","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"c43db7592f84a93978812ea64abb59f029e87469","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.14.tgz","fileCount":11,"integrity":"sha512-rqifuVDC7AJ4IOh15kWSH33B/Bb/x2rJzC6VXYLKTLkHzkKDpnob8Tmc220mSIzpyeATJyeyExCMGUaiJt7q5g==","signatures":[{"sig":"MEQCIHqGR2HqjG6rJzjrAUm4aYfOt6tJuwfkAG7rw/1/XHfMAiBzFGzzTSyC8j5Ryr9X1aIneldKBleuqL+P2EMHp8YEKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":96689},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"7.5.2","description":"hint local connector","directories":{},"_nodeVersion":"14.18.0","dependencies":{"jsdom":"^16.6.0","globby":"^11.0.4","chokidar":"^3.5.2","@hint/utils":"^7.0.12","@hint/utils-fs":"^1.0.11","@hint/utils-dom":"^2.1.8","@hint/utils-i18n":"^1.0.10","@hint/utils-network":"^1.0.13"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.4","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.22","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.14_1636050517818_0.49903176488631584","host":"s3://npm-registry-packages"}},"3.2.15":{"name":"@hint/connector-local","version":"3.2.15","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.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},"dist":{"shasum":"73376e4c6ae761d8533ae59a1b9ff1af55200bbd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.15.tgz","fileCount":11,"integrity":"sha512-g6BXQ6hU5QpWnp/yG0z3r6E2Wh+kd/6ecGf4LBhw0RUQDYe3YRMkyxwfab5Uq4b5B6uhoTw7NmyISDsIDyChzA==","signatures":[{"sig":"MEQCIG5les2lD0+zmbTw0mGZlSh0Yxw0r6M1gbs+sPYMgInQAiAXMrT4J9eWJ8zgk+7l0zPQiLziA0OLgfWtnkRdjFHsSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KRACRA9TVsSAnZWagAAp/0P/1Ae7NUEXeiO8h7H0fAG\nMkPnQnJDqwzZ0jcArXeCuVCEX1le5qJAzVQCt2Pa0IPk+6WgxDvFpX4GhDlx\np/VbDl9Dsa77Fl/+jfGlrkIi2MBY1ACGFcrQBd7xp02anCuqJ/P8QMyn/pWt\n4nCvGNjv+1y9zwI7bdLwu0xExxkwnp34ymPF407j6xXZH6BM0IYPini7ildb\nKqbTH0wttCPdN9KvbopSE/TJtcOEHdbeyzl3IPXF8HLVFiUIj3MFl+qb5Vt4\nzGR3qdmFR0n6iBVkcJCpOf0Gwsan675pc4Ou29nfn9+HXngFEGC6bZZlPrDR\nc65exaVWohNRlPG0Rgys7Nlbu7Iw6kSm6IUDi6HTghhQkeRgYroqW5fJelft\ndRorHdsziGWKFUaCtZ9doUm1wDqHt8pBqj6SGCAZWUB1izuewJCNqd3kLbHJ\nmbNBnUUdjnIhge0Q3zYwX921NX2tHbD3V0lOpcU4AlfDDdcTMFRC2Zo43N0c\nHx9qbXaRPPnE38sMiYX8bToQlX/RDW9SAnLf+6S/MA9LKQgqGiAiSvI4Gr3G\nwTOO007MHw2dGZko0Aa+5SP9PPVPagXcChkoMTJ1Zs/w4wxhA8P8oj0Dk0mL\nebWc0bu4BNUEiI9dNg6V/1FnMI6k+FisSrZ+6yq6WVJOj1orvSZUGWfaDWHO\nCEJL\r\n=LqyC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.15","description":"hint local connector","directories":{},"_nodeVersion":"14.18.1","dependencies":{"jsdom":"^16.6.0","globby":"^11.0.4","chokidar":"^3.5.2","@hint/utils":"^7.0.13","@hint/utils-fs":"^1.0.11","@hint/utils-dom":"^2.1.9","@hint/utils-i18n":"^1.0.10","@hint/utils-network":"^1.0.14"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.23","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.15_1637006863240_0.48985327256547717","host":"s3://npm-registry-packages"}},"3.2.16":{"name":"@hint/connector-local","version":"3.2.16","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.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},"dist":{"shasum":"ee6129128ab8243f467c452da095a570f3a4d563","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.16.tgz","fileCount":10,"integrity":"sha512-PmAWs3w7hEfZw9FPZ3n7TfWIhJjvHRH0drur8hljFL7d2e/vN1Umhv+JWf6dXyqMa4tf992vyp77ZhjDBrqNDw==","signatures":[{"sig":"MEYCIQCtcv/kqvorLSdZYuO3GJ/LAwNN20QRGDeuHZqYqKjejwIhAP+l/Zan761AXz2TqCENA8CWDOpYD8TyOIjPKzn3q4UX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkYdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreMg//dA/0jnavLBPXSdHWfurZUsvLWqvrLE1jHi5YDydieU+tLQ1r\r\noPdJBnDhn5dEzmRKMFX5oGi+kmBkeHNDmivoRtln6S0RmA64rOvO1n7nsxNQ\r\nsgy8qi/eELqLJQW7cN3vq3ivdlx0JqjUC3sDwHOvcpBgoNXmyJkwRTlhi3iO\r\ncSiWtiQenv91hPv9zth/T74x2zGR1oF/+jRLrorj2nJDAg1AbtYbMXSgRigb\r\nm7LJtUCP1hxRSYq6cypJ3vZ/r7H3OEUhZEN+BNwfxaAv/NrsJE9fHeD+lhYX\r\nCM+xo97Ot2uUjTfToEZWAVkucMSqASAbM1DEGX8g1KND0+JRhjZXw+B3iAb3\r\nrO7Q75XSWeW5hqU9scmDUVUwkr5+ZLX/VXO3z/yPSpkKU5p0jHCPiDFzrVdQ\r\nlHz16VoQMDekbBmUu0ik0dP9E2Iu+aHJFQhsycqbC/yCtS20srFyelVmGoD8\r\n3cph8MGk1HmusksNqJwc1Z4ufxF8xcymPCmnN8cDN0iPJ5CGLg1hHu/y5AAP\r\nG+ECPYppwhmXO+o+v2Fxb7IqDi0abBzB0eQlHrI7dOUc+WqXLyIBrPn2aHAd\r\nbtnimDHHIZAk/x4EERCEuFPHMSX2AJm0Ikocdgme1qLRN3MG+7By5lkn/GjG\r\nAOT79z/5oCuOQd1G80ZKwaEs8szAQlNjmqo=\r\n=krUj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.3.1","description":"hint local connector","directories":{},"_nodeVersion":"16.14.0","dependencies":{"jsdom":"^19.0.0","globby":"^11.0.4","chokidar":"^3.5.2","@hint/utils":"^7.0.14","@hint/utils-fs":"^1.0.12","@hint/utils-dom":"^2.1.10","@hint/utils-i18n":"^1.0.11","@hint/utils-network":"^1.0.15"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.24","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.16_1646937628954_0.7029607943075646","host":"s3://npm-registry-packages"}},"3.2.17":{"name":"@hint/connector-local","version":"3.2.17","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.17","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"4ff775630940d9eb5c155bc5d7f223598e4f22b6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.17.tgz","fileCount":10,"integrity":"sha512-KHAylzkDrVJ7SnylBVugZrl6TXNGZzKNhAky5Hgtjeh0m6gzINbRp+ubYZfPeQa2H3XKut1KjgOKbNl4/aH+0g==","signatures":[{"sig":"MEYCIQCPCILXIz5qLKEp/zq/pZ53aM3PIXxdYgsPXh8SpmcTcgIhALYpqtxu73KFNJzIYXNoLBTMACHRDfHXGZ4sHK22ogpT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG23ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMOhAAod2APAna13LbDu1WdcBaUAC0SUX+fU3k+zQvseb2ZL8ItaPq\r\nRgIpkN1/NTZQ2ObaDNZDaKfhWniNEcSh7guppnH6kr8pLqbgE8pStLYTJg74\r\nMNlMKfueqxn0P3ZZGcTyxXBT0n9aRqj48XMEpWn/w2Hh8LD+QDvJy4IS8j44\r\n8aZR6nY2b9kvawGjLGECozI/EPmFBR/YzM75PB1/NsRrxpUjHd0KWXEQPcoQ\r\nd4lr5fQ4heWorp6oq1TVvIkGVhmZNfr1ZnGZwPPsSTZnT3rubk6g6x7DPGBB\r\ncCamp1y3cpVCg5cSmBnml+Xso03keR+UjNAD0aRKs0OgKPPSCj5wvJLJjI+Y\r\niHgOnIptz9+l/MsU2tlDj3Z/2Yp0f25kFY9f6yoiEDIfmfVjB1KZ6w7B1OBC\r\nVAJdlrAv8sfh3gyjDVRyebN/82Cd05iNYC8VM2giwedHG2KwhHynSjoFdgiJ\r\nBHygAfmFOgioDgUAQFb0thGY6bMUyTCRGfsi6095FRQUUEu5FzBhLC6WOAjV\r\nfdUIJ1ZHQQIrBz+baxJnpdgYwF/hdzgvCuE6U413ueHX4VXCi0x9Hin28F4m\r\nyDgdPusCSYN0fEjop788InpBtyDl0nNwLxAYqTw0R/25YZ2h6lgGAzIj2bhR\r\n650XKcckShSxGLlAEULU9nCmUOXu3t+e0zc=\r\n=fFE0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.5.0","description":"hint local connector","directories":{},"_nodeVersion":"16.14.2","dependencies":{"jsdom":"^19.0.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.15","@hint/utils-fs":"^1.0.12","@hint/utils-dom":"^2.1.11","@hint/utils-i18n":"^1.0.11","@hint/utils-network":"^1.0.16"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.25","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.17_1651010999563_0.5247899512222913","host":"s3://npm-registry-packages"}},"3.2.18":{"name":"@hint/connector-local","version":"3.2.18","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.18","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"a5a233ec32392f2151ee667800ab9747be8b2203","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.18.tgz","fileCount":10,"integrity":"sha512-cU4sP3lSnEpRMRcPv7FtPODJSjlFJlQYzWzXZ8enpWz66KG2o5nKt3WN3rm40pz46ypVtpXAvalzwYfZu5ajKg==","signatures":[{"sig":"MEYCIQDhPFbaLjiPDAvWcDg+735EMYfhY4aeNu+mgDVOm2aOXgIhALl4A6YqG5R4af4LC5r/HoGpO0t6gLLH3iw8DeuztgO7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdoHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofHg/+IRY4phBIE+WQm4PmIEsGuYxKwNDdjU8w8fsCBfXdd8af0VHi\r\nyeLIhhgUIRWdxlozcIWS4obxmu0p7z+ZmfMy/IsqTCt0dSKSpbpzGxNFuZaK\r\nGOc3biDG1V4QFvhHy0xUbIdcUnL0mmOSXDWejHfQveW+tC4gXuziMOv0WUgy\r\nb2t3orm0APvggsReXjj7wSe5+Bi6mlPHNiafaHB9D4Tcab5kVCLlmOBKl25N\r\nQva5fQ2g5bTSMwzo+XWz3qld/0orEbe9fgBIimc9zxby20/r04hDRPJr5+If\r\nf3AvcilxHinnhTQEtrm+iPfKp3ASOKTqvYaFrSpD0wzwI/m6Z1xtaNLqRfZH\r\nfOaY+b27d05dugcwuCMrm6idhjc9ldVB8Jw4v9+1BMXjrRmCvA9AjpyUcGZd\r\nT/5C7HPGACzjk/eTvysa8q2FFcOqARlZMmVMx7VdMwf26LKFYYkkyhoGELZp\r\nwAirbvmQOK7993/DjmBHswdAB2SXpxaHT6455aHmIiRKaUojCQ4YNiwLQz5c\r\nXyDYv/VmWum7/K9ng0N5eobUTfrnKZdH5K1W44yA7C+HHW7JMq8edVM/SvDE\r\ngdhmQYx5SSFM5qvF0W0rICNiL8OPg2QEuNAeiQRcnEkMoyhJFlg/cRrmCxEy\r\nO6DtiXWxdO8e0rHTmwPYPzzo4dPNm/uh41E=\r\n=GxeX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.5.0","description":"hint local connector","directories":{},"_nodeVersion":"16.14.2","dependencies":{"jsdom":"^19.0.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.16","@hint/utils-fs":"^1.0.13","@hint/utils-dom":"^2.1.12","@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.17"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.26","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.18_1651628550990_0.05882076759919452","host":"s3://npm-registry-packages"}},"3.2.19":{"name":"@hint/connector-local","version":"3.2.19","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.19","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"7662827c78e04618de787e40d8887d7604277a50","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.19.tgz","fileCount":11,"integrity":"sha512-UTzGL1WF32A2hiB/Zo0yPOfRH5//W2oPgm7rItb7VI50N2sgSt5MH+u+u2d3Q9pYs0tHHciunNUKjHcmCXyOgQ==","signatures":[{"sig":"MEQCICY9TR7sA3T6jtcjS33Z7Un4N+f0qSIeE0Hrcn8NDPXmAiBaI4Oi57LOZ6WKBjEiNEgJL8rG1Y73oUB81EM+Et5drA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102016,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn8dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqhog/+NOTSUuyXV6uCIoUqm7RIwlkffQ+Aibdql+c2dx3sO+alAClv\r\ndCwkLJGxJO2h8HWIlt8TtXgme4g3xl0g8/kVxJMkKLclr+fNytMDwRu5R4ty\r\nvcAfPkAFTnSR2rggUMkS0de2sFkPcyhDPjG+tCp6IsD5jmLq8rBBOaUd11Bv\r\nP0/8hqlyzCODAq+VJBajB1Pf37aQYY80wmZCsUYMT2nqzc5ZgnnjcmY1nVQ/\r\nr4HNOcg3h6LKChoEI8XEmkdGc2MVodE5TQZA/l/toPdWA8pYZl292lol6uqb\r\nA687IhggeHBOBDEzyQ3exbz4M1Peypx4qnpwY0A1KTRNCYB64pWZcSvkHdaA\r\nNtaaBP1i58+xZzDG2sdDK5KyVeg6X83mQKzuP9dV6XGX4NLctPB/Z3H9RxPy\r\nmG98R+6U2D6MoYVwF23yn1zqJniOBXltVN6DdvE9WSZt5rNrR3ncXiyz7Mq5\r\n0NOSNTs99igEWvB6kOrDbG2FcYohS2TFfUvtEnDsrQ0sdkCURlC7A+okYr+T\r\n8Y5n2CO3e0xZ1zhRLAuayJI0FSfRRLpYmSbwdw87vpzhX4Q1eJZI9bNy09Ks\r\nsBZM6RFMHzg948uZRp0sJhYdvwhcwZf2vKB04TgQqzQHl9I86E3dvM89yQ7X\r\nJxKRzjnyZ598id9FOu0dxmuQkhmXYtTJw6s=\r\n=gVHK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"6.14.17","description":"hint local connector","directories":{},"_nodeVersion":"14.19.3","dependencies":{"jsdom":"^19.0.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.17","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.1.13","@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.18"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.27","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.19_1654554397101_0.008558123503993764","host":"s3://npm-registry-packages"}},"3.2.20":{"name":"@hint/connector-local","version":"3.2.20","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.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},"dist":{"shasum":"dec70adb14eb7c756ddf386494f53df9d2876c6e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.20.tgz","fileCount":10,"integrity":"sha512-0FJx9texFV+S/BQS1NHocGKva+Za7OLn1cKfGGA1fXxGIvvOKnP7MMbungit0ciDeVoxDTcPT9cMbXXo2TJAuQ==","signatures":[{"sig":"MEYCIQDNDKlKa+vBbjVRrhJFVvMeA9oO1zgj+3rSOkqFIR41XQIhAM3c3Ik/bdfzz+4w6APHQ6fcHmUkrntu4DeMtUSFy4Uj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6BPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/JA/9EwmjzNTSnBUqK+hd5AkW+xyTGmgzVEhBewLsvwr3RAr7GCTQ\r\nLUuR4NhIVPYQJ2g2gXHHXkjpDRXA+WE079Hru4qMD4s/MUb7QQBBj2hiw2ed\r\nTD7LpxwHR3CkROvJYO7UQMC/tyVLlSR+rmGtfxeidVXCbykvcc9jUT2RkX4d\r\nwDhspM03RNyscqLiH5OLwsxirPYKWf0y3/f5y8ZFuOVpM2eCEs7WD7XJ2VUc\r\nH0ftXVM+ya4Ojy8bj57eD8tOunQXESDW8W8OhSVtZBPWvzQwgp+g2MtkrzGw\r\nlh7Osktv5/4wOqUqTOiK5hSg3ljqB9E825R2dlojdtb9ZjuZta8tKBU9Us0J\r\n3n+QSFJ8Gq0x3tQkCLHSJrCP2iHQO+pdc/6y8D0Ci8U3XquZ1EQHnlciP/8G\r\nDBEZ4xfFNIn30ut66TYrEniAQXtVawJ/QlA3l1NAvNA6Tmte0hKcpO6+2dCc\r\nczZ1DDFmT92MEWAsNnLghCOItmpb+XgFz1a4YGgJyH9jDOA/QrPRaCWi4Ons\r\nbpJ6UUruyK/wms3qSCdNrYbGRbrzn571cZmn8MBcSaEFUIiTI4Q6POR8Hyo0\r\nkTUXGE81F5dEbhNzyX4oM4DpR97/2eiUeVuZFIGqNnsYfryTOD3BvVGYV30I\r\nUe8XssJvdXqwQHzBUJKzl++5cYLsuxF+MAg=\r\n=/c6A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.12.1","description":"hint local connector","directories":{},"_nodeVersion":"14.19.3","dependencies":{"jsdom":"^19.0.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.17","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.1.13","@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.19"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.0.27","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.20_1655152719598_0.7276721806678774","host":"s3://npm-registry-packages"}},"3.2.21":{"name":"@hint/connector-local","version":"3.2.21","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.21","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"9d54c730488bbdfe5464c66d77a2dc3ad0383636","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.21.tgz","fileCount":10,"integrity":"sha512-DWUpO3l4e2plKxMHCkRXGq2rq4Ez7I1iOBB5s7x4Yc3UEBqQr/OKKm8eWlmajMn0o4dhPS9xUSFESz7NezrSKQ==","signatures":[{"sig":"MEUCIQD+0Xa5lTRLsQr7fUqtchTu/ck+GbUEt6/+5NirsD86GwIgV3Vh4PJ91jx1qK3ddxbPDsd1ftPwcFQhtSRD7Sgjr+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFPlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoJg/+Mq4MGLamnN0dPXCQ2ArRwyvTMtrvcdLRuVFnHoQCm+o6u6IZ\r\nVLcdAnSpolXXBVqD0lOkl3tA/Ukh2Gz2Pul62kYqyH/7TeDggj8RrVWedHjL\r\nCXqq144V/FTG7lv+3yXy0ErrGT1uwH5ptpEWAP0DTIFtAvbb1GDgzQqe242/\r\numprXDSAGIiihqZ2oLLhdRCjJA+Pk6Yhe8omem68xzC/VUO0qXASG7TvHnUG\r\nfcVXmFcHvD+6S+OZwBC+cNbX2bzZGUyz+cXFsY0H6Er33RCJAhlK8urF/OWV\r\nyPoVxUiNVpBFWu7gJDWsO+DE71QrkJ16bJspDXC9GK3FHHv9kyjmC0B/BoN2\r\nADIF2W5Vboz5hnX0P0kol55otg9xKqPdYm2jdebf83taWOPXVB5BXCbiXn+Z\r\nUNqksij5mvPSY8P+7EbVWqva861JLerYt/p24v8I8c71/RLQ9oEnLhy3YnrG\r\nkXbjfSUWlB/tlbvsARzVBz6kdDwwBTjF6ZZY2UIqne7mtbVH3SsM3gDoMucj\r\ne8Drd9eDccuHRIjd6fdK0lWJ3dqusJfEFwfSoMYCAGCIxpW3EM1GmJ7WpfWj\r\nqOzuDR+9SQ7lTl6pyMzIv9sucZU0ixhnE1Ya7hWH6LztoTCMy8ZKn1mblmyH\r\ne365wgbD/PCM12tbfHOc86fbZKzvmn5LFcM=\r\n=edCL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.12.1","description":"hint local connector","directories":{},"_nodeVersion":"14.19.3","dependencies":{"jsdom":"^19.0.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.18","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.2.0","@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.1.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.21_1657295845370_0.8828549185868777","host":"s3://npm-registry-packages"}},"3.2.22":{"name":"@hint/connector-local","version":"3.2.22","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.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},"dist":{"shasum":"b4b6977d14c5cb2e12f455ce9227c9cb10e34494","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.22.tgz","fileCount":10,"integrity":"sha512-/TJvcp82QtucPWma+ZwoNDakHau+cu5UOEzNvcq0hsCGwvhr+MH7IYB38NxCdXdO7QNTVWpTUF+tVO8k8Ux9IA==","signatures":[{"sig":"MEYCIQDymyBai2UUwnYmf7ew9gqILUZBlmUI+44k22U3RiFfegIhANP0uF0Pk+ryBLJUyWIGOHpcet2Q1u1P/uCpVGpkJYn6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yuiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp06g/8DMNKQMrCfggingcJX0EnKGKuP6fqsWVoGzYVOn/8rNu2ygWO\r\nVLLzCwbJdY6Z9cQOCjoqbJ4hHLQKsEV3DMUWMhh6fkimayXXxZAc7G0Wz5sf\r\n/zfgBUcXMgGvq9Q90V6wcOFc/RNvxkniJ+ysIoc7fmHueUI5cNTEYg92X+yC\r\nKqVkUuKB1BaGS7SqWkB9+xeukBJTF/m/+k3eumV8jullovXd/t/NUz4rHns7\r\nUG5jTU3aKhGhjUWCjUx1lsHDKLvSyTHbz6OZB7D6da2enOrP/IJcLvcgVF9l\r\nEd27DIachW9RmuC0J7OvFEh4hEQjlKiwsuCAxGlW3pHr1YK9zyIFYizHHhcB\r\n1wo/qgBMz8uIFvuWNTUou2hwB7g7tkr6mv6RDjmAu8vCeYb/wQuVveX0m9FJ\r\nnxU0+puIbLAN7wM7Q+rBi8OfJdl2Ludwmq60GPYgkNeB8oQnohNiVl4dxqU8\r\nnXcInOLyzS1OmQaKxFZesnbFYf5wQdOP5lhhvG9gSNNj/B5iACu4WzUDBMIg\r\nLSuiH02i6aT8MhkQuNG7rBUPgNX0FS3Q8PGvqSlhG29ZhFh/4KSuewqMKY6F\r\nUxDLlPd8s0bRxDY+IweHWd/WBqzqNcIvioIwfO52cQq/Gy/zJZdhb6ftRxUT\r\nPUrJGWhrClvN+OWqJ4K9RWGdfZkUz/rGOf0=\r\n=/gaC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.14.0","description":"hint local connector","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^19.0.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.19","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.2.0","@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.21"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.1.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.22_1658530722192_0.4966528844195963","host":"s3://npm-registry-packages"}},"3.2.23":{"name":"@hint/connector-local","version":"3.2.23","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.23","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"bd100149bf15e70338bc07b8746cba2a121bad34","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.23.tgz","fileCount":10,"integrity":"sha512-p9a+58xWW/wiSBfqHkyYQrKRUHXSYf+OioGk0VeMCGhr1mLAtFTfKQGbIUKhYdoi0s8YlRM4ad6GJsh9KE2GMQ==","signatures":[{"sig":"MEQCIEm0KXCQw/e1X5Pp3VIfHYechAjUBuZPAHIqx03lZX2jAiBdvW1Nf5W3UyyTcmeGxV8iHz/VVGZLHUfs9mVLmwgGSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3fAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpffQ//bbZlZW6IW/6VTlTJFq0gjLWz5+/X8f3jnDXibf4B7EAQIqKg\r\n2LGVoLpzYB429LvifZOW3Qm3/axQ9ImHHou4impt1gU4mLKb9ubodfQoUjnn\r\nQGiFyx3uD2On+dnxRlsg+p53YrocGHR1YvFJgG6WUVL9ZG9AlV743vRa1dFH\r\nddCoY8rcJDqNuBGOuTpFByzd+2JsK7VhOeRLs/cEmZ5jYV8VVcu3ulou68Qx\r\nTBAjbELVB6i5AlNvUklqaZLGy4ha5Jb9n0295upIQBjO6Db+0QxdbT1q9rZ6\r\nka3P7Ko++COrGHs8rGs88iOVNiPbBLm2wl5iofsv5nYywaA1oDu8DNrwdkBq\r\n/rp92w0PfanipSKgrTQmgvhzUGmjpq9PApbC9FiRay8ffle1Tj6Y95un+NIM\r\nZe2+pR+t+8geQ/myV6Dqp7LWEiOHkKB8X4CuwCRnVBH64e4+VIzdH42YGDGz\r\n/l/E2P+WmqKvKzSRMVXJtm+aG+FW5mdkl2xBUlK++l1/UINjm8Tln8j5Yv/o\r\n72Ond31Thgtz/XFXOA3zubGEC3QOw1R7cIjgvJ+K86d966w3uQVldNlLWtEU\r\nBct8fvqwMh1Il9gh/HSEt7QEdJsXiacMRjy6ocmUINlSw+aHgiMLuZZ54uSI\r\nq0hU8UMen8gS9pNAjlNx54oulTe0U/8pY6w=\r\n=2EY0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.14.0","description":"hint local connector","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^20.0.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.20","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.2.1","@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.22"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.1.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.23_1662482368140_0.97936098821264","host":"s3://npm-registry-packages"}},"3.2.24":{"name":"@hint/connector-local","version":"3.2.24","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.24","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"1803aac6ec1aafb54417b4e52d211e6a23581f2c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.24.tgz","fileCount":10,"integrity":"sha512-x5ycTaT8eJ+tzZKJTdOEQ+CJ+rFPIG83Zd+IAWttGl+Rhtp5pX2RBWCED/jI5g+ObJgcfZxw81zmhB9RQZZL7A==","signatures":[{"sig":"MEUCIQDxxow4txadBAxKmyC0PLPSzbadWCmTj6urEvktgx6WCQIgK8zzRBJkqo3X5w0T3XJiuQ8oV2MTrhTFspTZnopwzdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy+5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPkA//Q6X1KpnO7L/eC+uXumUClMd4jiwpbET/wjo3syZK/htQD7IZ\r\nLEkSUoVeuoRXkB7iFoYWOZ7Q2W720/FWa28RTKJ/uExY0UO5aKqP6gT+uyyI\r\nYvZYwaf8dHJin8Ug3TmSKCt+Ww2PIa81/3l0W8ohRUF5SosJQ5ncxhJdPmN4\r\nd6gJ7Io+gGBR2w+esehHlyrouQV9w3c+RZHeFMZ91t0Hr90EEacfPRuyWAjR\r\nxovzpCSSOHTDivzy9stKB+ur+HXd+XL/0FWRfHD5WqWRSIkKFkxUGc/Fx6sC\r\nmh3xPcxNIM784i8JyJ7L776yaJxTkEP17n3K03obdZpKKHkfL1PfCYnt1fFO\r\n8aeHmwyABZvuk3znoakvLF46sPh4bKpTbpld7J8phHPnVRU2Fx6tluJlEvCk\r\n9jalN5xiyD5Tf47fhidoCIPVIWCh9FBKWB5FYNsjlUhHEnYehe+fBfheFrbw\r\nCEaokNo1oEb9soZMTp7QM+IPLEXi9Ac4hJV///j2V8ywG8ZzlR+xe5OPmbF8\r\nm5lb2GgkQYEsbiKMoh5xSbdMSprAooWAWXZ641QeBo8Doh4b3kWQf+yq4xRG\r\ngUA9hkn3U4iYAb5gqvizIIaiAxjMG0CVILCvtqp9qg/PFiZRIcBN82kK5RzK\r\n7G85tIT03InZY7dm04NaGXOMHoforb/mY9o=\r\n=mN32\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.14.0","description":"hint local connector","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^20.0.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.21","@hint/utils-fs":"^1.0.15","@hint/utils-dom":"^2.2.2","@hint/utils-i18n":"^1.0.14","@hint/utils-network":"^1.0.23"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.1.2","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.24_1665085369341_0.8007153430803291","host":"s3://npm-registry-packages"}},"3.2.25":{"name":"@hint/connector-local","version":"3.2.25","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.25","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"0bf80b23880df341f67b1a5e5cd5dc04eb61e3bd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.25.tgz","fileCount":10,"integrity":"sha512-ARlY/dMyXpboaOZjhShZE3F9equ+y/FWapkiLwdT/7VmTTnpwx4M2UON0f+YNdNMpICrznHFpaNKeTDDSZElTw==","signatures":[{"sig":"MEYCIQDOF/VRWEA3QAfHsrQ8rszP11l/KF+vqElVX31NvtZV4QIhAIaORZyUplFnJvrUfjZjfRVzQzJIbaph+FeEdXRem0NL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE5zmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotWhAAnq3k4inKAltbN2TF+wMfOh1pQXAW1/I87FIyuxn47LklFm3V\r\ncL5BmfvRcXPsdY3t6dNXrYJ9B7DEL2AckpuOOFg0NP60Mqt0btHEv6FUMbRJ\r\nNb/rBqSFF9Va83mw2GOMJIGpDk2TPAUFdFL96XDJpLkAVzvtHLtPg/EhsJce\r\nKUCSVQ4vOBo3QgzAdeHtBQQF7nRIZHrkvv0Sj7RXDGyM65yI9607ZFkZmQ8E\r\nlrFJJCe2mp0yHlKm71HhXeCoLpsGBv9ku9K8z3Efw6CqbWnhpar9jKb4Ro3t\r\nkVOLa8CRZ/Khv655UOqoF1gf61UQPoljyikGfXiRfPoNmQUyIxSgFFaKumKi\r\n/Iv3cbg1stW95vxS3JY+gqXQTw1SJBETQ9CsHhaLuvpX/VK6SbtFqxK0YUSS\r\nBR6rKVPhbdAsoy+pmFtMXvLCDx6OaONfOqlcjo7h+pu6Y/2PZFygsDOyzxQQ\r\n14wMjx7/rAVF/SZZdm/BP9QKbypxQc/kLYTcAapb9MO6MSIcYmPrkuHQK90D\r\nhk/moNBWcN17kp7YNCFW0ct8/1soKQEg5ku6VWcMiMqdeupszwHzZwwWfAGy\r\nEvT86JxAhVcSzhY3KekXpgQkUlmuefDydtmPdNnBbyx1vEj38+AHyUKCM/wP\r\nzEYx0CXK7WkgZSI2Is31eDylGYcw5fZ0zXQ=\r\n=2cYy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.14.0","description":"hint local connector","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^21.1.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.22","@hint/utils-fs":"^1.0.15","@hint/utils-dom":"^2.2.3","@hint/utils-i18n":"^1.0.14","@hint/utils-network":"^1.0.24"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.5","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.1.3","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.25_1679006950208_0.2819122768398086","host":"s3://npm-registry-packages"}},"3.2.26":{"name":"@hint/connector-local","version":"3.2.26","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.26","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"88ec409e361229f9c6a4e6fbe7f527fb1c6f7649","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.26.tgz","fileCount":10,"integrity":"sha512-mOZ98WD1zn5sy6Z4Fjihq/tYNhFmYP9Zu7uMNHM55YEk9uJWDhSIOJ1KVhbKWP1EmH55j7C3fmLK/NyBHCkNeg==","signatures":[{"sig":"MEUCIBj1pUTHVsKxBN8ge+vTdL3CTQcpXs3pF45zyXVD/nWAAiEA6GFMZOlCLocg+pa/p10ew9ztWhl/0pzGdIJF6U+UtYY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29866},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.14.0","description":"hint local connector","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^21.1.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.23","@hint/utils-fs":"^1.0.16","@hint/utils-dom":"^2.2.4","@hint/utils-i18n":"^1.0.15","@hint/utils-network":"^1.0.25"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.9","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.1.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.26_1686327876851_0.8567720726929136","host":"s3://npm-registry-packages"}},"3.2.27":{"name":"@hint/connector-local","version":"3.2.27","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","_id":"@hint/connector-local@3.2.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},"dist":{"shasum":"27cf8d974a9db73ff383bf32f678c790f8693d45","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.27.tgz","fileCount":10,"integrity":"sha512-gDae28whXOmb/YaaSARO2GN/EStFlf6QlUr/HiIdx4yrowGP3z2P/KECr8uGqsl+aWlOmvTvmUPST2VmpBjdQA==","signatures":[{"sig":"MEQCIFKM/ohzwekUSwPdHVYMbTXR8oubS0tiQ8eAP+Oi/El5AiAGp29YYTLi0jY19h8P8W4Mx5kNDihQ9U47byLb5A0jrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29866},"main":"./dist/src/connector.js","types":"./dist/src/connector.d.ts","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/connector-local"},"_npmVersion":"8.14.0","description":"hint local connector","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^21.1.0","globby":"^11.0.4","chokidar":"^3.5.3","@hint/utils":"^7.0.23","@hint/utils-fs":"^1.0.16","@hint/utils-dom":"^2.2.4","@hint/utils-i18n":"^1.0.15","@hint/utils-network":"^1.0.26"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","proxyquire":"^2.1.3","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","eventemitter2":"^6.4.9","@types/chokidar":"^2.1.3","@hint/parser-html":"^3.1.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-local_3.2.27_1687907290209_0.9368874498362127","host":"s3://npm-registry-packages"}},"3.2.28":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.24","@hint/utils-dom":"^2.2.4","@hint/utils-fs":"^1.0.16","@hint/utils-i18n":"^1.0.15","@hint/utils-network":"^1.0.27","chokidar":"^3.5.3","globby":"^11.0.4","jsdom":"^21.1.0"},"description":"hint local connector","devDependencies":{"@hint/parser-html":"^3.1.4","@types/chokidar":"^2.1.3","@types/jsdom":"^20.0.1","@types/node":"^20.1.1","@types/proxyquire":"^1.3.28","@types/sinon":"^10.0.11","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","eventemitter2":"^6.4.9","npm-run-all":"^4.1.5","nyc":"^15.1.0","proxyquire":"^2.1.3","rimraf":"^5.0.0","sinon":"^13.0.1","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["connector","local","hint","hint-connector-local","webhint"],"license":"Apache-2.0","main":"./dist/src/connector.js","name":"@hint/connector-local","peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/connector-local","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.28","_id":"@hint/connector-local@3.2.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-oJxv+br08bqrGTP6weC6DJ3fwTwqq1Ot+/RBJU98d8t8XdEwSHRD2EAr4RySuVr6GVkzlEW+p91fTW8W9VtgAw==","shasum":"4cd2ad862bfcb9aa752bf3cf28e1a6ede14694ee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/connector-local/-/connector-local-3.2.28.tgz","fileCount":10,"unpackedSize":29866,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEtwD/mKKPQyogAT6vrXW+k2e0aIU/IYpNd6YoGp9q03AiEA0ktiLLj7RLb9mf/N6eVp3k4of0WFacjXtK7H467V1zk="}]},"_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-local_3.2.28_1724949285023_0.8394544034153277"},"_hasShrinkwrap":false}},"name":"@hint/connector-local","time":{"created":"2018-07-16T23:03:58.376Z","modified":"2024-08-29T16:34:45.389Z","1.0.0-beta.0":"2018-07-16T23:03:58.565Z","1.0.0":"2018-08-06T19:53:56.356Z","1.0.1":"2018-08-27T23:25:00.578Z","1.0.2":"2018-08-29T01:23:56.183Z","1.1.0":"2018-09-05T22:58:34.051Z","1.1.1":"2018-09-06T17:49:51.392Z","1.1.2":"2018-09-14T13:45:47.882Z","1.1.3":"2018-10-31T21:57:52.499Z","2.0.0":"2018-11-05T23:12:01.516Z","2.0.1":"2018-11-28T04:09:45.284Z","2.0.2":"2018-12-31T23:04:59.342Z","3.0.0":"2019-05-15T01:55:41.747Z","3.0.1":"2019-05-15T03:59:56.910Z","3.0.2":"2019-05-23T15:46:34.642Z","3.1.0":"2019-07-23T16:29:02.381Z","3.1.1":"2019-07-24T21:16:19.347Z","3.1.2":"2019-07-30T19:27:38.491Z","3.1.3":"2019-08-06T20:38:51.111Z","3.1.4":"2019-08-16T02:36:20.485Z","3.1.5":"2019-08-29T15:50:40.210Z","3.1.6":"2019-09-11T22:28:32.045Z","3.1.7":"2019-09-19T18:29:33.337Z","3.1.8":"2019-09-24T19:28:15.927Z","3.1.9":"2019-09-26T21:16:58.802Z","3.1.10":"2019-10-16T19:42:10.419Z","3.2.0":"2019-10-29T22:27:21.035Z","3.2.1":"2019-12-03T00:59:44.547Z","3.2.2":"2019-12-05T00:19:56.118Z","3.2.3":"2020-03-18T21:52:51.883Z","3.2.4":"2020-04-15T19:16:38.132Z","3.2.5":"2020-05-18T22:13:29.711Z","3.2.6":"2020-07-27T20:34:26.047Z","3.2.7":"2020-08-24T21:53:34.696Z","3.2.8":"2020-11-11T20:39:43.993Z","3.2.9":"2021-02-04T19:27:26.511Z","3.2.10":"2021-02-06T00:39:45.165Z","3.2.11":"2021-06-09T19:08:35.442Z","3.2.12":"2021-10-21T16:19:04.932Z","3.2.13":"2021-10-29T19:56:12.253Z","3.2.14":"2021-11-04T18:28:37.982Z","3.2.15":"2021-11-15T20:07:43.409Z","3.2.16":"2022-03-10T18:40:29.330Z","3.2.17":"2022-04-26T22:09:59.691Z","3.2.18":"2022-05-04T01:42:31.179Z","3.2.19":"2022-06-06T22:26:37.281Z","3.2.20":"2022-06-13T20:38:39.772Z","3.2.21":"2022-07-08T15:57:25.576Z","3.2.22":"2022-07-22T22:58:42.321Z","3.2.23":"2022-09-06T16:39:28.357Z","3.2.24":"2022-10-06T19:42:49.488Z","3.2.25":"2023-03-16T22:49:10.385Z","3.2.26":"2023-06-09T16:24:37.131Z","3.2.27":"2023-06-27T23:08:10.421Z","3.2.28":"2024-08-29T16:34:45.149Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}