{"maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"keywords":["hint","hint","button-type","button-type-hint"],"dist-tags":{"latest":"3.0.23"},"description":"Check if button has type attribute set","readme":"# Specify button type (`button-type`)\n\n`button-type` checks if all buttons have a `type` attribute set.\n\n## Why is this important?\n\nThe default type for `<button>` is `submit` (not `type=\"button\"` as one might expect).\nThis can lead to surprising keyboard behavior within a form.\n\nThe best way to avoid unexpected surprises is to always explicitly\nset a type on `<button>`s.\n\n## What does the hint check?\n\nThis hint checks whether the `type` attribute of a `<button>` is explicitly set.\n\n### Examples that **trigger** the hint\n\n```html\n<button></button>\n```\n\n### Examples that **pass** the hint\n\n```html\n<button type=\"submit\"></button>\n<button type=\"button\"></button>\n```\n\n## How to use this hint?\n\nThis package is installed automatically by webhint:\n\n```bash\nnpm install hint --save-dev\n```\n\nTo use it, activate it via the [`.hintrc`][hintrc] configuration file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [...],\n    \"parsers\": [...],\n    \"hints\": {\n        \"button-type\": \"error\"\n    },\n    ...\n}\n```\n\n**Note**: The recommended way of running webhint is as a `devDependency` of\nyour project.\n\n## Further Reading\n\nWhat can the user read to know more about this subject?\n\n* [Never forget type=\"button\" on generated buttons!][generated-buttons] by Lea Verou.\n\n<!-- Link labels: -->\n\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n[generated-buttons]: https://lea.verou.me/2018/05/never-forget-typebutton-on-generated-buttons/\n","repository":{"directory":"packages/hint-button-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0","versions":{"1.0.0":{"name":"@hint/hint-button-type","version":"1.0.0","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@1.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d42e0a1a1effde2c982d4139c769df492c32ae31","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-1.0.0.tgz","fileCount":8,"integrity":"sha512-GU7QKl9PpNYeI3Y9pa5ceesxEXHIHiGEVKTVNavfVfmtboWKIcO5VC/3FIEU37TnH9YLgrYRhTQfgzKXI3nc+w==","signatures":[{"sig":"MEQCIC0nn7jl4hZuOXHnZUGuYiFWr10y3DrpOc6y359+Co/UAiARnPmyOGm7X0io5ar7c7UfxjZ6kzdBCBZnqyyEh6dPqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPnwyCRA9TVsSAnZWagAAGOYP/2HwcZtJNIwpfwCeoUKR\nQuvrjsRV+gZUGf/cTANeEiF4E4At5nf0Tsce3IZ4AOrhf8D9NlJxqNlB64lj\nCYLj6oo6jjKq7aEQoLpsKhzxVJSnvpFyBc7ybcrvDgl2JDu4TFQyOQgl3LqJ\nfLkyOE0pCTs/GgSqLKBmpWPgprNoAe2xkj3y4KgKsc5uo8LeRo1/699KrCDT\nBdomv1eB6/JxFuyur1GbS3a/rbojzuNwbbL3NV0gVR5QApfQ/C6Qoe69Q9DZ\njOdVhnxyfhz5A+rJWFP1Xy/mD236yWvyMFEYLfiP/W0ZWROBeTqR8PzZtoE7\n815ur/y/dyb91gD1mqLFXQNwM/uBqhqJrUlG2QuUWrJf+VRXCplWSHR1vOQc\ndYItMaVTGA2+pt/1xJmq4k9b6C2C3K5V6AKJb/Ht8x9QAbywoCGiO5RRydSh\n1RR6+WC07+M+esxd3UVSBAXOwrJ7dEQQ2T3ZX+YD5oHSXbeqv58R3Z307xcw\nlI9PCejSwvfE1m4Gy7maJcuUrxnXDfuOzhO6x5GBXaBSV27qi02KlOtMg0KN\n+Fbu8PLKrnYLSvc82hRVbpYWk9+hEvuhSehqNYYX3lrYrbG569lovOoVNplx\nDYGBFzyeuyUMB6yZJMwwKegEmPxUyogjJ/PhWpPhtD1+izJEEok3BsUuwKA5\nl6Bd\r\n=RKqf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"11.2.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.3.0","eslint":"^5.11.1","rimraf":"^2.6.2","typescript":"^3.2.2","@types/node":"10.9.1","npm-run-all":"^4.1.5","@types/debug":"0.0.31","npm-link-check":"^2.0.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2","@hint/utils-tests-helpers":"^2.0.3"},"peerDependencies":{"hint":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_1.0.0_1547598898099_0.3292144189639761","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/hint-button-type","version":"1.0.1","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@1.0.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"5f0f43450056e86095011222e58021202986b0f6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-1.0.1.tgz","fileCount":8,"integrity":"sha512-W+9YaKUVKfNfxgKTZBtu2+OK6elJcBbiPIjudTNLFfbSmWTx2+tiF0A2kooo+IyVC0nBqAdWaxwQyw81Ryij9w==","signatures":[{"sig":"MEQCIBNrp1MmpqxJCUa5Hwhi/unoB2KZrDzGvyn/cpDt9Oo3AiBFU768CzJtXeAe8+nIvpwDKpQzM/tFq5NKkFs0fUVrcg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQPBbCRA9TVsSAnZWagAAyF4P/jFCcmUXAC1BEHDx7BQT\njeB9i2aSH3QIHAAifHF31kec0iVP4xPqhW0LxiJgzLXMU8cONe+YZm8nB9SL\n0QMdY3W3e7MF7LgvGI4AMTMrFzj55WTE9OjKZi9WwA3NA75mZN3ex6Fvo2H1\ntpKEXCtsqEZMrWJDHnjwrACQWLxZ2dXtOmkLRuu0BqFZz9+Xu/RhFgLLuC1w\nz7o7c4HJyjrvQlmln0bw6w2pb7nXCCWbsmNlgokxxvzu+S/FiTH43Dj76MHc\nUDUsadAZLkE37odkLAZOo76Z7R16v4rPm57OeLu1psJNZou4b8A2ZJemVirA\nRgclxQFIIhyftUOwpvKqr/C6hr4Z2l4cANJmlC6r6LsTD7fC/52IV/5nQBIZ\neJjwtSp2/BE1kIe2SbtFsecvFGXyA/ZgcPy1jOMilESatebOHeja16xRNfj8\nzicaFVu0JoD5zreq7RwN9Nl6Wt+6wswOGb/Spr8ofEgMwqdBKN0+aZZNq4sR\nYmrG7xBt3j/0yngx7AjDvuNQlUW7ssjOSxnMFnOSdaA8ST3ca2DHJCII+eSz\nTbWfTmw2Eg2idGww2fKE+g/YDmNuIkuwamHSyXsxohst5F+5TvVLGmu+PaOy\nQ1qUdUtlWDxu2J007MyaSOAzhp9+2LAKA3w6Eq3sIy71fD0nUE9Z3wKD+qHa\nGLA1\r\n=hzbV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"11.2.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.3.1","eslint":"^5.11.1","rimraf":"^2.6.2","typescript":"^3.2.2","@types/node":"10.9.1","npm-run-all":"^4.1.5","@types/debug":"0.0.31","npm-link-check":"^2.0.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2","@hint/utils-tests-helpers":"^2.0.3"},"peerDependencies":{"hint":"^4.3.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_1.0.1_1547759707088_0.24855370455942571","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/hint-button-type","version":"2.0.0","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"dc57d3674cdf2e665046f5abc6cad28e24ccd06c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.0.0.tgz","fileCount":10,"integrity":"sha512-9QF7L1I0w792mRXJQXYLubCOtsj/XDBrEh/JQbmSezSvaLH/N79JgYpSLdCNVxLeYkt0h8yuwub6eEFfdIj3yw==","signatures":[{"sig":"MEUCIQCb03B1ZgTqaYaGR+yOmpC0gbMzYuPckyx9y8bz2ai/xQIgCFuEHNoTzRUOtvsJXFylpUR9v8Tp9nmincJSuLY7Hgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXLNUCRA9TVsSAnZWagAAO58QAJf4uzAyzkRfWD03Mga0\npy5JFrDWe1WA6/Cl6bvFPCJQJa5XxCK5Qu7Z699sZyW1FHVGzO31F/ihB+1A\nqwUL7Wnxs/pCyC1pNBrPDkJNKy0TOraqKH+Un8XHB8ntIZkVed0c0hjoCF9Y\nEhMLwHr+xrEVU9fXgwsFUrKvbclFbyJKh4CE8uT8kOwtWMtjy3WC+OSgMwfk\nh1fkxzDYrjDhU6oG+YRysMpoazX5/NgfMC1rJEW8jzPesli63PBslxQ4REvp\nsQh/b6Q1TG/de5aoRMn27cc3/5lNTYv4L5TQVV+7HDo98HA8wwaHhqYGvfvL\nHXFf7+EFsDGj8GDN3MkPSAQj7MIzcU93aO67kDhkXeA5Tr84JGo0M2JRpCVj\noFoNvKYnGYBron5Nqc208jaDLGC28zwmRKgVxh40edSziIFgH6NHjlu9GLZj\nvzjiCr6JH+obFBBtwOtZpWD9S+GOZKwcTMzUzJ9Hyr4kPLDBiJoyKNVI02yh\n6az05J9awyU1Dz2AlELEhVUnC0Tiy5iEX3TLK+OUCvaJDvF2GB4cVhpdDQhk\nzp3es71ai9Ues0Z8jfkN0CKhfn2OG2Pu9mk81Q5LUKzDPgmpo3Ug1+HspNIL\nU0kFambFtrYxKOoGAgnpg/VVl2cmZ+DaTuc+I8Mh4fc2HaGvqThVY4XUjpok\nEKyA\r\n=iqyS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"11.2.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.2.0","hint":"^4.4.0","eslint":"^5.13.0","rimraf":"^2.6.3","typescript":"^3.3.1","@types/node":"10.12.18","npm-run-all":"^4.1.5","@types/debug":"0.0.31","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","@hint/utils-tests-helpers":"^3.0.0","@typescript-eslint/parser":"1.3.0"},"peerDependencies":{"hint":"^4.4.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.0.0_1549579092170_0.7174191804381034","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@hint/hint-button-type","version":"2.0.1","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"61e8b3d029a658d084e2d6212b0dc064b7a8fb9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.0.1.tgz","fileCount":10,"integrity":"sha512-YySXIlSXe2LmuVdaPxWQ3IwJabCOq2thKtlb9dpr74rGdP8bfxNv9OLapyzaZyVIwQjmpfCTGKc3pJ2d3ztT1Q==","signatures":[{"sig":"MEYCIQDroY0Mod8CJcqvakYkPBproNYDJJuwpj/0guyIoqGlsQIhAL/tHnoI5tNF/Bckjw3VhkjzlAdQRybrGVDl8LO0dOSb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbz9KCRA9TVsSAnZWagAAP1UP/1zmzen3A+w6nN3AAXta\ndIUveWdCARljrCXV3FuoCuraS8cVTy1bJV0SvvMN2UPuWzeEhqNxhjlkaSHa\nabbylJ3DlDzryZZ4LEtYouVKgcb6S2kl44/qfh6px91RO+ytSlDJ0O3ql5EX\nSa8nIbRq6UgS/NuctB54jauO3DU2ejoNUlpnKf7qe8vlIKxNuXV/apT9+OlJ\nFrZLrwXiWyZKiCB8xcmxS6ONqc5BPZyZY/6oxChyKZU+wR4av5tr5vAa5fX4\nj5PhKi1bCWxLYgOYPl3OKTJ5esY5mp+8lacOD+qcWntHvXMbuzZvLMELdFDI\nsI3EW8IiLlElV/SQVxhgVVv+B05B9ad9RTLToCyx3A1VZaax5Qd5pSTw4LQw\nGJjE+geoQYKe6p9dBWrVO5ttMfZQkD7onjSzHG1tvk9ZSEJdfzT0EFdXAMPm\nXRVFQ/qA3XZZWP/zR3VWK7zSscVJGIyazzGOAZogdFPMYXR6niVdd+ZvQIS7\nav715PkvrA5CqPJ67UO95qbmdwLQNICXCw262wdSg/L20BJohnhmfUbYCY8w\nf+OMgv5pZ6X5inn7Q51hVOszFs8yhZ5kaOo+AVjNmmyqu44uFsc3TqrFBoxo\nQfYPO8DNP1l+Bqrr2u5NEwsE8yEkKoAm/PNa7tq2uevrPuD4wHXQFZhPc7u2\nW77y\r\n=BSXj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"11.9.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.3.0","hint":"^4.4.1","eslint":"^5.14.1","rimraf":"^2.6.3","typescript":"^3.3.3","@types/node":"11.9.4","npm-run-all":"^4.1.5","@types/debug":"4.1.2","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0-rc.0","@hint/utils-tests-helpers":"^3.0.0","@typescript-eslint/parser":"1.4.0","@typescript-eslint/eslint-plugin":"^1.4.0"},"peerDependencies":{"hint":"^4.4.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.0.1_1550794569637_0.3593393158529188","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@hint/hint-button-type","version":"2.1.0","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"dd32e9eb1a3e4d04d837fc35bc40483f57fd241c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.1.0.tgz","fileCount":10,"integrity":"sha512-f+G/Idxf/owippmVk7zAE/oowMBUo6YVlqErS3O5nSNuP8PLUkrmNjdLwuwFH2kx/LVBSQ/de6t2EDGMg6m5cA==","signatures":[{"sig":"MEUCIHR/w0JLdfxvAnC444DM+ZIHyBgL/4j8CdAl1dqPb/7yAiEAjuVjyHIvLQF4mkjXzr7Vaaq8xpu3cVRHROmm70E18aQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26928,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc234GCRA9TVsSAnZWagAA9KEP/3RrI9rc9sDRCk1SUf/n\ngjU/yf7rJmCxcm1qbHUn3DghEGu0O4szHrne9Z3ebYkM80WozhiGkmzXaFUx\nTvU8cltoqefc+CTg7hj9E8w1rduUbk+petVcyW5mqEfJ8tDqHuPUmi7UFS1q\nV6E8/vjftoUmJ+XRmMVqWJzlRWkZD05x5SmWBBZoMvyibuA71ZoFAsh4TJT+\nTb5k3CeH+npZJxmpTlTlacq7dm5LV2J3xD9t0CexKeyeUO0n9YYWilHXRd0x\nSjSt2NJ66BXFY4TDnht6/occ0arOmI2XJxSVYQjPXGVUquoqMOXEwXhSqJXX\nWyfugglEaJOdCix+doVjNToN/fdjCq7WOviFuk3jlH4Uzuh4K+EKx52l631I\n0Q1p5GpfYFWCi1EIivPg3Ff0d9HKERN8q4KJfBrTVqduL9sT4NfF4hZsKnm6\nl8/3crh+SAY7gysRGQFGNnAIEvGonRtSRrEVMS/LdPYtZSP+ZGbRRMZS+ojg\nzakPMExiB0tkqnGaom1YjmYq/JLu2qCYmYsmV0AyQmtTLxRTe2Nad8snu+zn\nJE8gZ0o0zlfHhhtHdyjYlm/oXoHC6c5YcsT99oJ268r+FobBcqOP4VQShjKH\ntCk9ec/nhwUag5oFqrKOvy6sVSCcJNZLKUV1ayY7iefQALV9eqG5u1f6DQD0\n5MeQ\r\n=WUeZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^4.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.1.0_1557888517383_0.10445721834519772","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@hint/hint-button-type","version":"2.1.1","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"449ab9536f1cc52189307e01131e610ed0befd2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.1.1.tgz","fileCount":10,"integrity":"sha512-6KCEw7SMtAb3NrEDg4zlT4fehWuEPcMjj10/nrYc97F2W+7mBNlfV1PVguKpqqgmg8Wm3u308P6DyTTTcDQXsw==","signatures":[{"sig":"MEYCIQDDKPnq6ogq3BkNQ1W8c8TStcd+vQFnWP5Gz4yvRnXzVAIhAJBkuVVBVDlxra7bC2a4dB1qSq3Q4wpJzwNV5RyvIMW0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26928,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc25LoCRA9TVsSAnZWagAAJAgP/iHeLvmgBaZPG+vxfJzi\nP1CQZ7QHh8J14QUlNSoSu6mSB/xN3wWM3iSqf9cnK2f3x50DXWbMPZFE4n0o\nelYOcEI5LuORfxo8l2EOKUiIiH37cu2A1VO206GMRzebLbVjKvMuVJv0Md98\nXJlWqu5GKtUZPcffrDd1iJjRZTf3n5QUA5n8RM2P5dT69oXUovf7utJIQDRN\nut7Y1aaYfv2bi8DCfPU+O0gDobgWktCb1D0xBRF67LK8rZ45StvbXqG7s8z7\nqCoXv12AQYaXnkpSYeTT4+jbAUoE9IpNhnT3LbBc9jn3WwXQtd/4FdXLBKip\nxdgrY+V4I2gb6zg3nC402wDpr42jjqv0u8Cfu5nq7kh7S0oiy2/yygxYa20L\nkbi3nDytxKV/o11TAdl3h1YwkiK/HKJaZe9X3LukAm1LxS4Unbx8CsnKA6pU\niVfQ76ur6/ogRenGnn3NeyqSS0kzqHU46SnkC2PPF9297Ozrz6MqljZkmppL\nGQMEYnH9mZfrFZjz7Q9k6gnqDhkQcNeJqLSKD3M+GK/MpKOP8fqae4vVVHS2\n2KMTrbHEJli6a6dlw/uCMV3+QnZZ29UAK69qvqI2ezuDtlYg+bc3rh+ehjTJ\noumGLoEfAG2peKvddVxAwZ43+8CtqyddtlDT9lqtKi5iBmcIOYHLRfTXCzdh\nclaF\r\n=2yrY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.9.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^4.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.1.1_1557893863461_0.0984354534980203","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"@hint/hint-button-type","version":"2.1.2","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.1.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"459f19b315b361825b156793ab28bd969a872f6c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.1.2.tgz","fileCount":10,"integrity":"sha512-HpirnmEcSRpSgWDnFboBCkbOreLj05ovAZytctXoWy+vUixojTr92AhnrKF2efdQh3iZFeI8hjm1NjjDrdka+g==","signatures":[{"sig":"MEUCIQDPbpx2Iqe5BDK718W2ArLy0hc0uohVnXM7qkCj397RJwIgT0ZE0SAa0yO+WEkVLBbKHS/AdfVntYH4iylVwhm2aYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sC/CRA9TVsSAnZWagAAqe4P/0vQap+JPuGGSNEBmqEe\n2KFkt96PDJD1N7lIzKFlmfFyMX8xl0Zl7EzsWztOFrpPV9JG/ivIDn+KJlQO\nbs7d6MlE4YkYc7QAMkgSHLq1/7InEET3AUo+4Jf6eMqvaaOLTtMOpqd+BuV/\nYxn8PMJV56h0QOXE//F+AIf6jKgxSnh25jV6OoTZr4ug9/1YFObIEvEyO+bb\nms737QvvGp0W8nGkxadgPA03Db/YrJe16GyQ25yxNt/llgWSe2dt4PmTtOxK\nylwTS/3L0da7Q4XTtkDeDiBMcNDOSokC0NyCm84VkQcYLMMq1Z+ARTBb7D2V\nIbCGqQqQPbHujqMRZQyFtJEM2XIUsLsLBXgsSomIJObGuLZiXnbIvHeCAYRI\n6anosOOT/zh9DsyAt2sVjWwgn8BIs4i/hndLIx7AR6qw7kGFQMtF5g9Jkt3c\nZroqL+Ykr7aXNWbp3TH8r9VHJEON4/qnHfAAVTs0q5ohxcW0LXmy/aFbHZzr\nqIx6FNHFfMwLiFLB9EIE2DVn2JbR1GkvVOqf29pP51eo8z4wDSdpjQLhLoR0\nwAi6qL7XLMQA7B5XotRor8CyOzzmwWoHwCauaYDmePQYOmUeqso7k8smSzRn\ntOirAc0IivCdKxten7fOK1tQEunI0SZetJL+TYzib54tZo9EF2Po/c6CcyiX\n8Wy0\r\n=LqBm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"8.15.1","dependencies":{"@hint/utils":"^2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.2","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.1.2_1558626494421_0.9676925895914728","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@hint/hint-button-type","version":"2.2.0","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d40961ee0f0258bc7a82a13e4c4bef50ccc0f5a9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.0.tgz","fileCount":14,"integrity":"sha512-YAVWT0NGtZu1bKSPSSu68D2gdHiynfywo5MuHsV5T6bG96wW0VeLLq9yoMu7tqlv3sVFREyyBYx6sTRk3BIh/w==","signatures":[{"sig":"MEUCIQCF393hPJU8bNqnYPSouGVyYAkPIQDr5+zD+UahQiwyqwIgOeLkjtDF3uIwmSWTsL3ZNZfsN2Mme6UHEu4KY8GnK6I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32019,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzYnCRA9TVsSAnZWagAACU8P/0TFaGyzwP5GiTspg0Km\naKWdyaZn2mpllsdpdF49qHCGs3dc9eXShsbVpCGpRq0BZpl/JwiCdp/mli6X\n/d+cEzMegOu3K4fAIWz6GPhb2AQsZTAnpGWlH9rIinYDEt4AqDKLqZChlMR9\n8iI1SjYjDsaeUmE4siPdJosBCKG5bO3u3LxZRyzVBEvWCTLx/XvYXXKs5oH2\nO+QjaVJ/uXZlmnHCGca4lYQo7iI6NoFqTXCTb1CBEN1sWHOBy+NpPBoRgG3s\nh4Gg4joezxp2++TTBeR/7kHxC5z62wWsTir9iq2VfvWGP48P6wMuLqvXEffI\npufYvnPfjiKLem3JU4XO1EyBnltttf3er5Ih2mVuDEbkeR0++qv8g924Ha+V\n4Ef6Gt3JdHRaHYcMs9jTcOmWY+yYc2TGVgUcd4pHZwSktLHcZnQrkGso68R6\nfUzYZHxg3AFx9znxmxmjbt49NzKTWBOr5K3eb8h2Dav+fTyuZ42zpm5NrHXn\niJR+ghSo1SXWIKIY0zZpy5FkQGVqYQr3y/XRmUpxqp6DJxZXVWYCGjI2tZOC\n5wAtEPVurrqV7d//NABVw4eg75sTtVUj1gpCDuRqjT8BtC2kB1Us/QWd5XnK\nXkAij1eMFTiGlHIoIPy1m86txG9BxK22sY0ILM5zbw0ymx/2Ckh33NVppQCk\nCPu7\r\n=vJ5/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.0_1563899430612_0.5116270363888749","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"@hint/hint-button-type","version":"2.2.1","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1b5cca2a129496c1e0c3e16fda4d2b7843d392f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.1.tgz","fileCount":14,"integrity":"sha512-v8IUC/JvC02rNiu41O3HeJFCWTOEhz1BcFFBY8qKLnN9RHvBeYOpQISEMTJFAPds0xzu7BESQfQk+wLpM1vIBg==","signatures":[{"sig":"MEUCIQDrzpXKXmLh/2crtBgiPiGIszahiRtlpUFGN8t4vQXNtgIgdAa26hVLed2eqNeJXJGqrnayz5wPLliUoXVQEBq2ep0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMsGCRA9TVsSAnZWagAAtB8P/2RrIK9pNfKSr+s/Udhh\nbm04SsWYKSaGlcWlrmp889UsF5IS07RB4mUsps8dATOQfZ1MNgXb1StbMUI8\n9DR4Xw58VhhKUSFA/bykhMJkRHNv2R0rfm/lOJPVzwAGRWLnFGXfaPcONx03\nik4SYln55QmnW15kCmUr34L5c0F06BZGNIVjY829Qj6cegRB20Llq//dQvga\nuzBI+sc0FmO9xWlMNOr/SAmdO4U7AdoAthy+/rCCiV6z3LJYeRup4LIC+TaE\ny/+L+Xo/pfDwAx+zI+8ZyTgaxKYO+PnoJxKyIV+qFUxhP3q/SaLfkKV3PNbO\nKtt1Ndja0u60vUeBRgluY+tFCDWWnj4fRi1NlWWANubzpqfnivbhq3kNGigw\ndvfueXkk934UgcQ2HNrnuDAAqRr3/3TkoekTa62X2u5ZDBpIFWu5I23mmTO4\nt7zQdnLn3vbksBzDQSkGQJLr1XVZfZ6ZbHuAEyHsvxCa92gHbWvJH4Tc9yEa\nw+1U7tEGnxq1fJr+aVOI7543p7x4c5JNVlm+SbDIiVJc0WdILGRPWYB5i2Rk\ndUUmcRieeg6FpgAguhUBEOgzCNEnQnvjpbrMBfjAojef0TPTZtyfU0NjAIYk\n10Mq49emOULmqwKFV9pYN3/Le/aqPdEjE5XgS8HF3yIDm8S4fZpYVN3SZL6A\nmwCj\r\n=CD69\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.1_1564003077628_0.593676816768294","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"@hint/hint-button-type","version":"2.2.2","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e4f784ba353284c368131e90fd3c9e4af2442358","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.2.tgz","fileCount":14,"integrity":"sha512-2CwYb9KzwDfBbWpA+ocp6EmOUkmW4CE8JQqBJgjj/hwzw7uSQdQpqVqmwJDdQ1C7iAa9kqrKkaXOJ/Mw5eZ5jg==","signatures":[{"sig":"MEUCIDo6Su9QzkPvIHAC5gAlFwIjhZWTpAtRfWITx813lYNnAiEA9FfJea7T0Bui34mh5+NQUxna3tubMwsXjpRKiY/G7Qc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJp8CRA9TVsSAnZWagAAHpEP/3MjW0IzrH/tO+0E+BG0\nJBcm/ZBZbCan1wMacn+LcYcUeaNV5GCq9RavN45TI62QGK/shx1Dqvrfn7KR\nuIfj3VRQjqDcARjBKWGg0HLwK7B9NtLnN52IMDXt+bEdhBGsB/E+wnHVn2yE\nQBNGBTYCOLi8Lyvu1lSeJ8r9ARE+eePPVgD4MMd2F6Xi2iBJX2RZkEi5pv0l\nC0w6w2pk/Pmsc0Z4XErKTeJX2MnHKf8msP9QhXXkF8XCp0YB6c0Dln8of0Xw\nk9Cqdc4R00oDjZeX9yfxsJH2cFtDhG4H7iwZbf8ARBVKngz+VyTS9CnM8Twc\n4KUucouF9owc/lW4V2eqBlac+SzjyaicMcts1xKapLBx6RGiKOJ1AYwrKWYU\nYZMKgPBETKGWnNpGRaC50gjJm44tYq5Pid+p4cFTylUhDo4LDUKD9h1PC7JE\n2Q17Fws2OD28qdjPJI1PxzMcwfllzEr3b5W2fvprw/OZFQn9bakVEEeE/Vmy\n5Wdj6LjeukMH5ZuvXGLjLq9yqUUrN8dRnkLIzEqBN6oJ9OQbSvHa2Fg0mH8e\nckxevr/l5kdTaqfZ8dUdRv6hJkqxeoQbC3D1NlwGRezgU3za3OGGnO95tAwi\nAWes8rXZ//OMfAeTSjM48G/19M/hFMGY5zGpwyDHhf3x2unaOmv8cmArOHUQ\nBPJG\r\n=dnBL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.8","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.3","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.1.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.2_1564514939793_0.9514026920858047","host":"s3://npm-registry-packages"}},"2.2.3":{"name":"@hint/hint-button-type","version":"2.2.3","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.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"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ca48a4a608f56ff21f83ddc7765af8396c69640d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.3.tgz","fileCount":14,"integrity":"sha512-jzd9RlQotaB8mYxopmGh0se99E8wQN8lqJum1N0x2R9zUc1ybOvXO6xw0gOxylDdT0xL+Nn7GNZsigmLpAVkVw==","signatures":[{"sig":"MEUCIQDgXJYWaTtYBAByuS9hJS8/ud6SP3WbJ4OIdoO33uzVJAIgP6qXub60uG8TW9Aq7eHukCywBLhxGZWYKnUERvqbWpk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeWuCRA9TVsSAnZWagAAPWAP/1Jf2NDkuFRBLOjf6nnc\n7yiKIGcYSI0Abs7COl9FteOJBd1yvcsNUqdlU+rEIajyrqe9aXacX2Vhjg6D\nXGzxjuvjhZp4BPUHS9KZYHUrt+4qNoit3qWibxCR2ItO6/z37hq2dpA/SUpm\nAy1At9PyIw4tQP/5z8dTuVhEUYeffuGzvxoAOVERKwpXj9VOU67T5O1ZlOLt\nesmQjQG0g/wmcudfTL5OiUo1MXpKj7eg3N3bqyadXwjQDPCJJyropUFJsKWJ\nyKAMmOJae7ZgEHb31Hu891RAGz4CwGcMoSTQ7Ak3mpguANhyxPutmASfn+2L\nxZiaf8AyVEKUL10hiyjw1yMk+Su1U8gorpejUJkVVYVQbCwWsTL4gP8zbAJ7\n8N8nddLqIhMx5cnbSE/BIEiJybo0N5/8UV/KLzr8ac1URVp6YoSUQcqcaOKJ\nxCORN38BAfoIWSXtLGrsZBkq2Kr5UobO20U38UVHStLn2gtUNdzTNAoe2VcC\n7Y1wk9zWPgDecBbfx/SklKkauqY/qJE1E0Lm44csae+opbDgOE1uQ5W02yPH\nsgiODxOsP85gDV6sWOx7lFeJn8z5E9GrW7qTH0pTMIW7TkBMiZ7RTj/ShZRT\ngLmsqskVew1DSOHihEFSXhuRYJQa87HCber6kjIpGL2+AAeKovG/a/ludEjv\nXwWc\r\n=fnsd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.3_1565124013638_0.6432659499063267","host":"s3://npm-registry-packages"}},"2.2.4":{"name":"@hint/hint-button-type","version":"2.2.4","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.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"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1f7dd1f3aa0ac51c469e646e06e1dca71b2dcf4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.4.tgz","fileCount":14,"integrity":"sha512-+C5CU2prAfbsPjzdYMTRkFZHa67hJoLwwe2Ox4RfulfAgs6kgpDClGWvRG1l+v+AX8uT42140t8hv/AUIzeRKw==","signatures":[{"sig":"MEUCIQDoJ0RffOrFY1vV8Ko0aCPo+ueIFbvk4bMIFz03uQYSXgIgAPv+sD2zeHaVFrmgK6240a+/8OUY0ZS3KVzSTWL4Vrk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhb6CRA9TVsSAnZWagAAuUoP/ib5SHtOU5369XO6nb8n\na9EqkIXw66SdoHHzx3UuAdAUsdgFI6848VjxATPfNOn4cbAGCdDIuBcNrtwC\ngijVwWBLb9/Gfjg+bh/1Zcv+xUO0GF9QM/W3PEsFvRCpfYxdG31D+Ek5eUZu\nqbgZS951V+yBHcuMScCGO3MpeZ3rFAIW2KXobv5Vr9WczM+K+epMZWuSGYEu\n1MHPprFdwrN1S0dFKa63pb+ZvAcTRP/U+++skE9nhgtmhHV7giJPq5qpjEnU\nhTO3V2iaDiSlMZ3c4mukA8Ak8hCz+J+yAPOlxH0BkAj4R1JiaGY6ytI+5t+O\nQ0VvaLV29FmSx0h9VSRP9W9BdCgUvwOQy2XV3+I7hP7pIcFPEs6CxrIQxmOI\nEPbrjGMi5GBAgnC9aRK6KIckMM6D4jGguVB0hAzs3phDRGO3WN8M44tKFp0t\nGw46FvoOl8nqETAv9y1yQ12XBXY2jl9FKOaB+Sab14LHG8DP5xyfSt6STUKw\n6fjXyc0kW5GATGqWD/AfUdql3eb2jM6Afz8vyGac4nHULh/MHZRLsFnQ2JNc\n8dqyrinFxGjPNei79XaPNgZHtanPc/x08ixx95adZxaKWdz6auX6xVtL+y04\n4GutK1r2m5273cbSrdWaiumh0ICTmWSk46FaAjfBfPLKXlIRHq3fEZDCeXJj\nx3BR\r\n=EUmS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.1","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.4_1565923066364_0.9887242457297996","host":"s3://npm-registry-packages"}},"2.2.5":{"name":"@hint/hint-button-type","version":"2.2.5","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"bc712b8868e70ff97267e0a7160fa734ef413ade","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.5.tgz","fileCount":14,"integrity":"sha512-pDQ5k1z5Lgr0zKFcfCvvLVC/vhOnNlymKJXSOYYGNRLEj7ouLYqFlhM7D9somq7eI5nZwxKNcxiblXGfA/M57A==","signatures":[{"sig":"MEYCIQCDPg7wnRCukTGtqiNGm1CWN+Kmat08qaglEXDvgk6wJQIhAPKHva5faglNwsHCsgzGv1CuSuShD9texHX5g1DLyxsT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/S5CRA9TVsSAnZWagAAsZcP/jQZwcIUNu/srsK0K50T\n1Vka7zTIdxZB6ZqtzaVs0vdD0Mv1n8/EL+I2w43GAe6gghkxgTuZfDwiD/KV\nWw9MFLUzTB/cu6jY5+9i+Akw8naIB043EzUUtyODQCZRIQNZSWo60x9xEQlT\nZtEy8MpAbrqJ7QcK0pmMCC8d1RrO4tp9tdf3K6FhUOGFjJjO1m0fpDp6qpHP\nIpnFY2tAAT8sfmop3XVzXXqJduPWlXlrUyFcv7G51SkdjXtRuphm8IW6nChu\n27giOt/if/yR9UWLVlfeRWUl2FbW/2Fmq/KLrI4FXYuZy5hewlv5DGs7UewV\nnmJO7ssAzTYULy1DWq7lZklaxaMmxBYADxCDNU4tBO54QR0/tDOub6U1jARI\nRdYztglDe2++YqYoSzMtahxjiUW47ulC0q6+fF4wol17OHTqPo5HsnytRY10\ne4jsoYuvGV1ygPknseihTRPtNJzPArErlUcpOHq8FIywE4Zr9ar/naU/1O6x\n+mk0yizpZSfJtKOKCzVYOfe3nEX8224do8wErWe+wx1hzov8SyY7dpf2BRcg\nE3utRbc//NbO4ZBIEz7O3NeWw9jtvwwd59WBUpWStwQrvDhjrBSFVTAakIhe\nN76I5tghpLOJgfW+QZh7QdSObCeAr7ZpLyHgkVdbBlyO/QHC+b/wQf86Byka\nZ4jh\r\n=+u0B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.6","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.5_1567093944691_0.8368244773823335","host":"s3://npm-registry-packages"}},"2.2.6":{"name":"@hint/hint-button-type","version":"2.2.6","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"9d0c5ac11cca5eff0ab8eb4a0f1c64bdfcf303cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.6.tgz","fileCount":14,"integrity":"sha512-fSNaHlaLkoMs4Gby98HV6f8NaeTNn1rAB190MCxZOj2eBbGh2ySPhwthgM0Syxj+n43OaOWbINicV3T/EhVCGg==","signatures":[{"sig":"MEQCIBBo2Ikk9ZKgpDEcupUUjG700bM+rYVGxeUvYaLr8JIVAiA0ElJPGKG917bOt3Eh4iR32lgsGqVUrA1s2njJKeKEbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXVnCRA9TVsSAnZWagAA3/0P/1+UurKRL7RfQbv1JRO+\nc8MwNljHfiqYHxfPmvR6UK9HFOdRQ4A0c37n+f6X6Fvq+u8u1qDhj4IdySbO\nfc7TW0Abni32a89WKGo+cFxu6c4cdUNmIxfdpfj7l0MG6a690+1HyPk3Rp/C\nMjihg9m1TjMOtUbwqP+Y2AdqFGXh5TZN6aU0V7c7qkKoyaLsgshYu1X6mG9l\n3lGbpDfMyLFSzEcfeD3ea4MQlDBdp10rPXIgufteWZp1ZQPPZgGipJ8Cim4c\nAla98klkIV8q9jT5F3Y0mVvfMeMEoTGGnyp9P9RZuFsVl9V3LJmMSvu0MV5r\nnQP6pN0lYI/RJvINuELD9M5XGo9qp8bqnVzadnfCKtsfxrwURyhLHuJLnDTF\nr8uTmK6XUzRpz54FaEBZuOV94CRjq9ZBDtQcUyAbnnslq0XpiVafOPy3Jwxl\nXm7DNnlkRPED/Q/xjl2A/BGDKq24KsfruBOKh2BYUAq3LebRo88K8zL3i0nd\nSPk1mMCSBxrPvhMppDF2Y1/OOr1idxne7RXjPDQHDT0xWuqNa/M2bD/SdV6M\nhBuIQ9MryLWEICAfDQIxfzqsDTmMhuug7X0ngJST4ckkc/1XQsKB7uPfbc6r\n62g43y0pvah+lGsyPp7G5c4fyi5eYbBussql2YyGiJ5GLi2gkEMoTFMKbcv3\nbiPI\r\n=wClu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.9.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.3","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.2","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.7","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.6_1568240998362_0.7365518796296895","host":"s3://npm-registry-packages"}},"2.2.7":{"name":"@hint/hint-button-type","version":"2.2.7","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"213ed123b86224833bef990b90c632fab17a086a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.7.tgz","fileCount":14,"integrity":"sha512-uSwASBcux+VPc1CJGYbKP+p87FsdwlEUmwGtdjNKaL+ARce0zq13OlsSAj6ClN5h8atUKtp3SX5BfpKyMd4eOg==","signatures":[{"sig":"MEUCIQC2QYhRGOPdwXgDUdGVMOYh5im6i0MWZ/dhloAq+TmLsgIgTDOnGJhOG7/sOsh5Yr7ZHPhgIvxBSjExusCs4xYerQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34922,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8lyCRA9TVsSAnZWagAAWg4QAIYJanqPrp7zs4Oy4YO9\nNh4aCdGyYkeT+lkwdW3s7vC0Aqs85G0cgXZvSZeULy0qthYsVm8HG/RDw5+0\nndlG78uxcpDXsGPGErjg8Q/qtABLOX1y0jUkVJ2ILIeHxJufj0FIIppileo+\nsH1MEen/8As1+5xxFSsdVRLIwjMHwxfd+RPX+lhW78qtORpmb88Ip5IUwnYU\ndPMUjINkdBKAXd25FMOzMWV6a2J/loBcy6DVEII+1JzW8QUx+4Gi4n8+Fb3Y\nQv3sfgu2fnt3CmjRFleyA47LIOiXmSilPH151JU53t59UnagsVsj3kKAPjIM\nuZPpihrsYQiHpi1r7u7SUcIJBJlFghn/C3XPFMeaaGgaBpDeaupkSJAXnWBa\n0XqGtRms5VhrKs8HtsQIYXtUwyxA8YqWd/gbPRJ10XQD2iTJngOB73sTsr8k\nIJD1tznDvjY2hPVpEYdUHeLOFNreJzFqmVATlaveMoo7j9B+Tk31k9MR2jWP\ntOYU3NPNgueCdranWM23AbFqd15wqQz0l7t9jnJelBrdtKXVgjMQDEohwokN\ntx90OVUg4YrdDZqqTv/aT/vkXsPwzWCi/Akb9D1lbRCibe25w9fvW4wq8UQf\n1xh8yl3qLogOBK7lqoxgJSbezvBCELF+iX8tHhDU7HkKeyrBxwPIS9WtHXu9\nHiFp\r\n=AYqc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.9.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.4","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/debug":"^4.1.5","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.8","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.4"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.7_1568917873980_0.4853545572022584","host":"s3://npm-registry-packages"}},"2.2.8":{"name":"@hint/hint-button-type","version":"2.2.8","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.8","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"96f826d4583647292736f98a82c196d970f5562d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.8.tgz","fileCount":14,"integrity":"sha512-menv/y9jDKahktbZkmBehpqEj9jN4tO6UWxpWbJXp8jFxp9xUmQWx+kfbRoaQyyI8G4kDLAHaftvQRrPOwwSLg==","signatures":[{"sig":"MEYCIQC3uPwdRMI2jxZvPFNxtGI+si+WnSGyPSLx9HodG8dr7QIhAN+pVt6jO4SFS+wo+ASUe3bm9RVA8sCrb1lEG7SrbFRI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35325,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim6lCRA9TVsSAnZWagAAYegP/AqgvNk6x28/pASnH0zK\nyU4zBuSFksnpk9vTRcjxuYRgJVAnkcUaoMyzX4tWmBZoA071Oew4ln0E6iUl\nR55hSvYDFEDnEc2aOQOdU6ns8AyGjTgpJknGCw3iZ2X3d9qcqzUfcJk6+5h+\nmI8w4+FC6e1df3n6GNb9Y6CKnCsPZA6t1NbUJf1OUW/EZ6N7TbrcggHgqqb0\nNPSsx+44WR08oIPdQ30P1VPYoEYJB5B3fC60+2Xwea3r+DfhXoyfbZ8UPjr+\nBtlFjzf1O+/tOs1CmIiQtEr5WkdEw/BaC3Fg9a7gwer+IkARKx4RUZOJYjT5\n9IJ4Yp4AVOLR7bQdlgBIOjConejs9aFWJGXxivqKHVMRz6zW+OXymoRJkRZ+\nhwpBoV2yG4ccuP92D1tps7jdmwdV5XudJqAyuzSH5tur5K0ElUk3RI8icVJM\nFiKYetu2bJc4v8g4BoyT8+L/+LIE3N7Mox/8WQkAaMBw8eTyMO0ZaiLufObi\nbSeKZCNs/GZ9Cc+xi4PT8wAFoMCRQMAFicb52k3oxpG+9VzrO+SJaatbMMAR\nx4sRHJuwEefd3ChuiSpttwzxegWKoLwj5QLIuI9be+V47RO1Rbn/ZTsD6NfT\nzI3w5HGY44f2KBmO3+v/0/ZnRQ9iX+8BSdAjvpcBs2k16m6FGW1wL28xVRFt\nNR3r\r\n=J8Kp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.9.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/debug":"^4.1.5","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.9","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.8_1569353380799_0.6351926015361464","host":"s3://npm-registry-packages"}},"2.2.9":{"name":"@hint/hint-button-type","version":"2.2.9","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.9","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"42d81257d6bb3833a42609d8ee6a7847cd43d40d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.9.tgz","fileCount":14,"integrity":"sha512-HkHq/qcKnZZ5fssrEV+ux4dBi2jaqVFKB5m/d0DezCq100vEcA09hz+7Md+EXTqI0sGLWLFlg13JqA2MOI1KHQ==","signatures":[{"sig":"MEQCIG31XMBk0MiN74az6zCBKfd6pfEDC/DRKl/00udnspPmAiBKQF3+QoPH1N7i18ILTiq5JSwQM1cW/OH6nyOwbazfOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSsbCRA9TVsSAnZWagAA4GEP/iNpcV8qu3IYaWdCYNuY\nZuJHK+5OK6EszGClG+poid1Kn5O3A2DtAGbS4ozzhTQlzdmRKgiLUg2YWmvL\nyJMrL7lPmrDghQJizqoVEclwMKyMaJSghKP/WgFu9taYb2kWjRkHu6PKWqey\nlEGIbvFzExUOSmGfmr483wTh+ZmEqI8JJCFBBkRMVcEy6oAeOyQQOv3Kbp/S\nBrC+erCV54cwhZ3RPLOyBUKc8L6HE4aigv1exdfH+9QOnfM0TAARnR+X2Ywn\n56y8c02QGSkrv3+CFvNV94g8dPjnR2sckMyCt/UKQi8eaDCfXRAPx5ISZHxH\n45vfNMhBseZV5Bpwr6hxqJ581EuTZPd+9T8ePeQgTOUULbj7KjGbHas0kQgz\nc7dGmaX/v5S2bPU1QQRpSRDK/8mCO9hSR1ycoHSa5xx03ZDRI8aQGlYjV5cs\nZM/TYBVT+Os1SBGorq6Pp+jxSY+1VrZtn2bJGz2Ee1NtWXIpxZe1NhEV16tT\nP3zSIJEBxdgbeJG85ZYbq0rCuBnNhocmi1iIbjW0xQdRsHV2CCCyFl+6ae20\nzIr2JFH01nljEEnvNQhl9+ewoBeZMVxt68ZP20LwsWxAXQtCJFJftGubHEpF\n+ULEELRF2E5BBgXFz+gHWTQUZUDbUInfQ9eZXVLrHpq6TEDk07a0jwJIwzCk\nv6ph\r\n=cYM1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.9.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/debug":"^4.1.5","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.10","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.9_1569532698704_0.09997363349839206","host":"s3://npm-registry-packages"}},"2.2.10":{"name":"@hint/hint-button-type","version":"2.2.10","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.10","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"5cb7a34d9d3b0762d1d5a4bcfdffada4fa6ca082","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.10.tgz","fileCount":14,"integrity":"sha512-zrjKuK1cy4QFDL2f7k8mt5LpOyPcwCoSn6MomX7HR9Vw5G/Pex3owCJqm9FigIzXgN9WQbNMDGodAPyegIz/jA==","signatures":[{"sig":"MEYCIQC7Kq+WFoheJ6p2lS4rw9ck4+Tjw5ddl+HYXBFwRQoswAIhAJDgTqA4hN/tc+XOqsAtk77va3OQBalDfFhykTfEFBUP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3LmCRA9TVsSAnZWagAAz/AP/2X3tFzFuhWq2CGII0Wa\n7ZqYWTxzd1XbwPSCR4orTazspWXVvaMVAkyDU6QCD/jBSmE0+fJqcOaBJXJn\nG4yXM/Lih6nGqlHhD/QMn7JYRQv4zL5RU9OLIdkv1AtP9p+FPSR+dvxXdVKW\nyxam/5ypDvSn67UZ7q9oIFOC3rhlGvdjzHMYI7ioi5UEG4Rk6w8VOx4auFCG\n5AsCUei8W2W8hoZoEyLBrmjpyBDPpPilyxWkGckC+B8KFfMB5aYihEu2kDCf\nWOVgT7+u0/z1CDvNvHR/FJRbYq7pYPS57TPUhJ31BB75jyHsM6GN9DEDPAkE\nb3CkGRblAgj4pKso2++pscxvWYgbCZL3Y6GL4ONa/ettRkXlhur7MPbAW79u\nCDXYA02nf33KGk3HQLDG+Kg5reFgd3uPjwTZkuB2VbOcRvCecE7JHdd4KLkf\n1s8Onv00+QxoQEEakD2mof+6UIBI5YMaTkvsL/0QcTEufuN0QbpJJ6Cr+cN2\nQWtd/uPSi641QhI1kZS8X4ct66CaqK+pWpxpjIq8+gk6yW6K8Akd+eJ3qAJk\nh3WbXWNXiH4Rqmmwu8Jta5qLXaVstcwN9dVAKicrafJespmaXy/ICXoIiaJz\nOJn1ceha8r7ajivUf0cblPmK1TWmh3t26P7SIBs/od62xtGR+DwQB/Y2c7cE\neauo\r\n=btXB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.9.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.5.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.11","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.10_1571255014353_0.24634701562134875","host":"s3://npm-registry-packages"}},"2.2.11":{"name":"@hint/hint-button-type","version":"2.2.11","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.2.11","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"773e1ef47ddf1ba3dfcbbca6711e0075099736ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.2.11.tgz","fileCount":14,"integrity":"sha512-YbmCzvA2+7JRxLLQZq9m/zIaydsrb35vZXMWBY5vHTDVVkRrrfseXIMIxsnoCKUgDei2tWDPhpLuC2Uz41lNsA==","signatures":[{"sig":"MEQCIENn6u7piDgZMxRqg0e5prkz8DIy6YAB6Yiur8bLi142AiA8wjFuupV9X78310wArZ2T+YSyS4V4BggOxYiGTxH2/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduL0VCRA9TVsSAnZWagAAljYP/1akicOJk9oy3Uh9ZtPR\nO4+clDdDcjj7kpZ8GvHE21CR5lmywy+EOS9JPhc4SBMZbfp2oEyTazG6ptyJ\nzzCK9h6leQJ364yaCTzT3vTG/Rixj5Wr3bKWQRZbHGnirW2GnVgNf0aehSpP\nTwOmK7GEyF12R2toH2Y2B+AYu3/KsKZKEhqlCVfVWQDOLUGV6fOAmjwRjOtf\nQpnzeWyeCAUBHPjbEchTsshpWHnFQeBvfoCOcsTh7HsYB2/5n5akPPV8DYR3\n9fPRTH1Pr+1YeW//A6s1ba2RmqAy79Qg3Gs2aXxYYbwhxnPtaDXcOB+LQK8f\nvYyXD7/rinZwa7qJ6SlIYv1ilIURBXbLIJVqCKS8tbkXf+8Osj4GVbz1oXVF\nLtth5rjBl16mWCIpy7nI1QPhgExdBS2qpZwTihZ/WYxFr0tH0PY/UWJg49a6\nPD8iIWmFWBTe+zlsJvEqcueM8Aw03md3hBwpLBupPBe38u7anjHHjWh0fiDi\nxUoeboSMbrg9IlYNC6Uyih3FTRGkvfG4Qx+uFhNBiEhnepjGDBu4BTdJNV8B\nHLNInsNhfSe2hjrHj5YUjyNwfI+imvlsml3KKu0DR5czuQKJQqHIiE7O0fRP\nTedYVWTtOXSq7CsgLFMvZmKB1QaN8QqH+rWaJAwyy47ocgw5woAmcyZRFxLa\nxhIt\r\n=egzv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.9.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.5.1","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.2.11_1572388116801_0.6260293424495347","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@hint/hint-button-type","version":"2.3.0","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.3.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"5b7326e4939996624be8f36a72d5dafe40c1f24a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.3.0.tgz","fileCount":14,"integrity":"sha512-4u2czlE7qQEfTRT2GiQLYHSk6yPi4xTeVppstIqXRsbz6+gRDFan7Bzqk10k1eYt0if/RHNNjKg7rGBFLMyWMw==","signatures":[{"sig":"MEQCIHZPwSUQCfHgRhcgSrMDEgObAYb9TwEUmPryE+Mgi35hAiA/Fyt0k44T5wHv3bZqt60RkZgRC1Nw/trOepmrwtLs7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bPLCRA9TVsSAnZWagAAiF8P/2gxJmBT2u6ZZQzoZZJ9\ndftkvt5D4SAQjZSXUcOGnYw01fWTa2mbhIdXP5THSGf8k90nbZw2WYDSn13D\nJ4TUumFMzMldZAmHdtKnOegeh5RG40ZwXYEtJd5ggwG63Gj7yFXb858mcbNj\nOYsbBsZqW6AFsiA5KAyYR8YAWeZpi+Q+P12eX68a+TX11EzCHswLMzGq2onG\n+zPs9GWu1yicQJy6zZjBTC67LeSmRCBHOz9Sg1Ciku0t2QxzyIJeiWoJxR/z\nhqp6OB1t/DesmXmJ7Hl0Jjqaj27gPAOJLYBi3SkU9cmTFEK1VeNsq6968Ipo\nnK6/Rq0njdfzclux51GBEGegcKP4LVlRy2wlbY3ewzs9zesHisvJsvkujaEA\nN2yvvhvqvVSsBYy29MRr9QS2a0qhx7+4L0zNHsVj/+335AIqPCeDhRFUhMOM\noxdjxQ+aGt4619XpsUJNswB0D7+tMNrHdi4qeV2iNt+sSYp2I/T7uIzxAHTY\niA7mwdRh3Gwik6ZMePvdGJgLfg/vb6RoC574RkL4+0/2/Lem2ecfHVdX4A0s\niLpF/KuJsE+1hfGgiLE9qBlHDyX57xxCltRcYmlYbwudQIlmvNjGekgichg4\n1bde6Bix3MgLxrf4D/iU38Iy5SxaavpdUiaKixbD3w5XarjGyEMlBxKPS/A8\nnj6t\r\n=Lkyk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.9.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@hint/utils-dom":"^1.0.0","eslint-plugin-markdown":"^1.0.1","@hint/utils-create-server":"^3.4.0","@hint/utils-tests-helpers":"^6.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.3.0_1575334859509_0.2886655751513605","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"@hint/hint-button-type","version":"2.3.1","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.3.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"f02488175a8024a3cf1fd9680a30c1ee7d9a5a51","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.3.1.tgz","fileCount":14,"integrity":"sha512-zoLtVSse3XWduzMN+MTX1V0N76U5lFYkpwg9vHLqFv9vbEXBxxmhia1kNimAyTePBRmFvdD79jkA/uSIWqWhyQ==","signatures":[{"sig":"MEUCIEgODmfTB5M/fPGWObdqbvpNcph3nZirN1aZ0/DlVfEsAiEA9+X00lOFVTSGuOo6QGLKb11XpC0kWOvXS/HnNvI6z1Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6E2BCRA9TVsSAnZWagAAsMIQAISgWcbKk16GJc5xFBjW\nKD8i1WVc55J32UYlHd6q+RY83Gu4dYtIkwbEAiQhgaI3aU9I5IvzzSDYHliP\nM5hEki8Mrk/AO29Wphr2k6AZ/mJ9Wlt3bfLImkkjzee/qMB5/NKY/ufHVQK+\nLGBmnQKTJnM/8ybI4oeO7bKqSRJepTEkNeXTFhIRuAralGObOasusFk7oPu6\n5uPMmCJwNRBX7B7YFtmzeBASXaZdr6KPxtGv3nYZrRTHdY/fgpR9K2iv88aE\nWDgz/skctUkljb+X1a1RUtS99A7wnaKYEvAyIP56GPD9v0fk8cj+zN77rBYg\nbERSHUtKhscu4TQacQyapwrjSdtQbFjw4Ku0ZQYZQpsyE8XuV8lnZuaQ0tiO\nXmH2e50rbs+JmouPcRFmNRthOqEBw3YHF6FvrynWGEl9chQkX7O3UPCsr/ts\nklvbhn8H+ESbZzE02uOLRGR9upRxbZ4pM7RQSMcplO7lO8DAJwAEnRB0wEeb\nDfl/gH6/giGCcM+sSI6zuDGZBLhVqGrIguVQqGy5cnTbhPQbYO5rP2zb8Lxk\nssKcNTeyKmGLNLU/MG+JSUnPDYHoS6xmUkEfRNToX1k8mEb9YC2gFwLfFHXc\nr0kauhAJCIVwA1+eSBpK8PEPejixXuGvwTQ48UhR+NTWWw4sFgBCe20m185J\nx0A7\r\n=9Jk9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.9.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@hint/utils-dom":"^1.0.0","eslint-plugin-markdown":"^1.0.1","@hint/utils-create-server":"^3.4.1","@hint/utils-tests-helpers":"^6.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.3.1_1575505280668_0.09834182243249079","host":"s3://npm-registry-packages"}},"2.3.2":{"name":"@hint/hint-button-type","version":"2.3.2","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.3.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1ef9fc69df7e958ea30ef99ced034fde503fb3b8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.3.2.tgz","fileCount":14,"integrity":"sha512-BtPlfOG9rJG+Uc/HZYyfDqOApKMwGlvuau3/QeNbXmhkl5EWF67uy3vkCWeQeO6ap+H5+7LjAllaU8XiBEjnng==","signatures":[{"sig":"MEYCIQDO9CU3Y/KgaybWgR+T8kHCKurZM+807woDzK5QZaP6RgIhAIVS70cpSK0j1tbou0JkMxM/OOPEB5x8/qE3bbYOWo1N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpiNCRA9TVsSAnZWagAA5dUP/1sT3XuQgJoZZgrJ37xS\nm2aTc8TpoIVJ5g/3bYOvEl1x1VxVdWrVbQmkJVzTYdhma8dCT32awHAwIhVC\n4M4VlvuvqWovLWNBYRxa8ojcwfBRv6DuFGzG0cXHldkjdOcTYJZcurzVQtOR\nD9UgRm+EsvTP2MvN4Gg8Lv5hbN2FnhbPWJ7NZexQX30CKUCnAC2CfSKocJ4s\nL1ZfSIxhxvq9qQF3FODHtvsRuupbep3S6v+UHU9ha2pXUWi6E8ieIaVnGR1W\nwDQ/OgCMPh2+QMSsOdcrz4uzYZeKYwC2iqZHrNC0nZrqQR7zcWWRla+r4+W4\nVEzt+7mlRA9iuEohN9X/4fOsyVMq2Sdzr7zMRG2jKv9RLV4wQ37sXkKMXTM/\nq5XTVYm5GQvnG2c1GOLyihVEG1kUu+QsSCWNMg3cVzg6XcWfOe6WlZY4kpar\nMUhKKBMfuP3GdupanWefoHth7rR9oAKHPlikG7TsqTA2Xz7vYxtrhlgaVnCH\nv8LXG2efZs8t4XN7wN90t3wRWdfKC1wCb7Recd6OHeA8EePHueRej5Qr95wh\nGIeMqjg0n3IR+AIul19pMDvELECxu9Tzc7PCGzdufHSfFFL2rx2DuBYgPBUF\n/wX1XIbUYXE7C/jcGJF42dmZ+HJnm6D2JGALxnqyUIOjrVCcoWzSElHRDdKn\nLRe6\r\n=2pa/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.13.4","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@hint/utils-i18n":"^1.0.1","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.0.0","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.2","@hint/utils-tests-helpers":"^6.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.3.2_1584568461239_0.5900770167159783","host":"s3://npm-registry-packages"}},"2.3.3":{"name":"@hint/hint-button-type","version":"2.3.3","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@2.3.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"198ddda3559fc14063edfd93260a108e83925b66","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-2.3.3.tgz","fileCount":14,"integrity":"sha512-0G1Cz+Zpx8KsIg7m+OpVjplBl9Rb01TcIq4JG/sWuey5WmFtHUjoRoGHPPlGoT2jQR5tyC1il0tJILje290yUQ==","signatures":[{"sig":"MEYCIQCw7SKTdmzunl7taBqcEi4J98cOj2u/jgRUIM+kO+2SSgIhAPdDyNMd0j5Ghvr90uTVVeQz12eY8VBf+7T29j31Zm91","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel13dCRA9TVsSAnZWagAAgd8P/jcwTC2QhDIisE/rBLM6\n2Q4Hm4LJE/ehWnruKPh7NOe0L3OkiVLDxj+R4eNlKBZB2tPqdH9Lgjq28kEX\ny4lj8hUxAatDQlSYPvF8aD8KtNEgLtASeTZJJSRV+c68vZLmrKjq0hrGmVWw\nTQAEwU0uXEDdCcd0jN0N++9rM31AVXbIiEUbyKQZzvV9HMultrW6pPqxNME0\nR9Lrh9gSc0f75gvNm+vR7e3Td+RQxTFiBzc8DpkzRk7m0G/Nj85SEUcuWnuS\n/S3gPkYYgUQnFA7HC8kHREhHqdHmrva8ipTPVLwPaOpyO81SMomEFhk8gEBk\nt24EyuuWUM0/gQNPqpTu+eQY2HI8umWS7AxOaNVDvCMc0XoKQ9yWF7C64Ldw\nnQnC7Oof2UI1XEW0F9tU39z9vj/K6Bt13/OBdZCPzztkNhtbAMdPWmZ+oydR\nqwllb+x6jhLwy7pCXA8D3Wa9d/MTyegmBD6wVnxCc5bH7zDqG4NqnB0aA7hY\nS6xDz1yp1crxjePJ6nkBlHRqniwnCLvZy2tgJftYLPmINFDaRcjRGNfSh8K8\nyEOye4zEFmCYiwr6pVgDTMlErmX/eVaD+IJ/T+urwiMv0+qXIX56f26ePcNh\ncYHp5gDMLGoekPrQDMrCc4LIt+TxDie0cRV9bX9r8C5bQkJwez9EdbdsQawz\n6NVI\r\n=qAe/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.4","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"12.16.2","dependencies":{"@hint/utils-i18n":"^1.0.2","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.0","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.3","@hint/utils-tests-helpers":"^6.1.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_2.3.3_1586978269258_0.9462217837529063","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@hint/hint-button-type","version":"3.0.0","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"acf2fc011dbe30a4aa92e3546fde98d434ba204f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.0.tgz","fileCount":14,"integrity":"sha512-cy589n1FgDlpYHUw4KSfxYWCMFxix/q9CgkZA8i6dUTHQU1lTMxKTtzZd509bpIcGcA6rKYmGYscmbWm7VCsxA==","signatures":[{"sig":"MEUCIHtoy2TqZd5dP8wfZNlekrTnY9YUQwRfCgWihk2MfCDDAiEAi8wNmMDuiivilXvWlPfJ5aFb0PaxqOlKEz00+MW8DWg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44086,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwjcCRA9TVsSAnZWagAAu9oP/iw7LwwPzM5xB9wcNsgB\nzwkVzTIWNpZFSyAhbFhlSIjx76qQlCJ/wNKedbjweRwsLf+m/7BLzFUMCYLl\ndTicgt1PvErXomO6g4uzNVayAzJ7eHFgBmlyKfxO9HBntsLZYPc6ed5kSNyD\nVAGKCAoQBrAW33ZTGWe/xgBRtAagX9VmoPhHGJEngmvstxvswQp2CQlAH2SC\nq4u41L+d2RC0oRG5eUTB2GkNkjUS2mMwUqQd7bCVHH6IvX/iZprDJUST+mrL\nU91jnBTuvS//NtAArrnH1JH0nFx8seSLLw26wmrG3IRP/lEcbmFMsU5G9mVP\nVw2ydeL5q4FeVcD8PtRy2l1705BsJz8muBh2JqgAljFsvqVChljbwQekYmCA\n0qPSN22Q35Tvgklj/fVOzKWrbQad0uwRT3Ut5ybu1m2G6cXjBnPU1bgdT0xW\nZytVw8xl1q+QupDMMMpoogbTWuZQ3vKdUBrilMXihXGG938v+qu/+jmpWOFY\nWqgYzbZFK0Yk2qUSYgEI1ypPrtzKK+ifnKKoduDfEmtePiQvZ6KmtV8Zd4LI\n0+MxUDsqfQ2hmomrq0i3YuG6sgF4PUDXOyzoeRgvwwS+ZcJ34GIf96M11IPo\nvFEkz9hM//o46n9WghhSO+HYn8+mbCBQOFuTjEnw20pJU94dZnGIM8JbpKjl\nQ46K\r\n=tyVZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.4","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils-i18n":"^1.0.3","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.1","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.4","@hint/utils-tests-helpers":"^6.1.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.0_1589840091575_0.9125546357170196","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@hint/hint-button-type","version":"3.0.1","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e5149462e04961795f47fcd5e0cd7dc19a025d3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.1.tgz","fileCount":14,"integrity":"sha512-kkMj0xF34NS4L2RUHbOGwMrDVMQrQuKBasn/1dUeBKnKIu4NFQt67oFhd0V4BJcGeP7q/SHdZNNC4pw/YIPSxw==","signatures":[{"sig":"MEQCIChEpcL0uLdO+g2FMdZUcVOKDL9yTu14mkdFZ5x9+dqRAiB3w+WPOqekasukRz3xFPSWQnm4Kw/nKp5wZkwKps38mw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzrDCRA9TVsSAnZWagAAqUoP/2chml7GwL2FwIkGz/Bj\n5rWxRL1974Du7nPWQ5fdWfVWqINaUGYIhMMmlhXdH6O7QzSEC9hIk5hrCxHb\nvJkRB/hBzvG3AInPpIc1nVvhUythTFDmS368/CB61KuW8jxZiRanlPIHPe71\nz70Qf1pmCQwPF5TFdEup2I089exME9NYYni+KPdhu7f3lf22khsK24VDughj\nnA2tajpfBvDMwa+f0XWS0cdSbWXt0YxwbP+ERICbmSfv5NEijT86Hlt1rkRe\nGrMeTodkfWCk4j2qtP11iyFZ1Tin0Unou1iDXPPxQF5ZcOZMDkhq6oYfK4SR\nHysX+DuRT3vR3WzNWPuubkJfMUpK4BTPkfoLwUK8bAgObmXc7qKt08NOEyqQ\nGwcVXlpkPsqoy04DhsAnh5wcuMLgUmlCbZlOhRdY6pMU+Q54IGHKiwMm8gTq\nl4d9tXk5q85Y4w18ae+Ov+DPnIaNnhwmzS0nuaXoPLI+TgszTboXy2SzI/kw\nitjwee9D2SO9d560cG5J5R68+o5merD7/CP/pWhWiSnlrdRvlpNAqLvfZMTp\nufUoLBpKMCzxZ7V6c4mSWu9qJtjZ3bp2RlW/f7cVMlq5ep1La7bjzn/A4BC6\n/S/qyPfPci5oeT+dwdp1a0ia4z3XSqaI7lLLanaosPvbuR76sb7YKFlg8Mst\nQXq+\r\n=uqxP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.4","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils-i18n":"^1.0.4","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.5","@hint/utils-tests-helpers":"^6.2.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.1_1595882178709_0.205056120972827","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@hint/hint-button-type","version":"3.0.2","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3986115f204900a70ccd77ccea11d6124481bcea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.2.tgz","fileCount":14,"integrity":"sha512-IRhenMEGgCkMEj/TqmFIl9IO0lMCKDDF32t7r9FGjV9jGcb8yF2IMNnADrOlBu1k6vmQseC9C+ZdwZCgGaHZNA==","signatures":[{"sig":"MEQCIG9U/7UZubFmdvrnX9GpISJYfhx2oneSluu49pPsDz7IAiAzMEtIpQB/sReeFLGoTrTULq1azhyZPMwy0FS9oGlqLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDcuCRA9TVsSAnZWagAA75gP/0UczHqxg7yg3Zy8o+2o\nmwSQoMO19ARjhKUZwH7nqFcSRz6/VQes/KCDVflwARDjK1wRePPykGZbSC6M\nnwplB2VffT7J8DjrLHpR+zyiaV4ycIe/o4DXBkOQlkk5lcsBTXwKfrGk2elq\ny5JYoiuIGIkEYQmutzrtl+Zd21+p3sG/260vwuqApYgQmJVlB9QeB+E7hupB\nFNK8sZ1O6okTbtT2KYYC+CzDbRFV9H8lwW/+RkcAXFrD53B2MOLFN1XIwvv2\nExfbVE54Yzi7t2j5YpPvG49YcHmujG75klZhie5tFxFdde1XvNgJDoO6R2NS\nqvuMsNNdTQGDYgaseQpIJK3uwTkbcPyYgKogaSOH0ZbxZR1wdQMcxNEfuYAP\n1tn/smfJjfuRjq+KV8FlJYgwS2ZGq/Uzr5ch5JEwaO9/dDRPKnysO6JoaTlM\nMDBIAKVCZOlh/ztjUl7NkkyYKBPZppGsmiW5PqZV1odlNvIn60/nwp1CkLJN\nMG05g61wxiU16AZM7BkPjhUP+9E2FAbumAWQphsTv367GX10b/7UMT1yAHrh\npsDebP35ElMMgl5/DLrwxTj1XZSsm5KBFdZAFgr0LsmaPqth6e71NAtmnG7R\nF/fhriZ8DoPllstxOeQPO03yz5XkS6GMi7bZuG9/zDg8h3UqJmfxxrQinDVn\n9HiK\r\n=nFIi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.6","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.5","@hint/utils-debug":"^1.0.2","@hint/utils-types":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.6.0","rimraf":"^3.0.2","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.3","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.6","@hint/utils-tests-helpers":"^6.3.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.2_1598306094263_0.44785142079148854","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"@hint/hint-button-type","version":"3.0.3","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.3","maintainers":[{"name":"anonymous","email":"jdgarcia@outlook.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"63b2b4a101e9fe1eed6fdae9681eec90647d83b5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.3.tgz","fileCount":14,"integrity":"sha512-pKxqqNNcgAn1w2IWPxioEf/WlCNTuNZKeUEBTSuHMOF7hPbxgp1idF8yv7zR98Q/IQt0gHxz71krpfCn6J1h0A==","signatures":[{"sig":"MEYCIQCbGy85p5CMIuO94Uq/z93Gln4O7Ni4fyKX4uhkozDIPwIhAKaiX2Gl0RrRghkh+Zi//nUTDICh4A+aftKEBepy3AkU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrExgCRA9TVsSAnZWagAAN+wP/j73k9eZ+FaMimTY5xNR\nFMK1bHDy6ZYNexgLXY9tie6Mo3U+SEDbBxfyWebW/u3EE6xxOjyMhYZVraGu\n5nCal+4B/i2TxIh6PxkMW5EBcaK970E4T6iQxwG0s2+B/LaDN8v8bJJjZhFZ\n2JaNDIVCoUjWmvJ+22sBWHH45Zj0a9wYKWDnKfX6G7jaU2Rk7dfkMbF7Sn40\nu9Dpnlbv9NrbNP7Fqv95nPKTn15XKViyVTWxOFv01O/UVuHTuTALJnw8Wtq7\nlUPgD5scgUXaUPQodqxj1b8EBpKtulthfqHZ48mS+ufUUk2pqUiHZAKn9yVI\nb89faK55UXvySuOJ1McTHJE/Q7pV7FHX9LLWzopJZZjbHjlfg4HBQXyIFTY9\nay0VQCHh0TkJi3cYQAZ3KdaMONH/8uKo6ohlkFS/s+L9NuQ1ZBDs5OiFf+Zy\nB27NsUmK/WMhuHQggTy7yPxMt3Q+uzIW+XHmBYQKD63OxjmbBmBh+ShEdzv3\nx3Lw2xg0Z+gpnOgQ8NPr2nibv4uXlRWIuzVjQIsMJXFXuBJ0mm5IuPebFnvQ\n/DKJS9onBkVeyHy114npyolH3P87hIN1DjDlDMFOLrGywFTwXpsac0mL7IWt\nKvCxW0vbxWHu9xfiENbijgK7LgJmTO7k/1+nFXa3oSLq7koYdzOB2apshMTM\nwsaS\r\n=dTY3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.6","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.6","@hint/utils-debug":"^1.0.3","@hint/utils-types":"^1.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.8.1","rimraf":"^3.0.2","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.4","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.7","@hint/utils-tests-helpers":"^6.3.1","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.3_1605127263987_0.6104851202524737","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"@hint/hint-button-type","version":"3.0.4","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.4","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"bcae6246eb1b50cfa42cd98b76b8ab7812c82176","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.4.tgz","fileCount":14,"integrity":"sha512-TvJo8eIchbwUlaLp1qgjyUnXMNdh8rdKZ/KefZnJvZ4WEEZx6WOYx1r7L0g1I39B45OOycVPwYWLyH8U5Oux+Q==","signatures":[{"sig":"MEUCIGpP9ywLuSf9nfRkIhdheCAE5Yz+f1ldDAZ0k4D5ySqeAiEAocTueA4RS8LH5QUv6qyyE1sZwGpfTimOZAA458aajyE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49026,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHErxCRA9TVsSAnZWagAAyPoQAKT+2VmZl9elITCpUHOt\nR9qQz+heh76GMHP6B1AbzvXCQP0oVFm43RdwUmkaAVvbNnuiw6Amm4exzaHZ\ncfN5076FdhUukCBvVvXoKSDNp5NpL6gNMwpHSfmbMeRY3SNl5Gw0OXliEP8B\nW54qKth0SMR79WdE5EpZ5mgIKC3rkm9WIJHSxtflNTuPioNSDqBjLXD6dhLR\n2rXNGUuiXrRit/TkY1V5ebac9updxQcYnEzA7Bgota3cHOTA5b+/5DzHGQon\nfv8iN1i1ewD5aq/GxRy7iU5VQXl+9Hl/9V2CRGRUNIYsnLDqgUtWEDysqQSK\npUcnajD3+mI3dKjlQhs32UDfg5NEF/+u+9+U9hB9FdrWPJI9aKi7a4YoBi3z\naejtZRkiDS3FV8MZcuEz5BuvAdynBeX1JOx22/OZGJTIN3Te1PFT/Y0rLWXV\n1fWWAPQLKOTkHFFd/cS8Bbmye3yvidKIbV5NLJZhRg4d5XpgaxryKAIbw06A\nfGj0B59twc9Rvmk2/2DNoLUt5JjTU8n2zppGBhTTGA5n1gUxTbLUpGmOkx38\nAq2UaQg9VIZ4OBEd+1/CSH/gld1NG5aNoBhpqsrWMR/JsFOpWA9Yv+cXdBeW\nmD2my5DXQxOvh1G7m9Nd1zzY8PURJDxaAmiSsLZGte6HhI8nXFRxgo7uL+8x\ngbFZ\r\n=8cgj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.6","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.5","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.8","@hint/utils-tests-helpers":"^6.3.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.4_1612466929462_0.9275462309430511","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"@hint/hint-button-type","version":"3.0.5","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.5","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"34cae9c368bc3e2638e589aae81a30fab5fffd8b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.5.tgz","fileCount":14,"integrity":"sha512-HTng5mjG/LOv1fD04ojHaciesYPFV6xA6pgdr4eAvXBkqbbp8fRFthngEXQ6rBA5ZG/FLC0oHj6qJb8HbYtRMA==","signatures":[{"sig":"MEUCIAcO+rp3UvINDgQYNlqy717zAn7IiBCKrdQOwDaV04X1AiEA0I3Tru0TwbP0g39T2M0Ep9MSJfFIS5GJc4eW1lOyesI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49026,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeWeCRA9TVsSAnZWagAAwMMQAIOkLqYSIJP2xaqyml+5\nP2hiT54rPOUfbAuuL+ZL/oQx9KlBuUO6O23rYRGSr1aeeW8J5wcLtXfX20AK\ndXmu7QXihjaK6UKtJ+Qy05qXTULE/HIoHph0a8mUC7tCwPKJYdKsr1u6Na/r\n0jBjJxWL3voattuOYMMSC4CpJUpjGl75EDVe3tyEEFztAM6Dv7ofemXbpp6p\nFKVxgYRz0pnZJSuczSQlNbjKuHMTqTrZCIqhBt37jkXIiuM+a0EStZcEL5tF\nWs0KSwZ5OidWY+HVHwKzyl0xrHKtL+ZGhVpXp2QL6gk0fj4nPd0R7n1lt7lT\newIuetzmrpQuwysPsZAgzzxotC9BDqzvfNV5WEHVYmH1Tib9h4H41WhaLawX\ncYvqui36Elyn3szGTuTnIMYx5/QpS+PPMfJ84KSwpBWY4noC3gcGFyx9zLDS\nXYwouqn4Qh5PqgPc7Qf7tWUbhNtWmEHQb2UaqLywtUHQrPIBKT4q5WTL9emq\nVjQl+HUH7/VkhKLIW+pzhyo6awjtScUV2hbmAJlTxna4bPBT/P3JvyzsNOyL\nfdv56wIBka2+QSwMRRmt0XWrBbLl3F/cWx/0eSg2517a1Apzi9ZRzJyvb3q3\nVWxzssdvbZY+rxkwYVIodaKoSgGS6dy0aJGwbIexl8jYUlNfuTAQb69C34rZ\nQsre\r\n=lWRC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.6","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.5","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.9","@hint/utils-tests-helpers":"^6.3.3","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.5_1612572062304_0.5859225122485892","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"@hint/hint-button-type","version":"3.0.6","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.6","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"10013da1e9cd4fa25518bbd69657ef93d8d54531","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.6.tgz","fileCount":14,"integrity":"sha512-Vf91oE8qZFi4orUvPx5mqsAm/7mAdC/J4zDN1mUJEeQAI7Mc+U+n5D4n8Zod55ycPMUUE5C1VZcmLnzmtkkmlg==","signatures":[{"sig":"MEYCIQCZSsZP5kGWVoOTmtjPfar3rlT/uYUHN+Hbvdu2GhfskQIhAJ13Xz+ZqVMHEhghaMd6Ntm9On1+ynichoJUMWAipM7x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRIACRA9TVsSAnZWagAANuQP+gJ8EXfpR0JyvcQxzVLv\n1xzCpcmqe/Tf6XdAAFbc3Y5X7DqNLbze5dy6ZZJ9punRWms2HpjGZaXaWu+4\nrYZxCE1S8M0Df7eqqOYgI5OEc/qWkjgl3OurpOgrqqSsw388tiCJkmQd/63F\nncZf116MpKMCFSq6/DfkMcPoxnjS/mQDsVuelBu1bcBf5P539+VTHIv0Vncl\n9uNwwhgUOI/Y9oMNeGuLfOCDN9/9lgLvu7P/qTG1dv9djZzguymhYD7QG1s4\nER1sDtKOvH5iyQvWp5e0pPNq8QmLssNlI6TjuNoNEKNGMUqjPLKwNaQmxwcS\ndxIhEQ7VJvJ6XJhsmUb9Skk3RIj74a/TAZmgY92Mu7M0UZw/3kxgdLrEnZ5D\nTVqzxWaDoG2OP+IkgIjXv3CUV4KzitjfK+/7b6kqOyNBDXzuiUHzy92KCn/V\n61pua6sM/1+N5JOVqC10W8C0OcelZsgI3ukiKMtG94jzPHBUiTK8zt+xE/Oz\nTnsVp544fL1Zu1hEFtnpTFm9HBzzgN185zX9jcQ8KDqpaH77FVFfzO5chlkX\ni3o4oJ99z+HbtuUX9Jb99iqqOj2BtxtqQXcy0EuwJnM3UPFlP0PQz/cnmpRM\nFeyc7Sr9QvfgJZmWpN4urYj1cTIFb7eadiItpBFaD70MkofhurS3xSYFFSAt\nxMq1\r\n=TpkY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.12","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"12.22.1","dependencies":{"@hint/utils-i18n":"^1.0.8","@hint/utils-debug":"^1.0.5","@hint/utils-types":"^1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.27.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.6","eslint-plugin-markdown":"^2.2.0","@hint/utils-create-server":"^3.4.10","@hint/utils-tests-helpers":"^6.3.4","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.6_1623265792314_0.24261699737702846","host":"s3://npm-registry-packages"}},"3.0.7":{"name":"@hint/hint-button-type","version":"3.0.7","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.7","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"307548d349f728019c3cddab5df1833728931971","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.7.tgz","fileCount":14,"integrity":"sha512-qlBRk271o93JRHWLVJoraS9S7hJyshNzjmtLvNDaXsnlZLcDHWmaS6E4PwIyivgLFyAo8wnR4LZukoITSScETw==","signatures":[{"sig":"MEYCIQDpEaA92mLuKBE7x9rlyjjtsCNED4j5oxjOpZ68u5y70gIhANcw8+6d4xwuMADUX2Z7GFU1zgBAEi/0vSMQcnJP0YRn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57836},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.15","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.7","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.11","@hint/utils-tests-helpers":"^6.3.5","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.7_1634833168265_0.5963788234522818","host":"s3://npm-registry-packages"}},"3.0.8":{"name":"@hint/hint-button-type","version":"3.0.8","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.8","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2b0e6c1afa79e9407042acca5497e78cebd01189","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.8.tgz","fileCount":14,"integrity":"sha512-d9WwH3zCdVwwcYpX1bTtQ8j15mZqboBC8jom22LZBVBLsJmgQLtiCI/9NG52opR0Bgj7EFYAOCKvflVRLgifSw==","signatures":[{"sig":"MEQCICZsxumhK192zjN747xXGxrN8zRtPJ0RmInyeSeeq/SlAiBI67fIgbm0ihKV/+3oF6b+tjHVL0xnaS9XDExzHIVxfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57836},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.15","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.7","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.12","@hint/utils-tests-helpers":"^6.3.6","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.8_1635537388581_0.16932752192550105","host":"s3://npm-registry-packages"}},"3.0.9":{"name":"@hint/hint-button-type","version":"3.0.9","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.9","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c13997643199b39c2d5d63aad816bfcc51c7649c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.9.tgz","fileCount":14,"integrity":"sha512-z86DRbf0gF4d5XvwXxC8cRNosorEpyuz4+I/JWfDmbrMxhL903RzIwW9pP5+hkpAcIiAD0BmguaRJvQtp9Htwg==","signatures":[{"sig":"MEQCIFfmpdj3EfKqF8Icc35Ly57nzHm1E3SIIr+jyp22XhS5AiB1zRLIYY8xV0NozAOICd/72+N0eVfal6LWL3hk4a6F4Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57837},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"7.5.2","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.18.0","dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.8","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.13","@hint/utils-tests-helpers":"^6.3.7","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.9_1636050549473_0.6885030854115135","host":"s3://npm-registry-packages"}},"3.0.10":{"name":"@hint/hint-button-type","version":"3.0.10","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.10","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"49a4664c4137735b99aa7fec11980713170f0394","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.10.tgz","fileCount":14,"integrity":"sha512-9U8Hl2k7ViCvKa7u8Xd7RQ7gk0wlQ3XAxZTtqEm9UxK80D0f6eWSzEoIxJrAUhIre0PZrOccPASyxY/Qd49wjw==","signatures":[{"sig":"MEUCIHedFqtmunwzFjBS9F7Efb9vu6kRqjiOw5yvz5hcbUGGAiEAw0D9gRc6qu9X6bFrSdBv6r0T02bt0GNBoO+YmczWtJM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KRhCRA9TVsSAnZWagAA5iwP/REuPq9RrOKVSxEHgwB/\nrSFEKWHsV3ESPC+dhHpijJMf6AdsF5R7Z4ZIgBA+gPmpI7iBKpkb6aDiD0wi\n8xqoOZUiHAZB7uSLt/D8X3MHuEz/Z5ASD2/vUbh4AVskbIkmv6/MdJtakH43\nZugaO11+tFjok4EzJJre+Iv95A1gaMmhfDZMl02b4Tq/lMstz2wDsVjZV8TM\n+2oqaUtRbq/eT3GXLEbLs8UkncLQ+cpJhC+QvS21F4V2O9bpHRsLtKUiV0DQ\nLUJ+AOoThhMzPXeQo3PvA1lewBcn9/ISAc4oXRf5F07S6HjmGRLG6Xg6mQQ5\n6p+JLelPFC0f710qz9K6Q6ZncQQgzR4tiFrJYDv4dUBb+74F3TxiXhS57EqR\nJsZ7FyfQQ6aVIZsXkQwdCsFamYtNsLStP/Ui4p4CTXtcVPeZT/v2/Tyavdg0\n2pK918ifMHd8bE+HY33wLpIrYh2+ehbFEVwNP877o7w40l4CReq8cVdFuaxD\n/vj2PvSqpbVQrCwvQAtMkXi2Sut9BwRdobPZkl3KzhvjZ3djJDiwvaodKlYk\nJEZA9jXd75gqhUhXMpdAAAvLULaAx2nsy2K6o1qYY3cvowwE4RNc5D5f3OZl\nCTSETmvOh2bCHX2lvskx0rzoPn7t0C5AHv/RLrJf0aMGfYUreOt+QbK9MKWW\nTP60\r\n=Jr6a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.15","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.9","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.14","@hint/utils-tests-helpers":"^6.3.8","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.10_1637006921527_0.5900834243059201","host":"s3://npm-registry-packages"}},"3.0.11":{"name":"@hint/hint-button-type","version":"3.0.11","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.11","maintainers":[{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d40f24931ae36fbb64aad1659a193bafe5882d3f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.11.tgz","fileCount":13,"integrity":"sha512-GEDLwf4rLxK37fyLwUbtIBLi/zUqmr4pzu+6StXpt4Vxwnmglj8mg8J1xZMy75ID9BTLqCBicpWAE1oTCuwqRA==","signatures":[{"sig":"MEQCIFfPMuVf6GBSlr48fB2Xw9O1LpC6Me9x1TTqfVHouuB1AiBE9a4VkbU1/2WxozpSB9LdaLVdTRdbYBPOAQQWupn4ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkYxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQyQ/+MevPLo0aYHm59+MSXk/HiM8Q2SUEtWD3xpTh68TqRSuQFN0u\r\nqn4JJquzP2dYW8xmSjjyBuCRIkSAvXm2XSv3T04yU0TJB6D9iZu78fEAlycu\r\n5FNy9pGX3ijqkAt9QIIlUREcTrUJ8QvEWFC174BLvqxs9W2QTnSjLlgIHOyN\r\nsrPmOUmTt0g8AhDDkER0SWA/iWOE3RM+05670rEOxGeoq/OYjPmqDyZh/RWZ\r\nXpQACUihyKQFwxjXChXSI5q0iAM1+WdOFWHHvraTbKctmYXJMewhZaWXJ77d\r\nNX1GNlzz8Lm5gFtUtY5cPI6gluc8LbybeR76U5nbcecqxKG2pzo9WY67o4W8\r\n5TCUr6Sz23ntgr8JhQ/Uo2F6ChZ2NWsho3GPN7/leWhnBt440kPlZL8MArSp\r\nuzruLXSzIk2QTrvBQivNf2r44eiW0yZPK+I1Mpen7Kcv6+sGxEvPNmLU71/V\r\nJLT1Mkt1KreCjgYDebwZU4FS4SHsbzTpaGopSqc3BugqcWqJB+YBsBtJMbWc\r\nS9xAFTIlnY4JxH2yWV3yrG++rHd/XU7JvjfwjyNpERidqnQ/waTVyzIarpy1\r\n6kFKq5RqMSQ7A4OvgrJIF1u9I2RPgYhLOnmx2ekCUHo19cduoebbg7eoQzRh\r\n0Ul/jlunCzAa3TVzDyO5D0qK6WtTf+wnjuU=\r\n=JJLH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.3.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-debug":"^1.0.8","@hint/utils-types":"^1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.10","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.15","@hint/utils-tests-helpers":"^6.3.9","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.11_1646937649167_0.36301206008799825","host":"s3://npm-registry-packages"}},"3.0.12":{"name":"@hint/hint-button-type","version":"3.0.12","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.12","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"79605b8ab10bff6150ad74696806faeb7dd610dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.12.tgz","fileCount":13,"integrity":"sha512-HvYdhylkihP/CzwNGiuYMagbTEp1TI7z3TeZKGJVUt+IzjX36qPkFbWRDpNcR9+4AB5zBKDoRQUnh5cZ/1022Q==","signatures":[{"sig":"MEYCIQDTVpzU6wmxZsXo6MxRpfhWdjZNeggF/fWijLxTxAM7IQIhANnAGJZreRoenvId82FjiNTg8SSiVE9dwEOoZ31VzDGw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG3cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprVg//ZqEnL39E9udVSthyhbtJiGn5LEWkNT92kudnFx+2s4cP/at8\r\nfwfYQ1TB1iQyhT5uImL5HdXDmAGJQJ2jGhxEDlRpamWA+hcPc0Fqrp0PC0p/\r\nWx3EiQ5frfJLRacTX/TklhpMAZkWApU92fKb3wBJPuOMCJZpnypTXrIUFBiw\r\nXGPcQis4EjeBBo+y3vAZDmSiQ870R/vAa7CJpbPfb3X9PVSMds8gau9BoQNl\r\nWiLi3Gu7PN+ypOpzTHZlpSB+pPCpGvVSez0+TiWH2NMPs87rCTPP9+Vmg2Fb\r\nIggwTeWBomzlxwtjotHI5RovjW10Ke1atiAs158jPuecyu1SrHISoO+5ze28\r\nUUWO851Y8ljRKU3PBBNFQ1r/2ToKe+gY1MlSlXzMT2m+VBTP7mrbk+5z1Hpz\r\n7IyGfD23m0JMBxuF2ewhGamwDzWDOgXI9va1WYfaypebhkh8tPoD/4QOfZmA\r\nQrmfv4haNH3pbnYSnzXJL03L6083MC+wCNoPrDrYntJVNHwjkllX/IADhzC+\r\nUV6Ntv4SQ3UFRqkj45ASDMZBI1sCqEeOqyqP9FQK3QtiYzpNGZAX8Fr8db4R\r\nfT0ep4NyqXiSgts5dhYijMIONYB76N9M60ePrZ8wm8J8BSGzly5ZiARDxOG7\r\npLk4pOiuFtoeRaittqFTJcHeWRph09MdZrg=\r\n=0Mwo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.5.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-debug":"^1.0.9","@hint/utils-types":"^1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.11","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.16","@hint/utils-tests-helpers":"^6.3.10","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.12_1651011036661_0.0030778551810166643","host":"s3://npm-registry-packages"}},"3.0.13":{"name":"@hint/hint-button-type","version":"3.0.13","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.13","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b268e6f4094bf3ac5be8bdab9e5382d8d972d2cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.13.tgz","fileCount":13,"integrity":"sha512-fF8NV/7G6LkWZVL3R6nJ5fE22wZWpMDw+NlN0F0WLcqmck844hPy2YHHUlTyv2VbhBM6KlkVP9M39z/1xWAFuw==","signatures":[{"sig":"MEUCIQDnntclOhU92wB86eMRtyMmCLl41zB7qOerV9nW9l84ugIgUF3YN6Bikw2dvSi+g5Iqd8hNjAyt0ZTkbTC52DNxjL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20324,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdouACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqihg/9HvCMn32mPlNQ8XhlnvSfK+Xfd/uojqvEMJCoKqE9CPOC3DSe\r\nP31JLqU8jaJkkaSDoJj6f73GsiUz8N+oB1EycH+RPj+iAPDuAGVksRH2wlaz\r\nzrXS24aamy1KLDWiQx+xVJWSZKULd1cI/ivX2BrMsrLrOUfS2T/7LSOLN5JX\r\njl3+jDV02DqYVgJpYZ5q8k5bZePjLMe8l6l19i8NO9T0TCeZk4TeKO6GNXyg\r\nrTXfxbkEXbM1cAkLDEkeJTQ/aIeIx071RKobU3XqmnP7BidnQsddsvLPUB4n\r\nhRPycfbqaX8X4PiVLNkg4s8QTheXemfh/5r6O8kUbA06bjNjIB0n4S/lOtoB\r\nXhnmvJFUNsUZK7vONIrBnhryiai8OEHAaRT2TS9A1u3PAXHug/KE3R3rHeo3\r\nTeLYaU/d4gg/CvftASWKsTOT7p0/OWiS2rDMO4WlbQjDqLF12qkHwA7dudXP\r\nZJFVDn1oVj4oEQTfmr9s4FOXyi56hUtqsV0tkdniPqYobY4vJ0roK9QFJx47\r\n5ucRVdr/ijLf4LkhahNj5Q0tkK/dZfGUkf9tuQRVJg2s5qlwwUVkS102YlF6\r\nhYdQDgfS5OjXhXVUK78npfvEkJ+9Twud7144/O3Sb2MW64DYDdwgHIVpcGfd\r\n1/R8kPMl+8yN8q0sbNcOBecV7jCIcm0Nq4U=\r\n=kyta\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.5.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.12","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.17","@hint/utils-tests-helpers":"^6.3.11","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.13_1651628590708_0.3147283223200954","host":"s3://npm-registry-packages"}},"3.0.14":{"name":"@hint/hint-button-type","version":"3.0.14","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.14","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"47df8027f8ba9b4d117e4469ee72b7f2b23cdd1f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.14.tgz","fileCount":14,"integrity":"sha512-pj0STJQMMIZEJ8VTr5fGj0c6I9/XySH0U175+88iExhjZ3NVR4SuMkwUpZQXpVtAhFDct66YKDzv+IPlZ6ku9w==","signatures":[{"sig":"MEUCIQDNgXBspp1VpuGT7C9KzZa/1pVm6At9X7LMo/iF9rddmgIgfO3/6E1yRNiBNqVVvvycKn1qyRfqFXAjw68Tc+rctBc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn89ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoc7w//T0YD1cnXvGXc20h7w/ITtMwQaK3Be4anSG6f6vN6JbsWV58V\r\n/xgoyG1tpVxBwoCGF/qaoNzruRxhVms3C+YMVHZaIYg5Kc2buzO7Hf1tNSoe\r\n3hE0OiNRoqQ3/IQgSfrHaQ2euW4flZTlHZjcnrUOeThCwUbrFEoIOz6dik+z\r\nN7Mtx0Jr4po05RSft+wLfP7B3mWfOar5t7Y2Qma6UY0jch2Ngb2TctTKizkZ\r\ny4fDXemBJ6YqXLHL0tBvywneRaQzmifs9MqsDpY6yG9rppCOQZcMS3YzV28V\r\nAk2wQEHSXh4GbUOEKAIfYKhAdX6XmOb7TUazi37jjr0n19X/dgAt/rfM/3hf\r\n466YnJWsWwQIyM3p9pJ2HScjFQrlAXrrBA3TYH4Mw8O6xQhd0esBHn5gwEOZ\r\ndhtU1G2NP8nrizaqpT6iKna9ZCkVsEUaGI0sIconr9XSj8ATetIUBJSJCQo1\r\nZaDLicnKrqR/Cw/aGrePEebB9thxVFBqvX9Mzuut9PAvY5fzXo9jhZJM9sA9\r\nCPNFh45hPJQyUuslJjsNrU6ZlamRiyrOQYR1CCuDEOHqKr7tNmTuq+ggws0g\r\nMMZ0WxgaabY4pnO13TTNVbNot7okbbEOTCRoq1vWaMVLfoeb9ZRW6UFQGKdu\r\nQ9UaqqexZz6wRqdCLC+sG6Vb4AUut/7I5Ww=\r\n=KPLd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"6.14.17","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.13","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.18","@hint/utils-tests-helpers":"^6.4.0","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.14_1654554429444_0.8409295086659019","host":"s3://npm-registry-packages"}},"3.0.15":{"name":"@hint/hint-button-type","version":"3.0.15","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.15","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"51722079afe3cd95a1f0a0b2d8bf49c5e1dd680c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.15.tgz","fileCount":13,"integrity":"sha512-dwN2bx1UPYJDBNX2wpzvlYM1z80GbaB/BOHE86ADVkwdBhDdYiQ1s9nJ2NYQFSl++QjSI/BALaVK8Podpx9Xbg==","signatures":[{"sig":"MEUCIGE22cKLq0qU38kXkAgQ1Pw9VshWsgumycrfNfNTffinAiEA3kpXn6oaLmLGWt1z72lFd/gvfEtd2/Gl6XB9WcEJzZg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6BkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeQA/9F9HPKVlgHuKhKVSkYhfRMuxSYzY+Kfi2OyS1u539koXRNxcU\r\nG+89F0dZpHNnNRAzsl01cy854tU2mLhiGyf8mBxujo15DXw7mRW9S03Nd8Ln\r\nPjY0Vb8l9Iqftu9TKEPbG51/P8IHe5gmZJwg341FdJlr04VtURrRVZ72JinH\r\ntHI/y9JiexI04iXh3e2vZOjQ7whFM4UtBrAuhdAKCR34sx5bAJP/Im6ETsfY\r\naU6W9QjMR38239BevAfiGRSPrVuFPAuNuT75KP5otE1xM5C5Tu2mIL9VWxRR\r\npE1V8h6jWdj5JeXw9vnAXP1Em2TZAJC0+au14YTbGaHM8ddKai1GKhOLcjr2\r\nmqlB9aq2BvQKcIq5rFLGDk92D0uYmlgrkyLxPPKKWCTDl/HGR7ZHB/vbVjsR\r\nK+VxFsnx4LwMbok/LGLEdnNMPpixVuDB0TGjLtEXdA+jeWRmxy07FBhfoVJU\r\nXBk4pFBYStqYL1w75QChCfC/5yafV5kOHAQfGvvm+OthNr31B4hJBMkoyTLs\r\nBSLFCiWQlr7M7AP0fRmz1aaa09ax+PHpGC0Kk/nJ4/OX8n3RPgu6Ii6J2S3m\r\nSr97dS9F/YQ1If3xkMox6tQcEeAh2M9ElEVUrsEB922kA1BOYcXzemI8F2ob\r\n2T7BsQ5zf0lS6600AYve2W2O41KwPiOeZF0=\r\n=FLRW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.12.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.1.13","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.19","@hint/utils-tests-helpers":"^6.4.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.15_1655152740743_0.5387600962167938","host":"s3://npm-registry-packages"}},"3.0.16":{"name":"@hint/hint-button-type","version":"3.0.16","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.16","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"905a5d40dcc31c61dc04c0017217b90fc2bf3594","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.16.tgz","fileCount":13,"integrity":"sha512-iwizCf7F2Wry+jgRHSMV/87hvWN2UkFcq+KvuT5kgGeJiHC1wgGNVMAdwSPExDnbxhq/pnCGj/9vrFw9QTGS2w==","signatures":[{"sig":"MEQCIFpozJUAVrh2FEauouY5tJV5iAf/7I2pRKdxCmz12fh9AiAeuAHvCm6EFt0tXpdvJ8GHl22EZBuzIBNW/Y+vg/FGfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFQbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQIA//dqClhGn6Fawbh4T5x5NxPXWoHOpD9ElggUgze8dPFgry7jWk\r\n7ciyPLTOI0hnHXUkANZ/zLFpsEC2Yp5wBxTj4vQk7+908/9xoy8GvUSnYXfm\r\nQAFAE90909xfd7tpeKW9HeAGIVKaZf7rWTAYIPVM55H0Cyh9O6nq/tL0oVKf\r\nTg00XRHLgC84tz8nfZaPanzCjHGk6zmaSqLGHBs4hCVkEDP0pMwxbEbebOkp\r\n5ygJ+mNLOa1R10PAUvS3WClkDpjM60cM6BFSG2t2SjLlWZY+Yt5kDhChecXh\r\nYE6hfFlzbLkBoAMIylUREsOy6k2La9yW2XxkSPySafEipPyiv/XfyiKFLqnw\r\npypTfKOMgRIveGIb0Ij/NljmVv9nUZXiuDCFLdDXczpMJj+3KiIOdaKn6UJi\r\np0dYLVdGlWKD7Jthd4f2H1OSn74WvcOckKOJQuGcRj5HzBR8lXdCgfMm7q/m\r\nIQ/MGrzXEHT72hArnmTqdYyIKs0HZmpuycERMfY3jyEo8LcD/M/mRFmsFNe6\r\n5uYPTOjm3l0YaVdIWWYqTfISFe0U6QYoxnRMXD8/AFA1D9gwakv1vKdz+0dS\r\nz5m3fQjlPzsXC2gBb6+i4odazc1gt1QLoh3uTFy2WGnQse4aDXVcxe/chWUr\r\nbh9iU7RO8u5Q9vwNn/wmwteQ0zGu0n9hsq8=\r\n=yPru\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.12.1","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.2.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.20","@hint/utils-tests-helpers":"^6.5.0","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.16_1657295899312_0.05013487876943268","host":"s3://npm-registry-packages"}},"3.0.17":{"name":"@hint/hint-button-type","version":"3.0.17","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.17","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8a37e967b574fb71154abab8b40edaeb0b129fba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.17.tgz","fileCount":13,"integrity":"sha512-vfeX0GJ8pr/iwkD0KeGKhAR34tZQuHgJ1QVVJZswD2HkdTef8soKFOTYFur4n7mglBNXzOHJgjR4jWuGHX9+DA==","signatures":[{"sig":"MEUCIQDhDcOQ4146LVtNDktS5eNMPJc9XVHYjD2ASYvBgwBB1gIgO2DjxQke5DuqjjE6W6HiZ7tHooSnCs0IZHtoc3Mc5VY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yvAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrevRAAj0npkptmzziw+S+E0vL10SAav3UqYHpEGHHFxpto+MffTJ5T\r\n7paXXsdUJPmzKWPL9Rguvy84v7xcEfrCB5Ul3MzSgHuRPnxu/7m4h5UqKkVz\r\nXHgRYj3VyvnzbMoPIMFnecM34/MJ7OsacN+JcuRUrI+2AcpketauOlQ6Y0KD\r\nylKC2K2UBQD8yHj9R9yngFAJwrfCaS25+ovNmCzEWFOkH4fbNeG78LksV0ow\r\nguPTiJFN3TzMPQFmk/e9x50rAcNSKmBZ3yrtM7/rBL6qJOyv9Jd9HbnJkuhH\r\nC5FRECMUgPbDkSKnnz7eUjdnpmhGuOLB5ZZoti0NxAX4tPZ/g/HxCWcOSYgZ\r\nx16gPROy1p/FD4n2GEXw5FqwDT41tzBykw8JG6+rP2w+UDNkJtzAhhvPUc03\r\n+Ku0H1dtDG2o+jCO/PbVRXwIYC1LMhL+1nHoElAWCC93CUcX8neGA4f5nBFP\r\nxoyet5Jv6Vv6moqeBxjgwZSOUIkZAmeGZ3b31/h6vWi5eptId8dSTt4fETY5\r\nufgfW86Gu8JXNMa9sRdT3A5KWz78DSC/gR2paVVLKATrBtrSd0ybq4/j0FPO\r\n6w5Dfolcu7Q0jR8b9xn9J7bu6fSYsJ02pDr7uoqFWJl8yhjkVfOOBtBQgKq6\r\nePVRe/pNdpWlWUzqYIcLXMHOoiQjwy8WcAA=\r\n=idpr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.14.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.2.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.21","@hint/utils-tests-helpers":"^6.5.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.17_1658530752430_0.08984307837811811","host":"s3://npm-registry-packages"}},"3.0.18":{"name":"@hint/hint-button-type","version":"3.0.18","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.18","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4438015a30b3592d80be11c6d1a6827e1e8b21f2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.18.tgz","fileCount":13,"integrity":"sha512-1qg7HlaWllQKTKZh2sMNX3fY6jJOlu9IP8j2udFDGKISUjcVcWHaIQc8OVPv2SYfAl9NRor+d9KZ9rP5F2rcJw==","signatures":[{"sig":"MEUCIQCTOm7Og3nOnYLBGcL/6ULabs4dl6uaTHQ12UVmUyw4/gIgF6LWQcCuOo0AXTiycDHbsSDJlc1revXZeCsrqbBxLoQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3fqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoL2w/+Iu9B04tbNs4RQpCJmEPhH/ybvBrXRBVIhAxrJbAOHrqpDbZY\r\n7vGGVBvKQZxVZncBjIPdd4cGnLzHzqJoUQDeQGIidJI163BXBtSTJS6HtHBz\r\nl5vcvwbGGaL065J+SyfCMBPIdyH3ol+Q2s8/0G6mZhBToNh4czgZM0VWHb1S\r\nWxcApmyBGfi4gsqmgpBoceq64M5Zwu20YtYHsxXO/G+UELXgTTAgOoyb9rzl\r\nJ4NyW9aX10jF93E3XqsNDXhNLtJahJkD2xLpBG3vNdjdcI/bB4PXRVYX39cJ\r\nE7kW/1Qg0gGsAQoT55DFRpdJ+COLs68gyqiNSD0dWqjVOb7QxCOuHoCqAyxa\r\nxMjt+KAyW+CO/JaAFDUeTaNJGc02RUt2vrT/lyBiLfpK8EdRXtJHYfTFwGFM\r\nfnTyx1QCDOOULT0VGNyCNS2fr4mO5QwxL09eD0y/3wg21U82THXvYeRwUE6U\r\nN1/yr//Whu7vqIuGyYpGWLiyCoi/LLnueaY0S5LIbDG1VtjFTV5ku9WFJlh5\r\nldMUSO5gC9LS3VCDZ1g0ftzWa+DTFhFYHoxz7kBH9AO3H3gl56n/tZEKsfZF\r\nZOpPkPsbChgWPoOVffKU+2LgJUQolZ4BwTyMF2VhvT/hKMZxMJ7QA5uwArow\r\n7XYjgFsXnJErUVUJ3bgMy8FIO4ocTkibA9k=\r\n=Zfoq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.14.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.2.1","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.22","@hint/utils-tests-helpers":"^6.5.2","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.18_1662482410478_0.09229849243809629","host":"s3://npm-registry-packages"}},"3.0.19":{"name":"@hint/hint-button-type","version":"3.0.19","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.19","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8984c77efda61bf500424b1203cddf35171c1e77","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.19.tgz","fileCount":13,"integrity":"sha512-dpxhvyqQoXqbeqs4x1EKtOiys3YJqCMXJxkbYuNwnn43avQKh5QXXpIVsYN8LZeMwMBWVzarcoJ2MQfW1wGwaQ==","signatures":[{"sig":"MEUCIQDdqsC92riaXAPnaJTVPhkb/XHEzGuR3zaRo34KbPSA5wIgfGS/jKmpHWgR+fdfpnrPCJ8gOZnUE7ZkYrXN013P7dA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy/gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNgQ//eI2UACUzqwRjMWhj/E9GV/UrXGKrf3PQCymCdd06HiOgsYK+\r\nyqcxk9nilil6CQjHcibJZvkr6cuuLYiurrsOfa6LBRfZwl6Ax9m1VjDCEI+V\r\nlzf+Tmj1+WFkqnKmM/fUnYYqneHNZMoSmdN14eq39sMIN9ZK8PPYed8BfCmt\r\nRoS5An0JeB5I2r2NLWFU7wZz/9Y+l8wDz8Lwl5x+eCaasLHhl2g/kCt0KNdP\r\nFgZZiLdBUy+2ZNM0+ryen3HeP1BHnWaZ62lK/NIxpARhRGxW/upEJY0AOfm1\r\nQQi5nC23pVA2HNDqZgbxbFOBei012PxYeq8gJWAKpOGU7LLvR7kemPudsFFR\r\nzUFBMwcw9gnSmAJW+6rU/SOuu2KQElANBIBSsUqdCNXcPmRb8xd+1oGZ2afH\r\nuamhnZTYKx4FXJFc8t1j8VAEaJLGnfrFveXlYm0RdFnX4NUp06+EnZBuh9iP\r\nyb6cMXr9hfnCHJlBijham1ihD+eJAb57Lx5Cnk7yKw1McUQ5tny9KUpDDQdT\r\nZU6xXQBS/mIZT7dzmVczJ1dPG4kIrWQ8W1NabbLe24oHltgJ0dOsVuwR5aze\r\nC6KBYH2bd+8YzSbL/Jai8l4PhyiyclT5AU0YOf0f+L+DkMTtJUUSfF3NbsxS\r\nTKzH/Q8xOrYbz09hXIr7wSqh3I0U0iVMAkU=\r\n=1T2V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.14.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.2.2","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.23","@hint/utils-tests-helpers":"^6.5.3","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.19_1665085408286_0.4015790423518215","host":"s3://npm-registry-packages"}},"3.0.20":{"name":"@hint/hint-button-type","version":"3.0.20","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.20","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d4eb4c8055026ed15dff65361accf8e4dee44dc3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.20.tgz","fileCount":13,"integrity":"sha512-pV7fa65aQmF78uhW/Gx5pGYXVHmy55FedKaqvqj9hLpn0tSbAonRmihUyY3eW8kGMBsuPOWDh0C7kSKB7TKDmw==","signatures":[{"sig":"MEUCIQCEaVYz2AVSZr9ohs9OgCIAzB8rJfoA+fO3cfFmZuIA5AIgetq0Ts/XZZtbdfGyTZ4Us6OGb6m+Bw9l3fJNEbl1eTY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE50IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfFQ//azk46S/pVtOWxuyuBddZqMhdo7KNBWsoKhCPAySAugKWIF2k\r\nBW4rmmbcUfoA0XI07CDByg5kwRhjnOp0A8FgJZafA6EA4mnWkH6Knnl3tkyF\r\nbS1le5iOC6uQrwG9ky7UeLceRiPo+yDte7hXOIpQ07SeNIwLQMFbfgALkXLU\r\npm2yi2aTo7lsnhu+I+bIBPOPqW/SQZMDj/LLr/ql4UGXmETvi5j+nKwQiO12\r\nIDru+8Q5QmNEImnFany7PIcwTyyxRomKgaFblmrpeDxyApkcHy65orozgkR1\r\nPDdnlKshKFkNcZ72pMJjQZdxHpriXURuuocy7z56Q0kCgB2VOzeaE57ILlFF\r\nM3Y2Yph5ODTagGuKQ5RjIn3ncoqtqmlxhMDoz47jbmNGuLqSdZR0w2of4Jyp\r\nq0zr5DOW3cE59phhRk6Ss1/Ux/4paTnu+TUXDDWE9cm2UNC/wYIReauAb4rs\r\nyFr53ArkkbR2pmxuywae4ryPW4HC3/h7YHnB2hoc1Rc2s+/wCJ22VYpsYneI\r\nvU+rltfO6vy7r007wyfcYIAbAOL4T1GP9t6iqTttEwQ07u4DfohmrghEeaCY\r\nJpeHhFwunnZkQ2Ng8sy2ngyHv+FliDN8UvvolJyCwQv+0YPO26qoVUt1Pi+q\r\nBYO3Ou2IZvUB9lGtAeelCPe1ww/oVvGsqxA=\r\n=GrID\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.14.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.2.3","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.24","@hint/utils-tests-helpers":"^6.5.4","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.20_1679006983980_0.7695619249391585","host":"s3://npm-registry-packages"}},"3.0.21":{"name":"@hint/hint-button-type","version":"3.0.21","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.21","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"a6475a4ef2ab619c99c968e558264ba9cf13f318","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.21.tgz","fileCount":13,"integrity":"sha512-Kn0Pd6F/yeiziPEERZDUDlcXFv6BaxAg20VfNGlpwLER9w+9AQZVCwq/Brpz+6CaDsS0aBInzxhvQlPhckx6RQ==","signatures":[{"sig":"MEUCIA1nZ4JJrMDCX5ugKykg3HYjq0sviwMR7zkB0TtETpacAiEAmHuAHVLeanVub+o0fSKr6nTHLsKBEj1wjwj8F+mCM8E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20459},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.14.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.15","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.2.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.25","@hint/utils-tests-helpers":"^6.5.5","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.21_1686328030944_0.03347457873013493","host":"s3://npm-registry-packages"}},"3.0.22":{"name":"@hint/hint-button-type","version":"3.0.22","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","_id":"@hint/hint-button-type@3.0.22","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"93d9c1cbacaaf901b145060b742b1fc0caa235f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.22.tgz","fileCount":13,"integrity":"sha512-P7NGayKsiQiHOHLSl1tNXEqdVUYFYsoxDoVfqU0/C2TIVmQiLqne3YLIoRK1iUaCmAQyFbcKmLPoBUb7z7Jy9Q==","signatures":[{"sig":"MEUCIQCiVDOd4NhkBb3MJ6mmFcxZMsUXWmWnbmaUD4ez+EJ0tQIgS9NWgLtvXvKCsMWSOYpHt1HWmnxC7nSxquqCu0yxvLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20459},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","scripts":{"i18n":"node ../../scripts/create-i18n.js","init":"npm install && npm run build","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-button-type"},"_npmVersion":"8.14.0","description":"Check if button has type attribute set","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.15","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@hint/utils-dom":"^2.2.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.26","@hint/utils-tests-helpers":"^6.5.6","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-button-type_3.0.22_1687907315489_0.46835259635496906","host":"s3://npm-registry-packages"}},"3.0.23":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.11","@hint/utils-i18n":"^1.0.15","@hint/utils-types":"^1.2.1"},"description":"Check if button has type attribute set","devDependencies":{"@hint/utils-create-server":"^3.4.27","@hint/utils-dom":"^2.2.4","@hint/utils-tests-helpers":"^6.5.7","@types/node":"^20.1.1","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^5.0.0","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["hint","hint","button-type","button-type-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-button-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-button-type","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","init":"npm install && npm run build","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.0.23","_id":"@hint/hint-button-type@3.0.23","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/hint.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-HzyTIktrpmH8q/IKB+NXkwHvDQOaSR/OWSYWfX5rwIlaBir60XeLW40ndkmTHFYxn+uqnNnXWa7nC5QF+dVV+w==","shasum":"a97b214df7fa689f82c765ae3ba1077ce8e558aa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-button-type/-/hint-button-type-3.0.23.tgz","fileCount":13,"unpackedSize":20459,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDo08ufQWMCQR0DlTwaZ0cjALwYb9eJjt47aeB7feK22QIgAtm8g+wK0WmO3Cp0o9pla7RQp7PK94icXzzhVaYMAaE="}]},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-button-type_3.0.23_1724949327277_0.930854287925539"},"_hasShrinkwrap":false}},"name":"@hint/hint-button-type","time":{"created":"2019-01-16T00:34:58.018Z","modified":"2024-08-29T16:35:27.911Z","1.0.0":"2019-01-16T00:34:58.256Z","1.0.1":"2019-01-17T21:15:07.201Z","2.0.0":"2019-02-07T22:38:12.305Z","2.0.1":"2019-02-22T00:16:09.751Z","2.1.0":"2019-05-15T02:48:37.509Z","2.1.1":"2019-05-15T04:17:43.624Z","2.1.2":"2019-05-23T15:48:14.613Z","2.2.0":"2019-07-23T16:30:30.780Z","2.2.1":"2019-07-24T21:17:57.865Z","2.2.2":"2019-07-30T19:28:59.905Z","2.2.3":"2019-08-06T20:40:13.853Z","2.2.4":"2019-08-16T02:37:46.535Z","2.2.5":"2019-08-29T15:52:24.884Z","2.2.6":"2019-09-11T22:29:58.516Z","2.2.7":"2019-09-19T18:31:14.174Z","2.2.8":"2019-09-24T19:29:40.939Z","2.2.9":"2019-09-26T21:18:18.939Z","2.2.10":"2019-10-16T19:43:34.471Z","2.2.11":"2019-10-29T22:28:36.981Z","2.3.0":"2019-12-03T01:00:59.701Z","2.3.1":"2019-12-05T00:21:20.811Z","2.3.2":"2020-03-18T21:54:21.351Z","2.3.3":"2020-04-15T19:17:49.423Z","3.0.0":"2020-05-18T22:14:51.704Z","3.0.1":"2020-07-27T20:36:18.817Z","3.0.2":"2020-08-24T21:54:54.390Z","3.0.3":"2020-11-11T20:41:04.142Z","3.0.4":"2021-02-04T19:28:49.678Z","3.0.5":"2021-02-06T00:41:02.507Z","3.0.6":"2021-06-09T19:09:52.480Z","3.0.7":"2021-10-21T16:19:28.399Z","3.0.8":"2021-10-29T19:56:28.775Z","3.0.9":"2021-11-04T18:29:09.752Z","3.0.10":"2021-11-15T20:08:41.665Z","3.0.11":"2022-03-10T18:40:49.311Z","3.0.12":"2022-04-26T22:10:36.856Z","3.0.13":"2022-05-04T01:43:10.847Z","3.0.14":"2022-06-06T22:27:09.606Z","3.0.15":"2022-06-13T20:39:00.894Z","3.0.16":"2022-07-08T15:58:19.472Z","3.0.17":"2022-07-22T22:59:12.603Z","3.0.18":"2022-09-06T16:40:10.667Z","3.0.19":"2022-10-06T19:43:28.445Z","3.0.20":"2023-03-16T22:49:44.191Z","3.0.21":"2023-06-09T16:27:11.114Z","3.0.22":"2023-06-27T23:08:35.664Z","3.0.23":"2024-08-29T16:35:27.531Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}