{"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","compat-api","compat-api-hint"],"dist-tags":{"latest":"4.5.8"},"description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","readme":"# Compatibility of CSS, HTML and JavaScript features (`compat-api`)\n\n`compat api` contains hints to check if your CSS, HTML, and JavaScript\nhave deprecated or not broadly supported features.\n\n## Why is this important?\n\nYou need to know if all the properties that you are using in your files\nare compatible with the target browsers that you want to support.\n\n## Hints\n\n* [compat-api/css][compat-api-css]\n* [compat-api/html][compat-api-html]\n\n## How to use these hints?\n\nThis package is installed automatically by webhint:\n\n```bash\nnpm install hint --save-dev\n```\n\nTo use it, activate it via the [`.hintrc`][hintrc] configuration file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [...],\n    \"hints\": {\n        \"compat-api/css\": \"error\",\n        \"compat-api/html\": \"error\",\n        ...\n    },\n    \"parsers\": [...],\n    ...\n}\n```\n\n**Note**: The recommended way of running webhint is as a `devDependency` of\nyour project.\n\n<!-- Link labels: -->\n\n[compat-api-css]: https://github.com/webhintio/hint/blob/HEAD/packages/hint-compat-api/docs/css.md\n[compat-api-html]: https://github.com/webhintio/hint/blob/HEAD/packages/hint-compat-api/docs/html.md\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n[npm docs]: https://docs.npmjs.com/cli/install\n","repository":{"directory":"packages/hint-compat-api","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-compat-api","version":"1.0.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@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":"8aa0ee495da4a50a1397cb155ac68702ce35d88b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-1.0.0.tgz","fileCount":38,"integrity":"sha512-LjAKZMcM+a17Sg+O1FxetLXlVFGkFWNaruyEN/JDy5JGd1Iex2KvEDEJo1xYdHv0Z2NzdM5CzhCmsKINydJd8Q==","signatures":[{"sig":"MEQCIAc8B12n6UIvuDwtrFPA+00MyiL+OSfVSu35ogHD73gPAiAGDXnIW8Iu1UR68CV1he5aqYdehwdLkEkVgj2ZifiBzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLREnCRA9TVsSAnZWagAAR/kP/RK3vUNtb+NWPGjswD0e\nz7aIPa1pnQLX1f3jWApocqfXAK6ffbjUwpXHfXtlYbjDYLxn8KZGPXTU/yls\nm4NGhCDVMdH5HKTPAeOib6SjCGYenxYX1A5jPmPYYNuB6G8J+zyTp093AepA\nyjmRc8pKPBuTMMvDGc/Y29rHHWtqUNSKQ1DmynIHQzF8E4uuO1quHbO/tulN\nzIYCC7FSINBbXqDRt7FM/A2wHK4jBC1GwbzOD9zn1MK841/ItqHMAAseIG+i\nzsQfHOPEfht2o6qPc/5LmJ027y/W+vz9TuIHMzE/Yg6xoqkXPWp5IQRVvUVG\ndhk3Qs34V1zq+XxPi/+yt7a7sqg2iTSeFpi601GmkxVbPVT8tHLfc0oUpqxV\nxlFTXcw9JK9woYT/iZRn/EgKRMUtOjNLQun1KocX2+3k6eruwcNVE+N5yV71\nljrKHViC102gxteUw6YniNJ5/lbUVSYRrDAX9gs7IxmK2hliCxNrcJw5AY6k\neZZV3r2YQgLW2sKwmMCU21DuoQv+NNxUh0yT3Apeo5aRv0O+pPtSvFDyZDvo\nVhvzcOY20LxzllzIAoQ8tzWZ8BwYGHzheKWWjZMTKgLMQqa0FlowT6zR1OkQ\nYBzsBFBf8ibOi2ZtgfFMw7EozJdP7a9udCwFGxC6qe7yFnvJdnlaYqd9gs8P\nHRJq\r\n=gQty\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"11.3.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.2","eslint":"^5.11.1","rimraf":"^2.6.2","typescript":"^3.2.2","@types/node":"8.0.14","npm-run-all":"^4.1.5","@types/debug":"0.0.31","npm-link-check":"^3.0.0","@hint/parser-css":"^2.0.3","markdownlint-cli":"^0.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","mdn-browser-compat-data":"0.0.61","eslint-plugin-typescript":"^0.14.0","typescript-eslint-parser":"^21.0.2","@hint/utils-tests-helpers":"^2.0.3"},"peerDependencies":{"hint":"^4.1.2","@hint/parser-css":"^2.0.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_1.0.0_1546457382395_0.19736107448264684","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/hint-compat-api","version":"2.0.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@2.0.0","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":"70d378824696fbe0df344e663427d1b88cc72298","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-2.0.0.tgz","fileCount":54,"integrity":"sha512-FQzmOkY3r6Y8aoAInc1YIawyx02IHwzYaYlwPnhnOeKe7vBG4lcOuvbAokS+kkymsR4s3PbSwGVJDigrdRP0ag==","signatures":[{"sig":"MEQCIEwn7qRvVQ0B1GTB89GbmmdmUGdlwvAC12WPqTsiSyspAiBQU5h31QWJlUgxXszaK7IhUHAQCPCSdoAgz6kmzzxMCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPlY2CRA9TVsSAnZWagAAtbgP/RMxa2MrARGeHMCOX5Dc\ntZ9FhNe7N1JW/Vona60W8GjDd3gHG3e6XxDn17LTH9EiwT0zt7vJU2F3Pfg5\n6mkAuWdoSK25IluJnl6GT/arXuSQ4aogmVxrzHEzkXQLCrloqNUXJ1qQFh0d\nY41Ba5tnAhZiC1MFQH9ZbfGDyDOZzh44Ey5IWUzaingmD/qA/+HkZtURKZFa\nt0udOhef5plkB/v07G5GnPoNlKkaBV8PRqsOfmW4U/hR8JAM2lGw1m+arRPB\nvYhGYYfCQS4tAoGZQ25QCf9nxPr0H7ztHx4JR7om1h+CHF4ATjnl9G8+Pi7R\ndSvJMOcyA+NElBuIPSu8zELJPxjkE/ZEE3dpSO7TNs2EOyRBZm1ZAwi4SjnC\nN48T9+5ahzCEoomI4UdzHsTg5nHYtIdaqPie/jpu+6qpif2q34d50oGflhmP\nZdy+EGOoOoxmoCvqPsMQ/D9aSs3ImTzkbxobLOcrr0eXoHIroVjBWLIvMZRu\nTfZKFlBAJReHORlSdeDq5lRT3OTomWRrXCy0srQA4k1vFjQ/o0kMUcTIPnCJ\nE5GBNbiY1yERmUdi9X9LRVoe9z6H38tIOLMos90vfDW/v+F5votZ3Wqc7Nxq\nWnYK+POhdsCR5njStyLfLAw2v7WdukzegoA4UtKFroZFEj10Zj1B7Qph7r2q\n8ZwS\r\n=NuhA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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.12.0","rimraf":"^2.6.3","postcss":"^7.0.13","typescript":"^3.2.2","@types/node":"8.0.14","npm-run-all":"^4.1.5","@types/debug":"0.0.31","npm-link-check":"^3.0.0","@hint/parser-css":"^2.0.3","markdownlint-cli":"^0.13.0","eslint-plugin-markdown":"^1.0.0","mdn-browser-compat-data":"0.0.61","eslint-plugin-typescript":"^0.14.0","typescript-eslint-parser":"^21.0.2","@hint/utils-tests-helpers":"^2.0.3"},"peerDependencies":{"hint":"^4.3.0","@hint/parser-css":"^2.0.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_2.0.0_1547589173474_0.036061155863904126","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@hint/hint-compat-api","version":"2.0.1","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@2.0.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"897914e746260ec60b8e31c1e57aa0b99c2c41fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-2.0.1.tgz","fileCount":54,"integrity":"sha512-ZOXmKxmR08k2bY0uvV1jj6ihuLXN6Qb/D5ej3C94/yA4OkBucYl0SymHdRZED0WwvhfhGoF6N1U5QU3DmNHAPA==","signatures":[{"sig":"MEQCIHkLtMRknBRZQQMSE+pIm0xZDizZJGXC2OiWOs8iwoaMAiBXKgQuhbH3guB7XP1Hwm679432UIdf84+OrynhaNJLAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQPEUCRA9TVsSAnZWagAAlj0P/29AU0/nUOjY5jw/25+g\noJ7ubXU5lQyFQWWvDUZCbMGA9P5ilBIwhnKuyxhLaRmclOzVGtRpUfxOejCa\nGrBbk0Q7tKtve0EgFvPGKtZeto8q7vvT3byn+OMjSDGXecVL09ZzORpPRGw1\nUzXAWz1BIOqBgQQ9Lux8Hk3lEJfk0iUVmjr2A0D38150SuctDyVrbEQwH38v\n1yzxohMYeBQfMDR2w4HllNTzPZ8xZuqhIMACmcx65xTYJf6wG8XK9E0tdkNm\n3AGW3Hp8bmPT3OYvl+OqhwHPoq3TAVljv/r03Wwh8ekf0oJk7tbWXiHkMXFC\ntc2Xo++tAB4o3ESCDstFD0XS6RxvTStpdtXmQjKa+xYNsFJ6G44cHnGPOlIv\nIIJ3jkGramPsPjgVhZywKKmtCtdcVDQEMj7mKiYDugq9tQC6FyoQvjH78AxI\ndq3KxwgM1BnJ3XEw69V9TkpafOJ339mQiWaNi8BFlb41LEII7XpgrPRXcsYs\nh3SNmGfOLMtGi5o1ag6IMQIYIJ0qIUEp/57I5dUxdVi4OkXuGZQ2G6EBJjSB\nKVZgd0fpsr892RjM0iK9TCPBNrM+Ef0EErNKppCTfXj/aIUyix12zzo2pK3C\n/ZmSIWDeMDLAFPskOUfW/bNoUdPcnG7gebbkUJzxs74gVlgqT8BmRKH+3hqI\nhwAq\r\n=92IW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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.12.0","rimraf":"^2.6.3","postcss":"^7.0.13","typescript":"^3.2.2","@types/node":"8.0.14","npm-run-all":"^4.1.5","@types/debug":"0.0.31","npm-link-check":"^3.0.0","@hint/parser-css":"^2.0.3","markdownlint-cli":"^0.13.0","eslint-plugin-markdown":"^1.0.0","mdn-browser-compat-data":"0.0.61","eslint-plugin-typescript":"^0.14.0","typescript-eslint-parser":"^21.0.2","@hint/utils-tests-helpers":"^2.0.3"},"peerDependencies":{"hint":"^4.3.1","@hint/parser-css":"^2.0.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_2.0.1_1547759891180_0.9990869629874726","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@hint/hint-compat-api","version":"2.1.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@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":"6e5b86cdd44f85fed5e9dacdb308aa2950112695","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-2.1.0.tgz","fileCount":83,"integrity":"sha512-NGqrC2a2GB6jG4sJdLpSZIBXSq4drdHliMMbwYDgQisOlJWo++Qn8BqTPuMhKH0pAfz0hu7LA3ujAKy7+tU6EQ==","signatures":[{"sig":"MEUCIFoeVj8SiHLspbFQnzKJsmlZ7SfLY57Dz3ZSwqdTsZpCAiEAlGmwiFLoqJ2wP0L+kArZe7RpRvexycSZF0F5tkfxlIk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXLbmCRA9TVsSAnZWagAAvrcQAJ3G6fniU/Ww6AbrKv8Y\n6Kd8yqzTN3vbtRCP0n6iU97NUdOuJcCjQJK6QaLFgldgZM86ZbmjQTKSo9WE\nfYe1jmxpYYDk7AYIkxFK7De7SfJKv021LqzowS1VOhSp1GtjG+hhjpF7WOQ0\nPCBVeWkQuZprzhTEO+kDY4pPk0+JYbYoASYu3kG1uWcJ/6E9AlisEVoP0WW4\niCKnHUvZHN57BZR1yzvKCFnRhj8D64no4t3hfsUPe4DGMPs9J58ElScVi3D5\nNO0ZzqW1NdcMka/6eOHLJzUY6j5ByQzNmm7v3nBuLemcRUyH7TPa3xmD15bd\nADDn7WwbULWPsk6q4Qg1zUMUpQSVhXriFtPz7cfT46Z00UKjL30S1LtT5U/2\nxDArgRV+7Vj99lv8/ZUw1yjx8ULy7/Mz+RX0I4GHblRzHLlIFglxQFMynhqj\nXufH/ce77x9QqZmMQZzf8ISnDGUsJI3sdDCOIiHjyO3BKcZJfHoTHcGcnNBK\nCEIMaHlBkY5dmw1u6lXqtjbXElQRveHfn4MenBYexO/UJTK+GL+Tk3A9RMIF\nNGj6p7HotImXSFdxolIfMNsButY8ijCjyqtC8XguTJ0OnMcUXXLPkqExEmtx\nZuvT5h025f6c3AgfqrdhIvIJSTmmlHZU7tKBBlLucNNFNFIcwbHvhDSuNCF1\nv22P\r\n=G0Dh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"11.2.0","dependencies":{"mdn-browser-compat-data":"^0.0.66"},"_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","postcss":"^7.0.14","typescript":"^3.3.1","@types/node":"8.0.14","npm-run-all":"^4.1.5","@types/debug":"0.0.31","npm-link-check":"^3.0.0","@hint/parser-css":"^2.0.4","markdownlint-cli":"^0.13.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"^0.14.0","typescript-eslint-parser":"^22.0.0","@hint/utils-tests-helpers":"^3.0.0"},"peerDependencies":{"hint":"^4.4.0","@hint/parser-css":"^2.0.4"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_2.1.0_1549580005415_0.4882191837644172","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@hint/hint-compat-api","version":"2.1.1","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@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":"a13d785ca81ffe6bae0db59f86fc9bec7ae3e877","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-2.1.1.tgz","fileCount":83,"integrity":"sha512-wEhyH/5ur8RdVpPxjaaU1pzHVliEHBAEPUC48+qkO5szW9qupdc60O2w3r64SS6Uv4wqetAWEgCmrcFLgrKbbA==","signatures":[{"sig":"MEUCID0UlGrKrfXeX48xh2hufTJ5s1QlQDkE75MPYP0fkyvHAiEA+pQHgms3FzFXdF+ECTa1/UH03Y7+LvsquO+BWiSXxd0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87927,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcb0CyCRA9TVsSAnZWagAAXycP/j1GRcYyKskJGEItl8Gy\nbGOxj7JSj968G42/EiWORYhWjHPdsxF/CdJxUoFwhx8N8gd8u49MzZdsR2xx\nF6XS23WBA23fsQR8i0QHWeW58cJjzbCxvzLg9tobYQRPklqgOIsQPyuXNc2R\nnAU/fbg6sFQjC62gfp2h3D3xEh+eQV/nKVCZz7IstidATaRpC1CpE/1KkZ/c\nqJOW1nllMvBya5aikXcY1SZdftou56pczyzXaQ5JDEn6FdXW9cce8uxBdpk7\nv0AiwdvmU4+Awpnx96lUYETAIFmA1lVg0nmvYOI/ulqqzV9BSw6cCUM3RE4l\nuiVwYm28E4zw4hkjvVhyoPer8szhpnQXzNud9V/xi6dLR80Q50g9XmFGWtc5\nInt+jLzIGZ/EQMC9Ja8A1CwggjsyYT3/rzEVRc2wxwy/RFceMqWBHuz2y0zw\njzC/XZTgkLclOShad4B3VfDiFcqOfKX4QR4o3tta02W1xoVKKTIuIsR2Cgpd\nLhU25jg23dPE1JB3GThwv0i/BIwghDFAFqNPDHt/hgFUVh0jB528nNNkn9cn\ncbe7E48jDMFn+A9b6axEo+LO0kmEVjbebbNIJ5LWRWUmpcV/LC+UT4/tiJu7\nzfMXyC04JEvySydwWv7dZd8ab9s2TclFvBy2KEQObNjjdE9hzt/+wOKyxxCp\nobsa\r\n=jPM1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"11.9.0","dependencies":{"mdn-browser-compat-data":"^0.0.67"},"_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","postcss":"^7.0.14","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","@hint/parser-css":"^2.0.4","markdownlint-cli":"^0.13.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^3.0.0","@typescript-eslint/parser":"1.4.0","@typescript-eslint/eslint-plugin":"^1.4.0"},"peerDependencies":{"hint":"^4.4.1","@hint/parser-css":"^2.0.4"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_2.1.1_1550794930073_0.8074688292954437","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@hint/hint-compat-api","version":"3.0.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@3.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ed421ea26f0bf5160fe0d90f8d070a9cf06731e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-3.0.0.tgz","fileCount":86,"integrity":"sha512-XYT3iQg+/Khgj0y9H1IbA6n9RZa/o69uzyd54l5z4CQaX1UB7fhHhxYOiYetO5MaJGvTL7qy0OUQb1Ad27+ZmQ==","signatures":[{"sig":"MEUCIQC8Cvpfip7xb5alIdtyaD+u2DB+7cVp6J0w4vdsrq7oNAIgfyO7Mf2tlo0nRJtkO2B3IY5TOro+AlO9eTZfg8KeAFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":107136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc234VCRA9TVsSAnZWagAAF00P/3Slf1x4EmWi9yQOMicm\nu2sTSS8rwi/JWdnAKp85zT7hzLFPWoTTxwA41bfjOucjalvWavkRKI8LwLHm\n2CffpcGkMxCUkpToXVRmgYIgedB5zKuY4QsLAhQ2T22JDHRvqXpc8zm1C4w6\nvMVpICTC2THbg0EoJZoUxkBXikIqbYST8FWlJEIk/1Lda+LWmr55gagVDAnC\no7qDaklB/VgXJUrnrw1MeofYGJuN57li4zxZB84Jz1OYcHYj1cAWWGMFEeCr\nqm+nvT6nnXQwKEwLvT2TJ/kdsQc2ElKxPD5oaHujB2qiJiS2t/Ji7CjqGlKj\n4tnxleCtfrl+ADBU5welt7nwXWyZA+OOS4hh8qJgVEuagJnOYQxSoZtkp+sP\nqgDGpfsmqU4SWEnUc4KTJeFqUHVwSaIvvo/2WbzHG35mGfb/deSCFSKoEOFs\ntmB/4TRQxtFD49AiT4+jksdPWWaTl7yUYq2xtr0mgmXh5x7/l3IsaeebOEem\njsDnuLEdDuBBN8nlU9YQ0AkDLaJGZWO/TJVVuVO9QX12uNPDzth3mwMdWyoH\n1FVGcafIEJfSUamFt3P9K+yqkPOAqA8IpsEao0MPENWswYr1RT8GcXScULfW\n7iIwmG7UEYU2QDZQlfBnhKqSeVvDvHqln04q7MgNVO218QeNeJCgcPlaWA68\nwdWH\r\n=+udo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","postcss":"^7.0.16","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","@hint/parser-css":"^3.0.0","markdownlint-cli":"^0.15.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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_3.0.0_1557888533176_0.8716976304212669","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@hint/hint-compat-api","version":"3.0.1","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@3.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"bc99c5ce9f8ea8370aaffa57d7a7c9151a613a9f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-3.0.1.tgz","fileCount":86,"integrity":"sha512-LTzgNKMcHC9Mm8C3e/M0RqRW4Edem3PzR1aNi4HRCV1PtNpDsXBzj2hoKT2x+pKHWG8tt9Z0n1bp97VYqqRJqg==","signatures":[{"sig":"MEUCIQC/Uo4rz5Q4EBe1n6+YpFKF2uFEV18MF3oCylgID5cv7gIgbtiZjMmiZyYG/Yff0W5VB+5GprUYt+84T0+LCbAa2eo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":107136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc25L6CRA9TVsSAnZWagAA8UoP/1FeQF7WItAFf91oN+xr\n/D5zFO4zJW0iZc8hbnu3rUpwu4WRvq57lp6tRTx6T/UrF9g/jBFFd8QU3vXS\n8LFAwyWcyag1y7MTNThXiix6rU/3ZCkDhZu2XwC8QcSBsw203bVvEmVWtCie\nkwxPr/tNEHyELq3yJ7fq9BM2fNGGFzH0k7d7YX7Rnc1Duw+WXiFEc2pwX2VY\nMey1s3Vsbc9jqsgOt3ca6Xe4G231fSoY4NtDj4rq6VTr8tWQHkJ0M2lLL8QL\nRswT4h1qaXjvSMl16achKec7wHNYhX6GkzDij6Cvn6aVANrmFZm5x8lPoz5j\nQnE3Ts7KF/tK3v368QEimQKqGkTgQLLrePQSmx/dSqvW/MFooZ9xb7WbnK4h\nBhgQswJcZdUR5qxeaTzGZuKREu0Llqrrsu0Y3wELGjcfN/A51OEQD+lKKysf\nooIiTqiQfr1Z0oWg+OGQi8ZUS2F2VvQcs+2F2Dw0e8GKsvN7zAbPnIrezEfr\nPrY5Abd7iYeOhtbWBmNtSSBvgtFVfny/d0KG+8TYZA6U0GN7d2vwNypvnYbK\n8E4oMs2lC17f4C1nIpkJ0DveQVzN23y/xva8NdukYOQz6CqQqaw+qzwUwNp4\nfSLpy4kuekTsxdZ7XjvkGuarlNKGwXh+PWyUjuOa1yM6ngy/NIdOmWBLc0lM\n2nVL\r\n=cS7c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","postcss":"^7.0.16","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","@hint/parser-css":"^3.0.0","markdownlint-cli":"^0.15.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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_3.0.1_1557893881442_0.4554991137029676","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@hint/hint-compat-api","version":"3.0.2","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@3.0.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"0d7c3b979d71550d1155f65a9362dd4232a17b0f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-3.0.2.tgz","fileCount":86,"integrity":"sha512-gaqQZM10rqGDjGA0Jkcft/yxp4+HGO1A92Qa9PslYplaZnCaDsuhRwv/AgB5Gqtu8ZaU3rKymaUG75U9RNkGjQ==","signatures":[{"sig":"MEUCIQDm46Q4BzSlKtAUbNb9FEc3gN6EGOvtZaFsoTf1MQz5agIgJXpr8eKKzpImUFK+GEt74/H5wGLPKgOe6o3FZEgEIgY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":107719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sCzCRA9TVsSAnZWagAAz3EP/AhSNa1EWHKyDFU7Rwrz\n3999sJloKswrmv/CBVyiySYGaIgTgfZKJQZHKjzjgIFbIFV/XVtZry8qzPug\nT9Dcmqg43fgVBNqTgp7maU4wei1/dYT6LHI0OTwezu6ODQwptz1VKeA80pE9\n2pRknpKsLbH9gVY6EuH1PLkiFLhenjmGOyTNBvUtURBRUpYQviI6xQ8T8WGJ\n9eaO3XkcIJ5OkDuuLKJ18M5Nm/lY/0amM+WBag2VZMxL1moM1Zfdxh5kaqSZ\nvXgR/5pL66vedzr6lXMcbFnFVyKpf5/TXwN1ib31UkjUd4cyu2D32OZzxJnZ\n26W4tOdEqrW16AYb/Gf5Wda5J4dqhjWmbHR8rLr5S35K/qgq4NZkAwuhyaYs\nqCOLaVU5Z+H2JOUobTPUtzU+8EADRo2XplnCBZVt+Gzk9EExTK1vK4RFxrSe\nf0YrouoH1oIFjFCBNeHJIe2On3nSXNHPd3EoRAg736DYZnnvB596ag2GzvbH\nHdL2oABUlVVfqSaa7/rudUASC4xpnSOCV8Tp6ZAPH1gUvS7gosI3L/aUMqqW\nLCgZoBb4v49ZLQbyjWThz16t8kZJakNzPtcHvfpE4JsHyg9U8wSr4STcgUkW\na6M0FMjGQWaHpLdmkWBTNcy0/gSGMya9Q9Cmhis+KHD9Z/GpmVRd0LFszUAG\ntlMm\r\n=QVFh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","postcss":"^7.0.16","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","@hint/parser-css":"^3.0.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2","@hint/parser-css":"^3.0.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_3.0.2_1558626483355_0.35654001950591563","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@hint/hint-compat-api","version":"4.0.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ba94ed8bda619cdbfb7aad23d9972071bd67eed2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.0.0.tgz","fileCount":39,"integrity":"sha512-Yu87mBHjfg0ZPLPnmLNRo/yixLBicPanS6R+aAbv8GVZ/a41e4CG0aFpRc3flTYzm4cwahIoT7up7wcKJAwlEw==","signatures":[{"sig":"MEYCIQCIlPo+8OQhS+khZo0gC2FRp7oBPVHIelsfwCAFp/cH8gIhAMgtlAfweu9/+yxXYl+zp88WDg02PDI2ZG6tyfsYo6gC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60444,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzYxCRA9TVsSAnZWagAApHMQAI3MN52zNe9VTOf4aX86\ndG9fq1erl3sXg/PyyCKpC6+2G9SuulEGnKwUibqjFyi/OOfRWHib+LJKK+Hr\nnfzx0Tyr/Ih0nngqPNae3qnkUykTpfPhcUppFB86I2m8ELJFX02qpvHHJHm8\n83u/ftJTtjjqX3rJssqNCyi3yvzlr/orcbbPh3yMQxZcMQtfexDAqE2oSLKj\npUyadceL1pojNnNk+RQwvF3WQ6dMCXty6aZkKFEnYFFIbhiJhO/nixQ+xq/3\nXfPmkMHOIT1VPGxs1RPZHWGBZ1raMQ1f8XOY3b9zgx5PWdZ3z9Mv02ZhuIlc\nwAPAn2gQQ4P1lSjwxHGhYzvUkpuXXi+7brVPXgLEgnQU0lw8W3keO4kmwDjk\nZxzN9ZEYHHRM1FkKiecdlTiq+/yQexTFLlYxBs5K366HJRIQK25wk37j7QQh\nRuuE17h8etQFyFt5MzBu3eAmeduhXae2bEyfMkQy/nQ3oPyhzWlG1aFhoAGl\nMpNNEKKslwPfiJUYgV9Pu8kEP82mKJE0we/ySPMdy7xVekIMa+6SjFQS6qZz\nj7YkuAUS5x5v0OZPltzNbG+lUuku0W3sFDo5dJwAZy8Ke9NgavltOhPHM4Ch\n4dlbZE/XZi9FcJhgkru2eofyu8fvC4YpAh9t96ma+/qwH3TMqw0M3qht18b9\n/U94\r\n=LUlt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","semver":"^6.2.0","postcss":"^7.0.17","typescript":"^3.5.1","@hint/utils":"^3.0.0","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","@hint/parser-css":"^3.0.3","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0","@hint/parser-css":"^3.0.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.0.0_1563899440902_0.24000557754588114","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"@hint/hint-compat-api","version":"4.0.1","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"cd33da0b878571756eabea9ec6c030a8dd1d2569","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.0.1.tgz","fileCount":39,"integrity":"sha512-PRhFO/Gvc3FfzpT/gCwQsRQekIsWpYkwBJfL4ywj4xGQgnthQinQouv8FKGK0vGbaM+H8JgI3JGiHzRfHk6Sow==","signatures":[{"sig":"MEUCIQCaCftqWiHQ/Iq726zNQ9JVYfkEvlFxdynUP84iYoZVzAIgWG8B3nVPb6UVham4agOsAcz3mSDYd5hWiZAJFLM0tJI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMsBCRA9TVsSAnZWagAAH0sP/3SbMaLmpyGHk8hgcugh\n96MrvGYiVUXJ78jzEId8G/AYXr0qGRIqQqg02sODQc3H416L2IwabfM/HQFg\nPUnfncbApNwM0vYZelbrDsLgu/WtuVHUQRuVcAxRvjR8aEm6eXc5+M76X+R+\nX3P3mJ4g73Ci6mbuRJVtkBxQrX0TuFIr7lpGsn5Hyizj6ZtGNmkiCrB8TXOW\nFFwGubw7FWkkd+UnzA4JGOIsgc/SDo13p3TLKhfu3s2kRG5t51jII7jgrJWu\nCQw8Et3dXJdg252Mlqrd+hBGnIcpVGaqfgkVBcN4GH+Ofao61ks7G/Kyauuv\n8zlQbMmy2oA/TSq0s66lmO/Y6F3e8boeqIqu4r/rYMSzH/lYgp8915OBsOMY\nk8G2i7hE8CwOEfuJ4ysok9LJ+CRq1ix4Zp3b4ngiSblp/4aV58a9pR5v3uCr\nwmsekYLbhjglOIQh7xj7tn9LvlHspq7vpYJmwXSn9aJk+f1XKTOTLB6gzPlS\n7QCr7Sw8VqAL0tZsMhxYPpcy8l5s1IkOoMK/SHx7QnBDisEYCx0SiLXac0By\npj6cOrkFh0t6he5hn6lXxG9iHhnEuPdcb2DdcrN0mSdRc1Lp0dPBwcxxa0JR\nKMU06+0Z/zdX2EmH1oAO68z3AU5EM49PgKZ3akMiz7UXsnbZObwg1poL7VYY\no/Qk\r\n=cz0X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","semver":"^6.2.0","postcss":"^7.0.17","typescript":"^3.5.1","@hint/utils":"^3.1.0","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","@hint/parser-css":"^3.0.3","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0","@hint/parser-css":"^3.0.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.0.1_1564003073301_0.2880451125371697","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"@hint/hint-compat-api","version":"4.0.2","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.0.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"580b214f0be1bd8ed79f5e2bfe2842cd1c67a303","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.0.2.tgz","fileCount":39,"integrity":"sha512-z53fVQwuK9MTf8rZmmYMv5WodI9a3cPrg+C9c+MQDLeWItvb2LJhQCymgRGeDVJW+VhOJMJu0Brm3Lchtegndg==","signatures":[{"sig":"MEQCIEWZabt5NyAzzbX7O8fZb1YrIIHtygvaQtR6i0dFR0uJAiA3eB6bg87kEk0MkjH7WGNmCms+S8q6zzyiMP7W03LfVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJqACRA9TVsSAnZWagAAFaYP/15DW5axesdfMwxOk6jD\nx99pEIqyI4hzPVrxRvrJ1yRiC5p5i+dNLyRMMB4dejxICUDMQ2VHCfzPYx+g\nnFEikTNQRnNgvCX75RF9CkICRNpzAO7YDahcOb13iyA8FmxRf9/2UE7XNDr4\nt7sYUIHKAxCEl0n9n/opNbURLaCAy8xowJB+lGz3SIInnOoTAh2hRnteoLXA\n3wd2J7OLtAjwGZi4bo63cxbIoD9AXGoOqclZdNHe4SnJB1S6QAzmcluFux3X\ne1rzbS7vBKc2pV0HrH9KUELGgB0QwsO0gcbTAZ8RvWi9Zpq5f9vl/yCZwqwi\nQGZMY9iKYq78H67P5bnRRtrniNnS1tX9j0op2vbBW8h/iPARAu5kwOlZBHBY\nUUfVPr7/ACM8y5kNQe3bEZ6vMgMqgQsRqiX1TAASKPg5km4YcDBID+UTRms1\nFJr9aHcmPLO8P74WskxpM9J4chZEOEzH0JmOn5krudoztfhghw6dEfVzAelb\nICOTh8coox++zbRimmGL5JF7xREm4k2ho4QwxalTSxIAORHNGXG/X7g+jCOi\nSvldOC2FH940O1knhnddXD532ncDQunwErTBpgVbbncIM1uYOZS9sHigpFyB\nnk+d3QZTfsDtt8rZwHO41Hg/RRfYktqESE9dflg3lJsrGaelVMjfHK4ypmM3\nLWX9\r\n=SNnW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","semver":"^6.3.0","postcss":"^7.0.17","typescript":"^3.5.1","@hint/utils":"^3.1.1","@types/node":"^12.6.8","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","@hint/parser-css":"^3.0.5","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","@hint/parser-css":"^3.0.5"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.0.2_1564514944121_0.568584591052117","host":"s3://npm-registry-packages"}},"4.0.3":{"name":"@hint/hint-compat-api","version":"4.0.3","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.0.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d22504e0daa315bf148b61c5af8b612389a19e66","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.0.3.tgz","fileCount":39,"integrity":"sha512-OhAiIki4OZO/k7/vb/8v80MMh/k6Cuy7XpZZUNq0cY4AbvzNwd8xBbYsZ6XCbhlhwJbZ8HDYubwlbUoZWUFRWg==","signatures":[{"sig":"MEQCIB1X14NYGGPsIHwTDEDlE+G13VFhk5dJUFwT82iAowudAiAI5H14RhifMIOGlx/PgWNvygQ6yTaSg1qCTqLdQjAGUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeWzCRA9TVsSAnZWagAAUskP/AwYwTvXxzO4kxLvTrJB\nNDPZ1FFIiQ7OOquTLmkcmbk7GwQWWoyiSmDHNPRyQQcUzgEtAjPy8brB1LFQ\nzinC+7BrCKXG8+6GvNJPEik2RUuf1HKQ9N8v5FK6VL//2kX8Yzv0RZ1OwmrP\n9U00+mQcF2xWCM8noQdYEwBhkfpConJUrr8kM6bbMz9Fe+kWcua7PFvelPi/\nsdWrU7KNFybqxvYMPY4WMF3IjpWGX4n21JzAJMguSIMMIhVt+1IDZ9kavIe6\neahhi7zDjtEbRej7qcM8ACTxc/nspjgMkbGPdU8TrhAH05wlgyhzqf9NeXFH\njoMt3OaHKdC9Y9EO2ZwNjssVeu+9e2tW7aXz1Iyt/JgiaAvL8UIGvnrCFDpq\nQJ+wClVnCc0NGAoe5uhSscLLdxTr2xXgEr2KKyddhX6HpMStRVlVv6rYGPss\n/yL3mFfV7LFP13tYiNF3MbtNmsRSRjPOOID0McND7Vv0l1Ru/NJ55cDVwTv4\n6Zqz1y8XDX5uvSSBwaydh62W1oS0EhzqLKeALPrbjAgi4U28LkIAHxCvvbq2\nactKe/BMPuxqODFZV1ec7ReQDcXioOkQuCCwf0ab2HPzzoC9p+9aNyXyjkQc\nnbP5UvcLct2rC/RUayvvbBM0DCnhJ2A1GgXIc0ueM6SPhKP5KwAQDZX5iyIz\nkis2\r\n=xEl4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","semver":"^6.3.0","postcss":"^7.0.17","typescript":"^3.5.1","@hint/utils":"^3.1.2","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","@hint/parser-css":"^3.0.6","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","@hint/parser-css":"^3.0.6"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.0.3_1565124018442_0.46157794131242835","host":"s3://npm-registry-packages"}},"4.0.4":{"name":"@hint/hint-compat-api","version":"4.0.4","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.0.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b211415aa86ab02528da4a00ebed66f9a32ce0aa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.0.4.tgz","fileCount":41,"integrity":"sha512-LuDUow15rWE4Wdo0Ghg9r6V3JHSyn8YRIwJle/xsimcE3auqnSP+vZAYfbCkx+IaJkz0nWEpjbBs9QM36XWL3A==","signatures":[{"sig":"MEUCIH+vXWlLtEmwVAFvGanLXoLIBCPtJ4B4OSjR6mEm32D6AiEAuvwEaAP7NaGFKl71MsgvtWvzeynmcGORNCEjnMbjBmQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhcDCRA9TVsSAnZWagAA8swP/1DqbpkkTpx6p+1wt4Tx\nAK5t0SOqLhSPa88lCz6nPKrRbn3to9+tzMVsuW4ELRD0lUWz+oM9PDhSdvUw\n2umHY2Glm1VbPmBYSvTUMHx5WnC4GBthI+Rnan3mn8Z6xl/a/qUKLw/uEjow\n9LbmZqYElm1OL26hn62fINwP4Mv6OuFktIQv36i147f4MKskt20bIvJG9sc+\nsYwNP4LzChjok544KN1R77bBNyJw6WPE6ZgNYwV0uHlwaKgzmbKzMdCTO45I\nO6Cof6J8wSKrjMZHGd+4KIMwxQQFy5jt9i784jPehxpBDFtpfbY7Zv0to9EC\nyClxOms2q6hdIGmS9z7Gb7mmwRMaXHkoGtWe/KIwzhzL35BDoOYM/jg42pF4\nUviIdkOpQ40yjlGTr6gxF6bDGZTw6RUS071Oi1LApW+Y5eovG7TqVkMppguv\ni/2HLj1FFAr+Su/Wpglom3+KYhROSEpJBYwI9tp9NsvQfeQcZlhCzGyhvO4m\nGWdMB0uVQYeorONbEfIQHM8bdXBss4GJSwuXh3k540ac81HAoLoLekKt6WXd\n5r7vhnvxXRC8JVe7brN8JoDdLEinxo6LubxCyXltCjdEOLBblbVtq/O6hdAf\n7XUiAd2R/wY+gdQ1/6Vgh8nQ5P+V994SfUMLnSiK9xSeNYhYb+4iS9fyus+3\nWt5v\r\n=WW5o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","semver":"^6.3.0","postcss":"^7.0.17","typescript":"^3.5.1","@hint/utils":"^4.0.0","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","@hint/parser-css":"^3.0.6","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","@hint/parser-css":"^3.0.6"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.0.4_1565923073475_0.40384457377070127","host":"s3://npm-registry-packages"}},"4.0.5":{"name":"@hint/hint-compat-api","version":"4.0.5","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.0.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"489968be9be8d05404a8c72eabf1e30330dc171f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.0.5.tgz","fileCount":41,"integrity":"sha512-1HhCjQKct5agVcRN++ihQ60WNHj1GriTsgD9ERTXZiYEvCwlKz+vD203Bxz7vnirljIxqkx+Xd9mjzzZudqO5g==","signatures":[{"sig":"MEQCIH2mEHwzYVB+1GF99KXDI5xpS6G9AJp5y5e/NKg9rb+DAiAEUzMB9wn36aKgjey+Lwc6G1hTFWIvyrpOqodHrRRcog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/SwCRA9TVsSAnZWagAAl0wP/25AIGDcWI3mIVTSbmv1\nL6r/qdYFNS/3ZnFfS//TKY16lcGGM+V8nCRyd38CTHn7SbdGz0mSowYjkUU3\naB0jcRLkAE9lPsAErlfKMVuxbBeQLViuTpUnGc2gRBx4Ig+8ijr4BKuSDrQS\ndWvy2oXr1k1B96JsmZzVIDIzjHp/N1TPl2lluYGWhFLvF1r83fqALX/02kj7\nVt2KhfhpdOlvNxlw5FNsrNNhtbk1kcRUyRavikurQ8oeZt6kpBoa4IqnfX6n\nP+F+zS/ZmzZPGpMQ1CmTtPEh70lp7k/iosJpwOH9qoUFeDKpyNdRpd2jO7Pz\ncuuDoIGdWVpuUvP+ulB1BaOYffNMcZ1jdbpQbVm384jbY2xsJGsoZAzXkBAt\ny3L/uRH1yqOTiWpL3kHCsJwCKOfurEe6jhCMMbc2ZJRHNmEJNNTWGaWKbSm/\nb3nnnfmXdk2xg9JfNUXKmnrQltqINsWlssR/HbUn6l7OTnx7NbrVJuSwHgMc\nc5p4NvbrakReZf6EYc6pDnQ7ak10c7gw+I8UehJnEi5Kzo9vdPxSpuzhzRzY\n97VD1VaM2bBiG7hmuOjF10QVk8eysL9yFTp/W4s/WYWrBrsNUWElQ+owV1XO\n2oJzIVs1+I9KGdUr7ct7uXeMLSwVw1V48NyShAstSP+/iBjoYNP8+ZNnCK8h\niO+7\r\n=XcWf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","semver":"^6.3.0","postcss":"^7.0.17","typescript":"^3.5.1","@hint/utils":"^4.1.0","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","@hint/parser-css":"^3.0.8","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","@hint/parser-css":"^3.0.8"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.0.5_1567093935471_0.16527702815394418","host":"s3://npm-registry-packages"}},"4.0.6":{"name":"@hint/hint-compat-api","version":"4.0.6","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.0.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"448ea837b6dd999dc31a271a8dcf10b2ee18f3b0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.0.6.tgz","fileCount":41,"integrity":"sha512-GTeli2NgRErESHJl6ddwxEYwpb96OiTedIwPPm5ov3q+UndogHZb/8ib6bqQ3MQQN25ZIfV/I2alYHHura4glA==","signatures":[{"sig":"MEQCIHOveLkbV5nrXwEgX4Q5L5Kf7lmfKTLAOixFM9bFOUmwAiBtqp+d+LJWJ5Wl6XRem2I+hG1E/s6hXv1F2/415tLHyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72105,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXVsCRA9TVsSAnZWagAAnUkP/Ra8Q/+gKaCnMod4icXq\n1DakCT45kVP06dq69UjCu+dzgRWUWXECeMJ95vcXq9k+rxVkTr8QUavnlyxt\nTxm/tXAm5EPGRQ6Z5SeP+PGi08r6yfQEFnSDU9Nx7Fa9EIRIDQckyRsFsspO\nO9mNXAK2l0SXjmqKmIs6nf7Lciu1EfzqLHbIQE678IzEssvoghpkMw1jjUAu\nv4qhHyeijWFbDRZ5e2krBUHAP/yAMfqGKJozUpZRzFSPlxRx4Txe6xSiBvfp\nALla247s/mBl85RM5Bf5EW5LSJFDUpvNhhHmEExyUL9pA184ToD81+1JqClK\n7Xfcl0NXHCHdQ1jXH8xxBwxmepLPuS9tJQLSnrdBBEZN5aHX8PEVNnMtYQOd\nQgup0iA6X++ZelRIpT4KxvG06QjjUPAslyxivxVa0FmBogbEgiUfymMMerBJ\nNRBkcP0brxDCYEDDZukI/v9+vSbGhhgfr5bpy5oHbAoth2d+LMu/QNWKNAYS\nDESFLHrOpAmJZ9ebmLdoTa2t6Wjeh9HNdhIhCb3yAwIcgpgvSqj/eORnR+Hv\noXZEGw5Iw3MwojCzCigwmVPEp6BvifPXE7ZUSX/CsRoFZ/9bvprWAkqHM++H\n0YrWK25KxK+gHaik6InK+AaZEzx3B1nVq1zXHzU82Ayf6/GPD/vNGaYXoqQ+\nRCzZ\r\n=T833\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^3.0.0","semver":"^6.3.0","postcss":"^7.0.17","typescript":"^3.6.2","@hint/utils":"^4.1.1","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","@hint/parser-css":"^3.0.9","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","@hint/parser-css":"^3.0.9"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.0.6_1568241003179_0.6794802560449269","host":"s3://npm-registry-packages"}},"4.0.7":{"name":"@hint/hint-compat-api","version":"4.0.7","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.0.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"80a6161a9c7d322346a3b6ce6618bafbe8a17a9c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.0.7.tgz","fileCount":41,"integrity":"sha512-theNgOwVuM4C6ogpLdG4MK6KJ1o5zbe+UO4WZNWLV2FYFrxT/O8ZDD9JUWNeqHA8UoHQRB66IGKUcoKS8e5wUg==","signatures":[{"sig":"MEYCIQDL9TUI8ET7b3XZJ4mzP6ZeULNTubsVwq64Np5d6wNv/gIhAO+VVhqczJ08w7hMaQtpb1I968l8ngMC91imhbG3foKU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72383,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJderz/CRA9TVsSAnZWagAAS5wP/0JNhMCUnnnZXzJXTCxF\nRE1MXoSI1x5locTtOW1pho/i0mUOsoY+e+VmRbnt09kKXJ2T6rucRK37HRHa\niwAvdFkGiZ5re/sBZBMbEmyPaW1yM1lEzeb819CUp2lQIl0qh1UesEAC3SJP\nesepw6Ip/FgY3gY2l7LS39pvZx//KMTCbqvp5ZC2XV1oCEtq27oiohSEMV+c\nxkW1gk+I06k2Df7GwrR5B9kfj0vRPRBCsLT7WFPuIXOlfLZj9m2iz8S+pbMe\ng5Cl8IzmvWA3TaeYhSMRzreMUZ/GCGc4YgqWWBtJcKwqI7KV3bf8C86zLxjc\n9KQO0UL1IPQzxrNg61sfPIt+zLiRMIlVlbc9M7OdA1Xb4TE7t6m+fEd+FVrY\no8tnDbBxu8Jql4YuqPonUAw+YdFvYw5+MnZV/z4n0/MICqEd3fHA+5m9ijbm\nN/6ELqDoEPTABxFTl8tKW9G5chxm4VTh/AfrU5QX+zbkhEw8DF1i3ekcvKK+\n3qZNFJByzAcktueE6WAZXRG20guiMrejaQ6bPVAGyhyImeqezZlfS5Au3Rxh\nypQNsxAgECKQJBAtQwbk0KEZKGiEbkPJQMfdaIg1VPbubl+/ryBIcQOP5uzf\nkv9vgiOOIq0yj9kjfP/CAEc/wCR75S+v2HPjaWCznL/KrkkyDk/UpDrbK24n\nR8QJ\r\n=GEPS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^3.0.0","semver":"^6.3.0","postcss":"^7.0.17","typescript":"^3.6.2","@hint/utils":"^4.1.1","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/debug":"^4.1.4","npm-link-check":"^3.0.0","@hint/parser-css":"^3.0.9","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","@hint/parser-css":"^3.0.9"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.0.7_1568324862916_0.13578323447073326","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@hint/hint-compat-api","version":"4.1.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.1.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2bf1109d543d539cabd891e2bfac426ba91c510b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.1.0.tgz","fileCount":44,"integrity":"sha512-F/AunypQBbfWX/f9QWBgElGULTDwd1Vw42q1SVYe3WnOK9MdHVmPafY0jQclvu/s/ioHI4pIkK1zJ/6gLBSXIw==","signatures":[{"sig":"MEUCIBUpwfcsxDKeayepkDuMEvATso2FUClz0V9V79h0Q3OsAiEAj11Cbl1dcE8iYbWG3VlRx+8W1A0VWLqwgeEP2SXWkRU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8l2CRA9TVsSAnZWagAApCIP/RoICpCfRj2BeiR7Lo8I\noprT4S3YAZJbZruav/6fE/fUy1p5LMrjTIh3bTKDePkcj/gGh/o9oBpOjI54\nGBrABqp3SRa+jadn/Y+efs2zMVe6SNI3IIXBqy5RFA25cx7O1cQ6PWaFTXn2\no0bmQPvp2B3oqH3W1LSckiKMoYgrDN8Bep6uK0N180Ucw+bfpE2nP1tFJ7Y/\nFez6BwdocpAd/XEA2PHfITA0aTm1GrElW6HVdkiSbECzs/EvQErnwbtkUQBT\n88jLkoBozvSPFqb0yrUuKXA+CkeJ2TFzgsZ4WLb8RotJwg5dvVkHTK27MxWS\nrQJAKGo/724RhN6tRPXNLV9lybXdLTFpf6hffUxQ/GrrBjW9PVijmZ4e9Y2z\ncr2wSd2niGPmTV11jYjY4qOd8kdU27c4mqoSI7HHnTeFXZFsPku8nlK95h03\nyouFUm8XsMEijDsuUcyFKgMKIB8IZ3kdwT105TckjeT6DiS2YSl0HfLARlqW\nMOMTGiY1QlR/SvWvEoAk4zpuv60XQvYBqkab67VIorgTcr8v/LhO8eEwaBpM\nNx3O243LK+kWWXxPmMRNCBd4c96Ckj9Cso1AuO6gN+71e2ALbq9LLUDVl+0V\nEHpN/OK0OpRIZugz7uYcxpxdYDxjwvEGaTXN3tSI5rH7xz8XTzuJgIAcg+f+\nN/8O\r\n=k0ex\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^3.0.0","postcss":"^7.0.17","typescript":"^3.6.3","@hint/utils":"^5.0.0","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/debug":"^4.1.5","@hint/parser-css":"^3.0.10","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","@hint/parser-css":"^3.0.10"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.1.0_1568917878038_0.36741777893617167","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@hint/hint-compat-api","version":"4.1.1","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.1.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e61802489969a8f68b1e8c0b0e63f98464d6bd85","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.1.1.tgz","fileCount":44,"integrity":"sha512-EcbLdjjsblh1r1j/reb7212aHguYTRxt16w868NdPEoTF8LXP78SoZQSra/WSPhdguws9I+pSXco+hOpufGNNA==","signatures":[{"sig":"MEUCIBsDzFmwvRKhbhBMX8w2rBvd1yTjlb8kyTymWKEG9PAQAiEA9hvD4lm3Z7K8MOH2b8GmdLtRRBxOv6e7wEdHQSfNiWY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim6pCRA9TVsSAnZWagAAGzkP/3vcWcdEVKHTw1d1fj+p\nPj4piTnUlGE11NYEQEiSNGUtIq2qvvHg+EbuW8hRTas3WfjsgZH9FVFysTOR\nS/MDJajl114PSnyvak5NU0HhFYwZMHq5wtWR7ox5a8XVIdlMhhOiQWRchdtr\nmYRvHm44L1c6EltM7X5i5UTeJzt3Esdey8agIUKRCqZl1cIpP/X9M70z5pHc\n8/dqyIdbuSLKJFw9L5eQ6TZaxQxPACrLVsI8qDkcfO+6YUxKiTgCaWZPaYdb\neqyS7i4HpE/ka3MG+nnoAOQ7yFqKOeBWdmmQMUEJihQuR5Yd8CEXDu+wkj+C\nmQllQH3rEVBEwEaImKCc5mW6MlSbKlCT7qkCLWlPUUdlt+NrwzV6uMICL9zp\nf4KxTXtagWhJ57uwsE4PCSwyAKNA/wphS35eB2p1U3Es3r+V12iQMGpQHoCa\nGlC0O++wRt8cb+zYMBdhjLT2ipRB6PvjAAW/QBqIZMzAyjqOBggLCA+ebe7Y\naYc4yOsHJmeM9o/HexiUpZwmJr/kPtIltYTehjor0lUx28ZojoVwstrYLnrC\naupWbR8dL148JHBkiI52BWFhisFHoBCGxfaC13Azov29hIIUqb65dJbK8ext\nMQoiYc6pdP737w2CYAn2XmbMPPJITMQuhoBjdGjLMQvRN+Q93sPdhTmm/WbH\nDfHS\r\n=Jru1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^3.0.0","postcss":"^7.0.18","typescript":"^3.6.3","@hint/utils":"^5.0.1","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/debug":"^4.1.5","@hint/parser-css":"^3.0.11","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.1.1_1569353384858_0.32626162907318634","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"@hint/hint-compat-api","version":"4.1.2","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.1.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8a67da8742f4db52c8e76974d6c3f44b5b4b8cdb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.1.2.tgz","fileCount":44,"integrity":"sha512-XHr/OkQzeYOcjtIojhZu9Cnm2GrO5IasN9ukEBnU/Z5TyJs5XqK+Xn1VkZAGfXOMlpivVCaf+v1fbIqdXaHwsw==","signatures":[{"sig":"MEYCIQDF8k90ypxlOwsU2Fv6aFRhGQE+iGR8yeTS1+fqdaWlQQIhAKz9nffKUsAdzrInbQCgls6ArkyEJZdxVpOsKRpWNxb7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSsfCRA9TVsSAnZWagAAfxUP/A0HapU+6aIuFZh+kJup\nuXQTnN9PV7VQNSasLPhsiqTdu/lP+yR9T4vqP+GjqnlqDF6uQJivKlAaB8Ca\nX/hnjgQt/nmHfRRQhxnLKbKsWczfB3Th3QHMbF6owC28IBPTQhKGABySgJ+U\nrlG9Hl+Te7bnmED7Rq9/25tBK1U/czt/9cGA8wIMhyJ9GOrYnpapoGR5kdQ+\nNA83DyAR5aSzQ9jd2MKiB4xebOiGqu5PVNMgxSlVNSFDffTVdL+FuypKL+JF\npi8vJtNeBme5gVobF1DePuq0uIOHe77YkRcZOf86S8ThBkpnki2T/MccQuYp\nQSRFM8f2An2o/Rw0bGn8yys6C7160D/RQJ/L3oBi1bobim/T5SI0f5HqnZ3J\nNkwpJUoiZE2IENK/uo+9vSmod0Y9CzZ0sx8kXTwM7YV42Z7IS9wiV1tvGIZz\n+ds7ewtkCBVYMbqe6BfTxg1ZWZmy99RTx+On3tk11e4kyAGeLUffirhVFKya\n1Dv8UebqyvtbijYCtYs01MNXWf5lxSk6faK5F9Lxjwwzzq+gN8voAHuRj3hi\nDell4c/To0SLa0TzhpnnF8JcEsrHCxBYiWQ5/Biyck7pLDTRZ1EG0gYkLkpE\nqL75OfTR2mhGdd7I+j76HQSh9RxgG10Z0R4KwMECTPLPDzunRKY9fp2B7nAL\nivY5\r\n=MbV8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","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","is-ci":"^2.0.0","eslint":"^5.15.1","rimraf":"^3.0.0","postcss":"^7.0.18","typescript":"^3.6.3","@hint/utils":"^5.0.2","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/debug":"^4.1.5","@hint/parser-css":"^3.0.12","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.1.2_1569532702755_0.49935087448478366","host":"s3://npm-registry-packages"}},"4.1.3":{"name":"@hint/hint-compat-api","version":"4.1.3","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.1.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"406e774ab97b655570bbcb4011137550ebb559dd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.1.3.tgz","fileCount":44,"integrity":"sha512-Iog14eqLRhbAReoNIL3P413JkNdCiA00EOUqFKXo4HxH/rztBZXkH0YDYW9V/qjNjGpEUQQ8jJFXfG0BmEOG9g==","signatures":[{"sig":"MEQCIGG55iJhD0ODxEWhJYtv2P+wt7sYw/e8qlzzMS0r2E2TAiBmTMEVtzZO1hzXK2dN8r02AVcyc2bPdtd60FTL5vwnSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78835,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3LqCRA9TVsSAnZWagAAfy4P/0fnI5H+g2tZQmFeFZL/\nHpD5xlrHyz0GxAnTpFa3gbTAMTDm/4acSe6zB1UBF9p7lHZE7sOKJFQLC9Bm\n7wiWN8A3pefRlujx67HUh/gHYm/SWXcNzqspzS4EJ0XM1hTyYWrNkyIx4L2m\n/eYj//yJRzSTQebfGkJDfa8R0Fws7sLqmKYUuvFMjQVSa43PVAsr1mRvPClp\nm7bIZ/DiikS9AEhJNdPVQmLHuQ7/vD6DAlIqLXudSticSuCX6oIFQ11ZYoEK\n1rroqihUv7Oq5RQIYQEWfBdfdoiHPZVTRnlExTet8SIMjvmQPT0FheHNH2e4\n3dK7rUyyP+5xWHAX6W3/hJV7WDiv3rONrijfR41KCmDqbDPjyajMo3rlUiOM\n2eLRQaBX+eTjdJjI7wF8mB19Bvrf6JxOU4X7G4QO5gFrhG4n2b3l3GpQxC+C\ndP95Mf6/pm+jFXdNEILQh/ctGqOmki6eQTWsdDIph/plhJAIrKdsNwrOk3vZ\n+mSVje7Y25RvOSDX8xJN/P1fn8yoHQS36WwdM/EfaHHlKhvvmPKGd2c3Qsg/\n304Lndo1NxHSnzBWAt8DuJ4znc7C+gVj/AzO9xaQbfUvKwq94uM4FDqIeKHL\nULepLjDrX6m7ljtP4DfIpLdDIlPkPm4h/63qqtH0ro4pTsFgHIgwcTOYdK0f\nBq4+\r\n=1n4/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^6.0.0","@hint/utils-compat-data":"^1.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","postcss":"^7.0.18","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/lodash":"^4.14.141","@hint/parser-css":"^3.0.13","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.1.3_1571255018269_0.433743475911069","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@hint/hint-compat-api","version":"4.2.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.2.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"84ce60eee33b9fe1a5c1ae56e68441b2463b7f33","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.2.0.tgz","fileCount":44,"integrity":"sha512-RZyLmD5pGHx0Ea4vdFxsz0AsKR8mBVHkVLZQ/BF8XSM/oa3nVgWL3gIdyxnsAfGxhSHCZt7mDSbCY26tWwCBHA==","signatures":[{"sig":"MEYCIQDf8ps9zbe78YO3LfFFT6u5i4813KU+VNrG5fjXed2cNQIhAMs9LOBK3lcPWJdZYGoxxdzqm5m2ffQclDV2B1wVde0R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":79809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduL0YCRA9TVsSAnZWagAAFIoP/i7L3fJZjhM6BZ299dl1\nB7XMatRBNtbX2KxfObpwFb0aKO/rdXFLL3jDzvhJ8EjPWcdvLgLdDbPiVvgJ\nfdVCC+fqiLOI0veOhaKkvTRDYHnWF6OqX4KSVb/KfPDuu+O+FD0dxhacaEIG\nUly6VDawYC8twKvvofoWy+7htOJOBzS/Nyw5lzFUM6x+sSvY6bOU58TnjHEi\nNEpgEIJo+WAQUW/fmTdBUikvmtp8oZ88qLmAER1j82ffQm73RNBkIoNxwq+P\ntDwkoclgTHuqWeV/hwxupT2PdeUEGMZWxjVNSRnBtVB7Rr5HLwn4eorQfHTd\nhfvh/PhjI5lHwX3uugdBtx2pRucC4GObfT7EdDgrF9Q+W999TDkBrjZ5vupI\nSoFy38kl/mOres/1wKmdA+iWQlEitutMSaUdHycI6UFLsaX+/4zmKWMUJM+w\nGvhcW4Gqu7sQUeGwAZc4SCNkBTFbH7V0QbermYFJpLQ0aAkLRq9Ji/nNGKNz\ngmS91gxlEAj7e7TU1X+BqSRya0pUd60KiLSgiyGsOnKLiV/wc4bbR4hZjchh\nM0Jif//xTi5YeE8Tcz0uKR+ug6wZqdcusscelvKGAGBJI5ifiMeq/eZEcP2o\nSJo+Td3aa0TGAjYWrXmo9iHDfOBzv8zHWMfO1NuP1Q5by2E6JkNeLKjnGCTi\nRvjF\r\n=cF8D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^6.1.0","@hint/utils-compat-data":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.5.1","rimraf":"^3.0.0","postcss":"^7.0.21","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/lodash":"^4.14.141","@hint/parser-css":"^3.0.14","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.2.0_1572388120461_0.767449187555497","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@hint/hint-compat-api","version":"4.3.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.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":"7aee2ec74eda5aa4e973052ae08a0bfe98f7106e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.3.0.tgz","fileCount":44,"integrity":"sha512-q0HuT8LXGtgrUcXxH9JjVJ6h2PLaO6LUijBI5qUvzZGwfykcfra3dJf+c1dMl8Mt17yNNzOHnwbg+A0yWTVF9g==","signatures":[{"sig":"MEUCIASdbkq7zO2XTKse2ZGX583coQNfOY+eaU41oela5LzjAiEAkcypL7sLxvyTHto3j/GyMIfWuTHz47dvAkLV9ELK3GY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bPPCRA9TVsSAnZWagAAYl8P/AtLGNkWsEb285oqWuoZ\n/caGfA+UVB5rBoVtXvgVxZYhVDVTMTdAeVRlcqvQz89UC7dgRG6jU9vKVCyA\n5gIL61q1i1RLIO0B9nao0f2fq5NsqqZNW0kQVJYWVdHkJ/CB+9xVpRkJ1E/2\n577RBJ4vFUEsfHehoHps6tpCzuC5nPW4HsPblLh420OG0Ca32MB9f13+rJwJ\ny0/VOX+KlM9RoLudyEAHFXdNYz/5/ig5FtwcOwOr+fUW9evM4tsAZe2EehF+\nujSR/D9F/osVOtZYVcVnaRiqp31XFYOMw3Xq6XyvuUFeHfWAKpKjGFOZ5LNx\nPzK+DUhAiCKYZUN0kSiNW3Ok27GQWcbTGMQT8TDVlvvhSuib1HCIjNF6hm7n\nSDq3E8ZIKbG5wZ66pW4pk5oj3UeaF2FcyDijE4i9hCl+Wkz8jdmz7iCHznLv\n6eXpMbr+ZTI9ArbFj1yhk8R03F9km6vsFkyz3gIhXHTgqnDa9Bj3zsKLZrpI\nYcrhmaNA3SrqrsqTvE7/RW7p03HNCsqGaeU7iPOKTx79LtD9uwAABbdbvIwl\n/aSRJvCf2IjHkZ1iOEJYGmh28QyDUuzre+AHAPNwCeDLsy9qRpjb3s9V0m9d\nPR2+2BIgivdTMWzeQ92rh763eZEvA7GTYWB1zO/SmFpaC6H8b5N0Mz8ZrsZ0\n8WYg\r\n=QeU1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils-fs":"^1.0.0","@hint/utils-css":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-compat-data":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","postcss":"^7.0.21","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/lodash":"^4.14.141","@hint/utils-dom":"^1.0.0","@hint/parser-css":"^3.0.15","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.3.0_1575334863342_0.8525666457831089","host":"s3://npm-registry-packages"}},"4.3.1":{"name":"@hint/hint-compat-api","version":"4.3.1","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.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":"3465aa9eaeb5bbd7fb5f00e4d7876d6c85f060d5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.3.1.tgz","fileCount":44,"integrity":"sha512-SgUOXFZPTEhQyvjfQ1kIv8cTR2RfvJtxFjp4cwKuFdKwcz4XL8RaqnuJ17V2noWHQ/xnc28U9kFLKo8aWLZgNQ==","signatures":[{"sig":"MEYCIQCPMojB1PvlEFWusIM/g/BcqqOoHy83OKAXvo2rH06mUAIhAOKK9JaMwWqmmhZNr1AFUKWGfG9sZE/CD/t1Lpc+oZwK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6E2FCRA9TVsSAnZWagAAyNAQAII5aO+rA7nP7n2QTv1v\nBLtnf+Pyzw/bPYH0k5T1N3m/fwAu66FotIgmV/hu460huzYmd6TDtfpYVAGy\nsEQV+ruog6W4GTOrOkRPGt0khlHpwop9UxsZGw9tzx128fLtSjlqsVOsKpHe\niW7UFTVl2MAx1sEfd3FICT+ydkGwdYHg6dwXdd7BbNi46BMLC81YZhcU0AA4\nio2zxq5J0nqMGbnPnvJOcsjYYibheXKwrkLH6XkzitEkRIJFqMJqMKSUtN1I\nvbTtp1ShpLDuQSCigGDMxhpcZTLzrlU+N5RzIWvCS520sxanDYT5LMfu+k9q\ndV5ZCXJISWLrlGXRQZn/bDs7hDv86DeeiQ7bpQOaQIP2O6h+8wg5BDc9IHDP\nmjVXwuwVDZnTvk9oU9ZrdVYdq/pmN3a1w8JQtyUfgkXHE8oYCl3SSeysfERd\neWUcLJKK0ZrumZ7sUR4ZZ0p10BWbSOy+criALfalE1t/1eToRXm8oLi/284o\nlzeRwb9aGx6oaEy7aKxKTstHuRhI5dD9Equ+bxNqi+PuLziIw5hMI18sxC+k\ndBbv+B37wIz3CBU6GiMjgN+y3A24LQnlAZOJ/NnydFTVCNPeYlsurljf+9PA\nn3o4IkOYOj8QAIIRnSwLIovJayoGJ5IgZbtkpLogyGjuALiqqFpw4r/tLubz\nHtPF\r\n=vnbG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.9.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils-fs":"^1.0.0","@hint/utils-css":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-compat-data":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","postcss":"^7.0.21","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/lodash":"^4.14.141","@hint/utils-dom":"^1.0.0","@hint/parser-css":"^3.0.16","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.3.1_1575505284773_0.24694215349639004","host":"s3://npm-registry-packages"}},"4.3.2":{"name":"@hint/hint-compat-api","version":"4.3.2","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.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":"ab9304bb056dc679a0043fc684e31abfb132abc3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.3.2.tgz","fileCount":44,"integrity":"sha512-446O59u0B8N5TS6Pi5m1j29aat/HHKwfHSaWZWYQx4TskyofPnL07YCB3sr7P9Ec2DfaUs8LGgaVSdPgBvblgg==","signatures":[{"sig":"MEQCIHC+BXSjD2qR7SOovA1XULoiM95qv8ejksv7UzKNwgxNAiAoOLNq4QCZWu5Dpj0DWr4MVa2dHASbUk1UnHzhR0HfhQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpiVCRA9TVsSAnZWagAAyUwP/2mZmiJaC5zolXyltL2B\n1B/86pWVSAq1hmjGQ5QyUb1yjak7CM8lvEuAbzV86XqnljKOJNrQxARx5ran\nMF6eug2mnUdgmjrUHLHj+mtTtf0Yr+tq4EcK+M+bVuONyS/9a4Yqk0k/sUZo\nI6PzhSjhRxZf57vASc87eakojE55CYmb/QlZieKtga5BpcAniZMRpL9ucMv5\ndrGcyC40I10jD7NLuJzqhNESV6ebfx2B8GIfNas5BqBOpXw/DcYxI80DKVcY\n3ekZaut2I78cxAha4D9oIgsuZtIw0ws/RVVp7GpQmb1ltLSb/FFRRWGmJ6d9\nIUFEvWgPkI7ehYGr17gjbLe04MCtgtKZZbnx0bN6yttWUUCmbHht54Ka/LqS\ndRhf7i6Ba5wLuX8Js6/4Q0NBKVR1QLnNtOUJSqjjOet6E/EMKasBwa7Kb4Kz\ngoMN3CQCgOsEd5u4DgARQ4JLGT+fldw78dG/whnrnzP1UZxAcJ78rMxxBycH\ncZb3TGEGynymIP+FIfe847v1KblCsnf/nkMUYZnpi6+yjnuT6V1dQ7CjZEGc\nSHnUyK3GmQjHUPJ0fZFARO87G57L+ZP2gAnmcY/4UzXmF8XDcXDc5ZKjV/92\nQegY3CKNO/bqnJ3YZcL4pPKGPLbaBaKHRIXP1ZYdD4NUyAuGe8xhVdxd/qaH\njA2j\r\n=jyqP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.13.4","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"12.16.1","dependencies":{"lodash":"^4.17.15","@hint/utils-fs":"^1.0.1","@hint/utils-css":"^1.0.1","@hint/utils-i18n":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-compat-data":"^1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","postcss":"^7.0.27","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.149","@hint/utils-dom":"^2.0.0","@hint/parser-css":"^3.0.17","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.3.2_1584568468410_0.2569319258556624","host":"s3://npm-registry-packages"}},"4.3.3":{"name":"@hint/hint-compat-api","version":"4.3.3","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.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":"553646a61ac8483876796a4788b3ba17a3d967e6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.3.3.tgz","fileCount":44,"integrity":"sha512-zjBmqS8xQ1el1XvanT6ZbGW3hnf9bC7Dt8HA3BaE6JDkro+RnAvavRVAVFHWr5FLViaTAb72FI8gnGfNytIvbg==","signatures":[{"sig":"MEYCIQDG3LvtO4zrmNnjQH4gU0hVEbytcxRFhYVzPlKGMW2LDQIhAIpXifVPJFlFEyxBVFaRSw+9kfW6G7qV5SYrVTJ70wdE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel13hCRA9TVsSAnZWagAANPcP/0jSKXagMhqv6TCLKmJo\nLfSzUdIugbpsg9CndglZpj0pUjq0TLgkN/aQypJ01pnOqOzWNA6CjzLnZtU2\nGYTUrHCozXiEsqashyFtr7vyK9kfaFzzRXIfcwg5xKte2THcmYC594HCPnoh\n++FaBEk62mMYhK2HE6uykmOD2oqh1mNdg+4rzcObm4ca/K68Go65hoMebLRV\n1V8IYPeEgV0memWeO20yRsPwLsT0PjlaDO/a0ZBJ9J05J/94uTejOG31FxtG\nhuy2kBZi5pvVmnIMqGy4RzmPRSWUPaywKfDTbx9zFni9uYXvx6CARHI5LJEB\nfmtK2vwJYCizGL6oI7Z6gCdhgx+PDtGGgiyG3GWGmGU57zsh10hTj2Nj7qVa\n+5AEuBgveTOgCdeif/BV7T8hNebXBQ5CxSuSYfJ+EzDuyLZZACGlouoLU9TU\n5TCdAbC0GvHE1lXNjNYaKmoEHYKNJ/g4hy1aIhxplB0oeDpjmKr9/aSHzZGE\n5GRNj8FLB6MmmR7N79bqr+fiMcyEgPnFHPV0Am6dOFUWSk30Q+jimStY7LVj\nqicXEGseWmYXiYY6ZUFYhsFSAqSxjuVaUKn4TuIxlR/7RNLYNYPR0c4czPAS\nk6dyIgBoWHalJjMvJ/VMJg95HIofAD/dO0XJElAz90I3DOMQOaBIi+ThNFCW\nYNhD\r\n=Z06s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.4","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"12.16.2","dependencies":{"lodash":"^4.17.15","@hint/utils-fs":"^1.0.2","@hint/utils-css":"^1.0.2","@hint/utils-i18n":"^1.0.2","@hint/utils-types":"^1.0.1","@hint/utils-compat-data":"^1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","postcss":"^7.0.27","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","@types/lodash":"^4.14.149","@hint/utils-dom":"^2.1.0","@hint/parser-css":"^3.0.18","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.3.3_1586978273040_0.9426038606548348","host":"s3://npm-registry-packages"}},"4.3.4":{"name":"@hint/hint-compat-api","version":"4.3.4","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.3.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"9adbd5e47b47462a15b48f8a3a6d063b3dbe3bee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.3.4.tgz","fileCount":44,"integrity":"sha512-3FbI8Ir4SVo8KZum3tnA2qltv3Yig3FP35SlSZWQEib5bm1JKAZ2RgR0YR5Qbc0O+pFKTOryX4ut5sSdnQXftw==","signatures":[{"sig":"MEQCIBlZZJTMAP32q4e/9J+5aSCcuRgqvVoKXF56oHgjyIpeAiBE3q+iPdPQYNE8Okp93Zj8G+TnT8jgkY1znRVeDsHazA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":88991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwjgCRA9TVsSAnZWagAAJSIP/A86keqFtITGqcSj3FfT\nOyoN5gpipihftb68jr5n8onqykvEcZ5Qu5W70jO1RGoNB2ubfWFJZL6usEGI\nbFOX5HUQOk+lQnznuPUUBOzl9EBFAtWd3XK9hl1px1mgNTmBWPyrJjwVnBZP\nhUhcWQjIulTfjnS3KjTpv3PPQK7Tzfywn/XDPAJYRCG0R26dHK6GM04xexp+\nYolVYgp8S8Vw+9qE5XzVwHPCEJOQNDL0IOZZmfbckwH8yzN5Kldq31Opnv5h\nNd19AhdvOID3Hjq4tQZESi/bma21pKkuE62hSRphjoW/4ueBsE7g+c18KUV5\nmg3tLzgvS1u5hnBR655iZ/Z3YKW3suAggG+4+O5Kv6tnst8i6TU32Oaglsxj\n5SR3E90gKgscW2OKJHHkMsbNDvF/N4WVTa3W5DTOYtiaXOhGhXbVsRJ4zpcB\nabT0zJ5Xe2lE58NVn4bzMZOb8BMZ6EIOmk2waOLC4l0DabJHSi6S2XGZD1Zk\n8kYFeof/hgAlapsbOPWl/8DVz8VX+3d8MtZDPNrUZIdwLtHTSkrFQ2Ljah7+\nmzAuEA52SZl/SqfavfKvJdMI+B1vfaeyhs5wvufZAGg8afZ85fvTdaCfXB+Y\nJj+xqJksUpNPnHSY0TmFRywt5nKu8DLyrhF3seiq5YOKIP93efeVujopuHLf\nBnEH\r\n=j1ul\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.4","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.19.0","dependencies":{"lodash":"^4.17.15","@hint/utils-fs":"^1.0.3","@hint/utils-css":"^1.0.3","@hint/utils-i18n":"^1.0.3","@hint/utils-types":"^1.0.1","@hint/utils-compat-data":"^1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","postcss":"^7.0.29","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/lodash":"^4.14.151","@hint/utils-dom":"^2.1.1","@hint/parser-css":"^3.0.19","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.3.4_1589840095670_0.38211142016656585","host":"s3://npm-registry-packages"}},"4.3.5":{"name":"@hint/hint-compat-api","version":"4.3.5","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.3.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"22b328f6863fc0a4f219345aec29497c624f56f0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.3.5.tgz","fileCount":44,"integrity":"sha512-+PaIUXFG6Q6Y6ApM9swQt6PpEw+Z/DZqmOt5Ut3RpV0G/cYLE/5HSLBwnm7b0zJQl56gp/Zx19Wt56wij7h7zA==","signatures":[{"sig":"MEUCIAKmChfbTMnIxZrtvtRgzKrvKDVaB+XJUClmX8ctyBElAiEA3D7zE0OFLL5YKy3SRj6P0OJ2+gSNHk0h2+3+a8A/Img=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":90839,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzrHCRA9TVsSAnZWagAAzLMQAJAtVxE2pSem10MsExVn\nYkAPuhav+LlPG23zhuEgyFCt+EMeKdRSBdkOBsOJfqlegm98ctbMH2GqZWBw\nGpUJPD4UR32Zrx8xmnO4BTv+i5vsmesP/sUenP8LQfnasVmZqsObYIlDsakA\nxdLotPmci+omf0dUPzs6gfvwWGOstSNbTZbI5tzAr1EUGlHpWnfXHZLssknm\nTay8z9geBklrtd6JfQ/lF6VLV2/ltquP8HBIgxxTl7Ii/YNTjPapWvm8WvQh\nPTS2vV4h1sWzPfTjqsdK0Z0KEgWj5s5VXACSJxJvfPdUfTdA6EVyx3RcvPmR\nY9NOsZ0CMeUJ3TT6tXE8ETjLsD828YTlq00WAyk+ca96NX1+KzGXX0lGj1DT\nKuu3OFJIZOyEv/AIfLnJm2Myy0CAS3tjGDJnNXWqR1EZtJc8M/vJdSAsDooV\ntPMCD2T6xK189gpgURqXoX5ubwcjafDJd0SbNwZL3HRBzW/nVUmNkRnC2vMU\nI0/Y3o2j+ABxi85xxXJ3CHgVsaQoc0/pLzPslhCXa74X0qDLwFxYd4wGeH6R\nTyjcBYdPWf9bwKVEXe27ti82NTYKWOxL9JKkhW/j1Tu3GwzI1Y27HY9BD2dA\n1721lunooGNihBarh1HRoec+WD1Zi867zyJiAR1xGZgrKS0+GUVZMm37ejIW\nCMoV\r\n=qMs2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.4","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.19.0","dependencies":{"lodash":"^4.17.19","@hint/utils-fs":"^1.0.4","@hint/utils-css":"^1.0.4","@hint/utils-i18n":"^1.0.4","@hint/utils-types":"^1.0.1","@hint/utils-compat-data":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^6.8.0","rimraf":"^3.0.2","postcss":"^7.0.32","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/lodash":"^4.14.157","@hint/utils-dom":"^2.1.2","@hint/parser-css":"^3.0.20","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.3.5_1595882183451_0.4610939504115823","host":"s3://npm-registry-packages"}},"4.3.6":{"name":"@hint/hint-compat-api","version":"4.3.6","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.3.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"dac6def473e23f81f5663eb33adbcc86de29aa6f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.3.6.tgz","fileCount":44,"integrity":"sha512-7WIGZhaoNmxehjN8o5bAzWx9kyMvQ/okZPFC66LPFYGVoVC5mBoFZLC1ZUp63GNNrjxRUKn3h8ho0og6OQLtPA==","signatures":[{"sig":"MEUCIBeTDuFmGoYDskp3QR2U7ulZJcPZ+uD0bP7aiJVUiXuMAiEAq7envPY/6WwR3r+zDgWu2qznX8jCQaur+tx+/rweH/U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDcyCRA9TVsSAnZWagAABZUP/R/NnNG3gS8P1CQEIBwD\nrhbGLn3JvqgS38kW+vA2gVPiT81muA0qjnveMqlaqzR0fZQJfU1heaSpwJR/\nUgBAhpBgiT0/kP7WpspRASwlSa7xKMx9lMq4MgEU9DxP8pWMtLA++AMrRVX7\nC+KxiSFIUNs4dF8Z6w9uj8oX8qdjlCghJee+RyrVnS8gNsoe2pNfbkRANa/c\nnWgFtnnQeH6KCxfu3KMcg01Hss5hAL8kC3vSbDKQbWhJl1up2rPFREzeAliN\ns9b4HkZIfWgzgRSr5d7UcMHlfnEy3TmfMib8c85OX769CmjQQHFkolRW7d7B\naTXR2e8XB+2omUPrI8W7HkKYQk4lJrfE9DpatlWb4gnISpSE9lWNlFI1JwRI\nNKhRTODyCVACb1Quu1bqChMUePYt0lcfT/kwWxUJ6HSjVx3yv+OaS2GU5d7l\n6dNi000wHzklIIAMrGLckPaVFCfGNyqBzJGL4paBZvVnAJhi/aTkASO56AA6\nyfkAujOIAAS6Vo7tWcya6GPQbQkkYwGHeerd0gQGQiYV7uPiu/unMvdCDJJ0\nNgszbLKtyLum6R4mE4AO7EuVaImDEMpArJ5d2wp8JJr35+mAklvRUJo9XuPe\nOJkH2PzWcvkiZ0q2LbIzf1Q4CxOEKPcpmKOg/n6Sc2HOtafcxj0pLNRbEqmj\nISMS\r\n=q50Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.6","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.19","@hint/utils-fs":"^1.0.5","@hint/utils-css":"^1.0.5","@hint/utils-i18n":"^1.0.5","@hint/utils-types":"^1.1.0","@hint/utils-compat-data":"^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","postcss":"^7.0.32","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","@types/lodash":"^4.14.157","@hint/utils-dom":"^2.1.3","@hint/parser-css":"^3.0.21","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.3.6_1598306098053_0.3746979905676868","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"@hint/hint-compat-api","version":"4.4.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.0","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":"327a1673d9469cf909b539ff8bf25e1fa711ca8c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.0.tgz","fileCount":44,"integrity":"sha512-5wjFtBFUtxIKtScsXdANzcskE1bN6yx7SeCj5bYzw5s9Hs6cKN4eSjwxPC2SkgMyTYjujuxvrBZDAq4acfcpbw==","signatures":[{"sig":"MEUCIQCEUll5IV4tE1Q/TyZVRobr3G2iaLmAEKeAA80gasgxngIgGsboNq+Z3N309fKu6nX1jH9O/RYwZn3qGoLp7bD/Qvg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrExkCRA9TVsSAnZWagAAXnYP/jOIq0fkXhDNPTCvUP9o\nOyFfMXv888crmN/rXWddrsU1qcyHWnv9+SwFho7Q7jlXdnKregV9UTreotK/\nElKbmmlQBBbWIfxl3MM2Fofyy87lc7ljUnVchhXUA06UHRfGlHH0sfK0/TQg\nlFXs8jz043GJ6Z674GQJPd8bc4L7DthNmlOc5rGJFgUGRkctwU5hKyt6HM1E\nb1hDfCv0pO4WE/RVU6rRzsi9gLKP4OzYDTuGTi4rwbZu50U6BHNM4QJB2d+v\nO15D5JIdv6lTvVWAm7pTcuh1JTXFGKJdyUgUfHOVWVPENzBdi3UkMOzUoTVC\nWXfh0tkbBu1MzZ7ODa+iZingyCj/hGnRaI+gCrtouV2sBMBu1I7LNiYv02Qo\ntFUg86jojxJ9Rl0rTgousAQAQJN/MpVCbNIqewvWR1Rj6mrhVoDNBOcuAuVF\nR6yDMxYIsT6b+kLPJFZfwhbK+K2fCZ2qQk39JefVQxbPshBjzihrxlW2X8gS\nb6qXPXJTR+WxHWtVaewRQFi2RLeSns/fsvdoVc5JNNzwDmqnRHSdVUAK+x3T\nZTVwtFWtTDECWmvkdnip01PZq2x/Meo0wUUjiA6JFqu4Fn71sW/J6eJIlHo4\nplT24gI8OoA9l+cqqAkXW3m4I0sliumWzSf62TVSKr9/MTqQypYABKzbI5Pe\nCRE9\r\n=7IKX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.6","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.20","@hint/utils-fs":"^1.0.6","@hint/utils-css":"^1.0.6","@hint/utils-i18n":"^1.0.6","@hint/utils-types":"^1.1.1","@hint/utils-compat-data":"^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","postcss":"^8.1.1","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","@types/lodash":"^4.14.161","@hint/utils-dom":"^2.1.4","@hint/parser-css":"^3.0.22","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.0_1605127267789_0.7419912324256719","host":"s3://npm-registry-packages"}},"4.4.1":{"name":"@hint/hint-compat-api","version":"4.4.1","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.1","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":"f06e5fb0b204a3da83db26aa0cfdb48111901cf5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.1.tgz","fileCount":44,"integrity":"sha512-NBC8K0Ksat2+a2NjSyOQoS0B91I+7buV1amYUjQSEoM/6mH3m3eGBtT3HqD41EWkRi1Sw09tJ5piHwcceRJmDQ==","signatures":[{"sig":"MEUCIFa7lkbcqYJuoJnl9Ui3yLAPKNafjiBeCJITQO/g+mIbAiEAtTa0PCRDr5DtDmSDBVzUclj87fYj9ooYlpzSduqmgfU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99881,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEr1CRA9TVsSAnZWagAA7VwP/1v4lz/SkTzA8QMLZdYA\nvvnyP9wPnfXxmZB2E2wcFT/q2fuCy7xBEcUAZsqWqDfCEmeEsNOB7NHgrSj5\nDKMqECFLPLFTrdQspe6oHitl3+Zq80XUBfhMpG/KdtRHq4yFx8aWVCzYA/hb\nQrN6Qq0z20276OTdXvApOYbME/sg2hACep6VMsimmuhY+ETBqzq6gMaB2UFl\nEfmxr6obRLsLcFmHYWlC70zYJ6a8T2FU2tRz/iewp5WmFGqogGZFbs0c/Dcc\nbgf3Nfgs1pdh8DB/tzp1HLDN65yOuyQLLPC5uCD63DUfsuiT0k7Iwp0GPdUQ\nW2ITAKfgEda1qWjxKIRXJMoippKNzCys9dEG5gVGo8JGcQYpc6/rfKfgNic5\nGZrKtuUFc/762LIlaLKfxzFnbGo4ZooXdZuWyAW/T0fDDl/LxZcujaebGTKU\nTtOFVMDIP6BWWPT6fxL2D3zHB25/uXVs9BqjzD7oUcmwC8qJ2GewKidr6Uru\nChkaDQtPxK7alEWtHiwdpKlBX/FOsK17wJ+cu1qv/P9BjXnRu915y047wVqe\n0S8wQKjsDtJNEevEpPCBvohbd8yWI1s4EHsE8F3+LGT8XEmRA6rq6EfiVrvN\nnQlY+9N2fDGWA8lzs2YONukX8yhFsitS9wJEtoTpDJXZ3fWDIgKEZs3JRS7R\n3FT3\r\n=mHKE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.6","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.20","@hint/utils-fs":"^1.0.7","@hint/utils-css":"^1.0.7","@hint/utils-i18n":"^1.0.7","@hint/utils-types":"^1.1.2","@hint/utils-compat-data":"^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","postcss":"^8.2.1","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/lodash":"^4.14.167","@hint/utils-dom":"^2.1.5","@hint/parser-css":"^3.0.23","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.1_1612466933488_0.5162685434807561","host":"s3://npm-registry-packages"}},"4.4.2":{"name":"@hint/hint-compat-api","version":"4.4.2","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.2","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":"3aa2a3df9f5051c04f8a52555ea9700951f55fac","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.2.tgz","fileCount":44,"integrity":"sha512-jpiaSTVu0qeZWZbRCMz5u/MNd/DmlnY6yC3HKSJGYvM49VzFBMZyYCXvJ+43xic4keGKbG/AlV+CTdvI4mZ/rQ==","signatures":[{"sig":"MEYCIQCTAXMC2ckTdsz5bhr+svoWN5lGi60Y9SZmB9fOgujLEAIhAJVdZoSbob7gNt8WGMzLN1Hpd8Xws33tKWdx4i4BGaLr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99881,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeWjCRA9TVsSAnZWagAA6uAP/3/VqxmPqAW388eiDsl2\nB70VZV2ELa30b0v1Yp7OOeJgfK1J2L7kIdVm4+3/EGS7wnJAYEwbK53xXGG3\nYrgBOMdWZXltIxqVi4dQU8agySDTjbhKELnIS6x3bSgEIZf/9tIp5K6PATC/\nDse9W/EGFgvGf3n+uUM/Q/j7SkwJyd3yKrPuRNNTx+0xjfYeaiNdknoW1d6h\nKIcL6n2qGzpAiQxjmo2GYLsNnce6nBlhSklpdM9hbD5sLT90qpOLVXZpf9Rz\nHoTuxA3Rtx89/QMf6/r/TFAMXlOzlUVOtwuRBt0DPQxw3YbFGhDFSr9Kiz9V\nUF7F6LLfkn9u2VM6SpmbwhAPAnWgWkteCrbdIuP4OT3EjrS02cUod/JX7uM1\nemm42RtyyAPdacgIhdPH03ePZvjwjkYi9ro6sKlSpFzLlWSinVo0qxI0WhrC\n4gyHKrVSu/hEq86DqABFE7TS/aP+NjzKrdTL2HWUPrlGbgJtDn4kmCaAMcaQ\n7JF98ur6s1+H5h3brMpen2sLzgYvlF8U+OT1O0r5dUgJgB+WAY9A0dSrbPXr\n+Dtb6NvxkSr33QpWBpKrXQQofe1kdVsAPM8Opfq+1+XbNd/sprEQ6Ink0df6\nbAV4nHre3Mr2KR/5EhrzFyF8zS1bfMC0Q6xK2qwUYQSuW2YgKUQufIQCrNCn\n8GJv\r\n=3Or+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.6","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.20","@hint/utils-fs":"^1.0.8","@hint/utils-css":"^1.0.7","@hint/utils-i18n":"^1.0.7","@hint/utils-types":"^1.1.2","@hint/utils-compat-data":"^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","postcss":"^8.2.1","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/lodash":"^4.14.167","@hint/utils-dom":"^2.1.5","@hint/parser-css":"^3.0.24","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.2_1612572066397_0.2503371521954607","host":"s3://npm-registry-packages"}},"4.4.3":{"name":"@hint/hint-compat-api","version":"4.4.3","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.3","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":"8b2ad51a7e6731a06ad80c9f89032921edadd579","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.3.tgz","fileCount":44,"integrity":"sha512-qErd4uPFgArTjDyi1RQfN0HUb3HhQKqTvF9T23giDGMvBb8sEknya3f3xQ7VW8XIcKOL4V1NDN+WEbuT2dF/ew==","signatures":[{"sig":"MEUCIQDp8lsd+AoQCTOIC8RN5ESE5CFWapVQi73412QLJzBxhQIgUjYOUrhI2Q1gYP087uZDvkqdaeNgPUUhdFhPjh/wU1A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":109358,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRIECRA9TVsSAnZWagAA2pwP/044o0Pe5ExQMnmq8QYu\nJibIUGDsoorrBCvrDP5JGXx1IIFgOh2QllHbzZfsGYglwFTJA/UNnN3X+yXh\nO9aTsSRV4srIel021q2ZrPpcTGWYZBJO5g+ooxmXsEu7G28B9JkvUcCpSTRT\nkpabncfd4CDrIB7j+Oy5V7Yt9APjkoZ3CWJNcUxD+/xXhIrujf+7lopxuHeJ\nCcaqBTuvTZexXd22jKc0F1sigoDmAiEUs+8cPFoiRpvCeBs8LQsi9jFO1P+G\nLUz1JxwROZ5C8bT4f+QwKcSCDs2f1g6TWw4iqf1ZqmB4dD9H+/MxW3aHpeqH\n+iBlCEjlN11J2eGBWkmUSgihNSEcpVuaCVZc7YyMXx+DK3PdxnRV0OAqyzjL\n7z+USJO7favGZtIMhwYMqnb40Pa6nYkvF3wqzJJWbVv1Xu0qQCgRjfdQAsiC\nRvC5Wd+WgJn0nqrnq+ViQKXX5xafcRj8DnbHGBd2cLqdfZ7K8DTaTrfVycNM\nhkiJNS0AmfeJBHEwZISvqWzL9BHTolfG+BhLG0WIAgn8VCSvxGazKsk8ZhjB\nSJSZyqCNyt6bxLU6P4b9OhoYoSoQ9UTO//tkOiLGHnnxUFJ3crCVmcgHqrwN\n4y1vmav7Ry9tG7OpZIEN49ZRKT8y8kQ6J7hb6P9RtXNi1fcptFbP30B5z3QM\nhT2e\r\n=0ETc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.12","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"12.22.1","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.9","@hint/utils-css":"^1.0.8","@hint/utils-i18n":"^1.0.8","@hint/utils-types":"^1.1.3","@hint/utils-compat-data":"^1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.27.0","rimraf":"^3.0.2","postcss":"^8.3.0","copyfiles":"^2.4.1","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/lodash":"^4.14.170","@hint/utils-dom":"^2.1.6","@hint/parser-css":"^3.0.25","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.3_1623265795828_0.4034297902716286","host":"s3://npm-registry-packages"}},"4.4.4":{"name":"@hint/hint-compat-api","version":"4.4.4","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.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":"4659381b2f799cfbff04c6182743080f460c3aa4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.4.tgz","fileCount":44,"integrity":"sha512-6BBggLo831ceDxO2/UPbKlh3EoQdKz0RIkHiqQFXiVpZH7LaYSTaZxE8HMcM1y9ni+OmfM6y7dElFZWcoexRaw==","signatures":[{"sig":"MEUCIQDQEwyQ3WeZv9cwN5sKmyVdFFQnqyes3+RcAREN11pJZwIgW+hUmOzC4af4KSH3aKrRmSc6Sl1MnacZiqCjkr8mSLY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111542},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.15","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.18.1","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.10","@hint/utils-css":"^1.0.9","@hint/utils-i18n":"^1.0.9","@hint/utils-types":"^1.1.4","@hint/utils-compat-data":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","postcss":"^8.3.8","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/lodash":"^4.14.175","@hint/utils-dom":"^2.1.7","@hint/parser-css":"^3.0.26","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.4_1634833169391_0.5651866168247679","host":"s3://npm-registry-packages"}},"4.4.5":{"name":"@hint/hint-compat-api","version":"4.4.5","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.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":"04cbd79dd9d306c04b2a2624de24f08b40beca8e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.5.tgz","fileCount":44,"integrity":"sha512-GOQ/h1R7ajDfhGV80jwyzR5e9xEWKKWVgCCryW6RdKvkrPX4RLXYnNPOaFTrnWXXfiCHZweA/3iPjCUPigc6Ew==","signatures":[{"sig":"MEUCIBSZvQ8y8YQRx21W6ShsLbcdqYcsf+95hJQkB/AJY+ZmAiEAr2UALwnila5bHcpXCXddg34B3gyipO6CFMdm5z2FcRE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111542},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.15","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.18.1","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.10","@hint/utils-css":"^1.0.9","@hint/utils-i18n":"^1.0.9","@hint/utils-types":"^1.1.4","@hint/utils-compat-data":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","postcss":"^8.3.8","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/lodash":"^4.14.175","@hint/utils-dom":"^2.1.7","@hint/parser-css":"^3.0.26","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.5_1635537389854_0.7360590437528294","host":"s3://npm-registry-packages"}},"4.4.6":{"name":"@hint/hint-compat-api","version":"4.4.6","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.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":"11a7ea9113ae24e8061e96aa6b2954206a9a0097","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.6.tgz","fileCount":44,"integrity":"sha512-aQlQ+wNSAIJ4Oj5FkBCqHlXQBsozK0csUfzzG+SVvVtyhkwbkUBOGbXhklWhTHF570LyT00QWYGpaXEHj6ieBw==","signatures":[{"sig":"MEQCIAvYk1NqBOrZtD7j98t/84EKh5pbtUzbrTSaRrTWsPB1AiAdUg6FH/dveLoHC9QKyIFPugX/wGGm/zuMFdXQ/yk6Yw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112015},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"7.5.2","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.18.0","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.11","@hint/utils-css":"^1.0.10","@hint/utils-i18n":"^1.0.10","@hint/utils-types":"^1.1.5","@hint/utils-compat-data":"^1.1.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","postcss":"^8.3.11","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/lodash":"^4.14.176","@hint/utils-dom":"^2.1.8","@hint/parser-css":"^3.0.27","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.6_1636050550864_0.9525155247265737","host":"s3://npm-registry-packages"}},"4.4.7":{"name":"@hint/hint-compat-api","version":"4.4.7","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.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":"d3acf4da5df34a2b7b90548a7a162d134efab8ee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.7.tgz","fileCount":44,"integrity":"sha512-fAuhnFifUOj3n4uR6O86rehK0Yii895Zmq9f5qHrGgAzGbG5ipkKB5CZSRnzAm1YVCmWd2stMzIWA4xh6wtBvw==","signatures":[{"sig":"MEQCIFtuJ4gghZhEQsW91ciSEuSAGpcpXAjAfmC5OR5+zAxqAiA5Fxt2kTBYOgAsXPKAod71ll9D64NNAmF1OOidpUjCkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KRjCRA9TVsSAnZWagAA2AkP/3Ots7fLmUMHnrpNt5Pd\nQ5ybbhjMdrFpMmksGmc5Mpz4rBk6aGA4dJr+06XoMt7Nwc9zyKs3rKOBi7f7\njkBcRKe7nlTeauDdLaTLRKF3/79YJHO1mv11yB2LQj/EIWKINFm0eDfQ8lL+\n6wtQ/fsqXOcfrpUpfcwwpLMhfEQLVPDHIE31ZeOvRuoHzWyitnCFnNx2SUYk\npC9NFmwFwUinyoC9EOmfPZM1A220lSpCIfkZJzKrYU+YtwwZE9hMGMpGZaCB\n+QX4J8ReEOizgpvZHwoHHsCtNUvuqMfKxxY4c4cT4kiG9/SCmW3bcZ11vqO3\nrth9c6R6ziVGEo2faYmW7vpb1XQ9n0M+Nt0KjdkJBPIw97jjJXkEsz9qVQUb\nvGvrIbnXSPJ8k95ljbUn2/7+F7AbOXGhunWs51IlaAhWz/+FBU/yElNgAtM8\nETFHrwVQ1U7UZK4+SC/ZP+8RuSvQdAnwpxCNZivWFcqi7DrwBBVJcyePkuyR\n7Jx3tTq0xokvGOi90YPnDYZNqGp+EgiEgbm0TLYBu4x0TNzSz271b4ddDYLe\nEDyX+MEjK28NH+xDLRcbQWNn8E9G2xdla+9Bl1W2sy2yx7DoquVCErgniC7b\nV9Y/mQwg7ng1gnD164CXd+egbpDFFTWl3I8ThmvnmKq2XHnsxAMiX1FmWLQa\nszDG\r\n=am5G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.15","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.18.1","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.11","@hint/utils-css":"^1.0.10","@hint/utils-i18n":"^1.0.10","@hint/utils-types":"^1.1.5","@hint/utils-compat-data":"^1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","postcss":"^8.3.11","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/lodash":"^4.14.176","@hint/utils-dom":"^2.1.9","@hint/parser-css":"^3.0.28","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.7_1637006924547_0.14149120015789296","host":"s3://npm-registry-packages"}},"4.4.8":{"name":"@hint/hint-compat-api","version":"4.4.8","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.8","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":"8cf6ff5e5a2e6bd15aae63e1aa9f518f9ee3d5c6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.8.tgz","fileCount":43,"integrity":"sha512-WMZHuqPxO4lsZ6JymE6Tt6wMH852fcPvwxJaYddpyyQ82dwImt672A31qS+OtfjfytNnLP9lmJ5ieb9ILsH17A==","signatures":[{"sig":"MEQCIEe3ZLtUFUO9KQWQ7K517MUYgerEsSo0pDrM1caNZEZIAiAkWR1/256I4LG7wJolKZs6CuW0YHGBek3S8xhhK9rzFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53672,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKksYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrjrBAAhbx05oMHi8sAxa+SQgndn31BEDUrkY3X59UbD46ueGVHj0fp\r\nWEGTjyU7OmTAdburjQC50p6GdWteff83hLobbK2y5P0v8F/FaXyQemPRdbW8\r\nIGEvJK6J2CXPODrp7fnMXxLyhye1ihjMgotyfFUCKnduVTeXggYCkM0iFQlt\r\niUbqY5PlV75LgSaz2s8CKa2jxbsXMbufofPW4lR8yDrIsUwjiCWYAVOTKT9C\r\nCc9gZDj1ZxNrRnkOFAsjK6LPybOVg9p/eRBcPNo+nagN1NJW3XnXaxQxJeWt\r\n/qpx1C2EMg9099aPa3h1ACdQIVIoixKmKs8heQDMDvr8FqUSMvP8ZyXg/0AB\r\n/Ay5r1mRPjjhskEBgZG3vz8vkiv2J1s95jofktU+fkYeTKiDCYkTt19AcIN6\r\n9HrzwdbKnCmHMwd7k1vMGN+BIiWnq+09sTnGruWIG5MBF9WiqRDzf49Wc9dV\r\nSAYRHP5S56LbrKlVlPDp4QlCa+9TKcmD3dqsfmS8eN8x0NnKa0lqHEpVOrLW\r\n8KBR0bo6v/hRSpsJ8CBZ+nGhpqj53AyOFVLxayJyBJ/cbjjtECCgEYMdTGZ9\r\n6fGQV2OBnhfMt1x1OWrCUAUrA/W1GfU2dkp1HaVptiDt9RnkEGF6YQ8MXG4a\r\nydrZFgdibOjogoiTMyTugNREgES4xC3suc8=\r\n=tkvL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"958c5ae10b0cdfebd292c67584ef5b99de8deb14","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.3.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"16.14.0","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.12","@hint/utils-css":"^1.0.11","@hint/utils-i18n":"^1.0.11","@hint/utils-types":"^1.1.6","@hint/utils-compat-data":"^1.1.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.5","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.178","@hint/utils-dom":"^2.1.10","@hint/parser-css":"^3.0.29","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.8_1646938904491_0.041309856877072226","host":"s3://npm-registry-packages"}},"4.4.9":{"name":"@hint/hint-compat-api","version":"4.4.9","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.9","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":"12ac14f7bce9baa6895089f6554970f7939b3ec9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.9.tgz","fileCount":43,"integrity":"sha512-iwQSkJbo99gFhR1uN02uJjdtuUJOCpxq2SCULVYL4FXja+0Dlcm/2WeFiwrr1SpBiPjEBrGnagpuj6FUXJu0Jg==","signatures":[{"sig":"MEUCIAuH5EXLluFiyYd3SNZX3hxGifXd1A7vLEPnpyfmr8T5AiEAn9hTOJAn+0/PaK90HcPeqfDTHU7k2RnBpxiBGLw+ckw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53673,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG3eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAgw//Z6ZMUBXodwwFhpVdoqNT7cJ/we3dqtGphMI2y4NQZnq1LU95\r\nCon1ewurkwBJOhMaEHAOpNMX6dCVi+tDHZKIgqLqNfmVx/VVE8/qhu1YNh8B\r\nYW2DebcMPa0wlDNNFOpE+AkPk6ULPFmbvUWSpMHkRTlFplZ16+maxmQbiNnJ\r\ndVvq1Z1Nc7WWv+8MztTo72TZpTUcr30/gXQrGXKaM6jTIG2Eq9JJJieTKQ5m\r\nrmYwOC77LnmEdYb3xlyQbxhv5/jxruraVGtoSgDxrMo7OE4ow5aMh6mBIeDi\r\nm21T2XjKQE6BE3aq9ecjIADLcs/1YHJqqzPpDaI3+tTNxMxrJSwmqjyvCupJ\r\nOBXHuz7VHop71SHh4pmHwni2rc18dJnwtCCP4LzngvQYu9yjfR2CF6di8sJx\r\nR0QbctVFx1yRLDzjePdfZM/Yoo5xf7fRCNlZFUDrHuDenm3Qo0fZmauj6ZaV\r\nTHD4laQusHtf7R06R25iyw/GqHuYB/gYwozNZjy1TEemIJRHoP/xKrqagsam\r\nJjYNvZvKDIJ5qTZMrmabud1sQxmqsw1XHrRTngcPBMh7m+UTq372DzWGVJjm\r\ncWgkp3fKk5+yaawiqdDeM2cGkfjV+KCiBehbjhMXXd74lG9tUI5CWILP0z8R\r\nRU/ed1gKmfDn6fDWxp1NOzy9cVNgGkdEz90=\r\n=B59K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.5.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"16.14.2","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.12","@hint/utils-css":"^1.0.11","@hint/utils-i18n":"^1.0.11","@hint/utils-types":"^1.1.6","@hint/utils-compat-data":"^1.1.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.5","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.181","@hint/utils-dom":"^2.1.11","@hint/parser-css":"^3.0.30","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.9_1651011038517_0.40645267069673463","host":"s3://npm-registry-packages"}},"4.4.10":{"name":"@hint/hint-compat-api","version":"4.4.10","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.10","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":"87ce441937860b25428eaf6be88683e08b5e3395","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.10.tgz","fileCount":43,"integrity":"sha512-6bHKw/P5sLHvwVvQg7cNkWyDajBA2w5qsoc9tocn3cO3adqNbzd3rpAc2qQ9rdFK0RYAysDHJMYsv18bqp15Zg==","signatures":[{"sig":"MEUCIQDdlD2WbVWK+XDYYBOBYpVdWJ7+S3O8bBqBznlhdbnlTQIgNmOzggRY/F5tUYKSrmMz418G87kVPdvm8lL7CwyoSwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53675,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdowACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4Tg/+JdvMlhYKQTbhAQ9eiTmYEGoITUAAtg9bRJLFz76Lohw6sL2L\r\n0WWiWlKnkEf5ipwUdjNMG/TpXdN6IQf+cPGFqQ9WUhqY8YPHLYeu/HKjkirR\r\nul8qN+aDC2ekD6GeitPMhGBrBbnsVI5lPqXXYpIv0XyX3nYEtEl4K9Tp9BuK\r\nKNs9joitXVHAiusN40p0wx7jBz5psjmoa+rflwEjksRi/AC3QYbefTKR/qZ8\r\nsd7y4y+bm8Z+fyZcsY3jXroI9BofXgVrnatlQL9fDS88ajmg9HvnnxBITB47\r\nfDiPoUbbQEL46NJweR1DwSd2S1y26yaFwv4k5UMBJwPZGOztCcGStxV/jk6P\r\nGotMXm6Bo5vYvEMCaZcz3q3Lp5rCxCA01p9lE/h4JhQHbrBlv+JdXKT9b3fO\r\nKgFgY/mc0YRnhLK4a1FmcMaKxo6xC72pC6TjKFzT7yMv0cMVwsnMP6tPfEH5\r\nO6mKOQRs2piSN20+4cJBHlI3AvRx3BXjwL54IqvRX5QjD4G7o7LlYqGiWi8D\r\n7fli7NyOKJUi4PStTPrs+Z/FEIwLao79Bmzwo+AZrKd9S3R/FwiTvRq99ReC\r\nPepSND9FAxTwy7X36mII7z6q2E4AxRkBy9HQSi83Go9E+sNkgfyaNDpJWl8I\r\nBrTbMlMq0Qr/6BcQiK11iTx/fZkksyxWQDs=\r\n=5rPv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.5.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"16.14.2","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.13","@hint/utils-css":"^1.0.12","@hint/utils-i18n":"^1.0.12","@hint/utils-types":"^1.1.7","@hint/utils-compat-data":"^1.1.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.13","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.181","@hint/utils-dom":"^2.1.12","@hint/parser-css":"^3.0.31","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.10_1651628592719_0.19879402518040346","host":"s3://npm-registry-packages"}},"4.4.11":{"name":"@hint/hint-compat-api","version":"4.4.11","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.11","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":"4c08da585147e3e347c5a79c745a99f4390b50de","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.11.tgz","fileCount":44,"integrity":"sha512-p2FPyg8qvw2T3nYyzYnmVLqRb9ghYXlxfqAoYiFks+ADCwrduaMJIdxOQjl2STIBSMtcio+HzexwyAf+gDYiwg==","signatures":[{"sig":"MEUCIQCqC7WWGQnZ2+Ul8sOqhEvtuxYCvoZRRFNK6xNNev2wrwIgMbBOkNCBUtCgmpUyvdyF0uMJ3ebzS6wRLd/n3smnQYY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn8/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXhBAAktuERO7DgRl5qS4yAlBgAUMCcup/l8lChfpQ4IPwyv6MuKRj\r\n4wv75NTxDrAI3nqhb5BR5eMfAvJIGgymJ3sLb4lFyBdbr74OhCGZ1xDqStJl\r\ng+Th+KZuGPwYsr4gCIkRVy19a/iBfB8h/PvuNTQY83JzkP9gk1oUiXfyvETl\r\nluKLxGch0E6RtQb5CH1qO27HvpetS5hRPZv9KV8zl466jcy1XpYPXuyqw8ME\r\nWqPCvpPKV6s4WLI4L9wYj5OwTyA8NCGI2gv1n9bDdlbGF6OOHZsrzZ++OCF8\r\nhL/pCkEfiqUQxFRxgke1uGI+Ib6Lhp4TU3e+ki8YoxCuC35VZioVWo0VlRyV\r\nuKkb8en7tGzToP6tRPrKfBLhsaE73FiJmTpvbEcN0Ki4iqXiqjiP9FWCJb+X\r\ne1KXTpcjuRdKLwTPfsLeZRN56XW7p6yky+YShBWqN6c+ROpyuOumzEGWHrlP\r\nz6tC9KwmlAVs2A2vvOhYZYzFnlMaUT3XPWmzDv0CE4/miqDEndNpQVhATAkH\r\nPDV9PQRiMcgaWGR+KdViWg3RgrVuHvxmuuWJMO/S2pB9tkYzMBjU/fUFY0DV\r\nV3gmHLtuhV4JXmbbrUSQj7BZiZVzmHbtaE08g3SoY99eLy9TJgxHC1U0AiPy\r\nyAdP2Z6IPridm7NJ4yY/am5+cmMYzuFpEQ4=\r\n=C16S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"6.14.17","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.19.3","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.14","@hint/utils-css":"^1.0.12","@hint/utils-i18n":"^1.0.12","@hint/utils-types":"^1.1.7","@hint/utils-compat-data":"^1.1.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.13","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.181","@hint/utils-dom":"^2.1.13","@hint/parser-css":"^3.0.32","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.11_1654554430858_0.7416718791133525","host":"s3://npm-registry-packages"}},"4.4.12":{"name":"@hint/hint-compat-api","version":"4.4.12","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.4.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":"ac02e7766371130449c440d5b46495124f3267a3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.4.12.tgz","fileCount":43,"integrity":"sha512-VLd67TBY7ddsiMuC4UxVoyhbACE0X3yDZCmZs8AhiSFJE7+mloVFM5OHYhTzcdTQ4m8zAl1qE6zci6CfkdHiqQ==","signatures":[{"sig":"MEUCIQC2hP1GuwRpY4epotYeBZM0gPcMJgSi0cKzuFlHQWq9IwIgPbnWSBMIycoxnC4gRRpWYVFXWHSXrZl9pvmVSczi3dc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53674,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6BmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqjQ//YBjOxuWGhvHnxHpFTJAbO+euUi2GuAUWva7KcGG1FK/GO9FW\r\n9+sP2mpOccrglk8aSTA/CYI6GrpWB5942fY1KRruSz20BlovEDhPcY2qmK3E\r\nPTvkd0skQilP4cMCbCI9aCr8b66OivpabB6Rn1WjZV9s2pkNRuTYCZFSymea\r\n8hLAntZKX17r04mPZfjxe+dY4z2hm2iTuNruLwvVPibcuMhCMraMFd7VJn3X\r\n3Ca9xJ+9fLBuYQTonFCZyAbIoJXWT8PK+fn+lcI5emJIwQ0PW14kTDlyx3xs\r\nQQW4Szc5PTu+iui8LppfWG9wCZButi36CztfWsI7jtWYdF+oWs8pixqkqgXo\r\nJ/AKkk52PwnG8xjR3kFaycVfqeCF1GSOgvlPCWjdcfbBseRQ8aOq6a3mGNTJ\r\ndPc0USG0inj9PnEuKbCO2Wl/dSL/AaoQYfK666Sw4UiTyTTUnYxprSF2AYCS\r\nfrpBR8HPOVjo0k9HKACps/+v5dLGjN4m69PoGmt9lPMOWFcXndzLpQRt9tDU\r\nHoYLHiJC6ShlCVs9819wfsv7vj9rJwDK1ofKbMuoKF+9JkMfmNOkCg1tqQp/\r\n0dVgCrbNAgpw5YaU/lACMU+z7UiZoge4BRQcjM+MQ3zYYzbEdEx7FjsH8ueU\r\n+SPHGNYvi56ex0thHZh6/7gs1uFzCR+Fk7s=\r\n=ec7n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.12.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.19.3","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.14","@hint/utils-css":"^1.0.12","@hint/utils-i18n":"^1.0.12","@hint/utils-types":"^1.1.7","@hint/utils-compat-data":"^1.1.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.13","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.181","@hint/utils-dom":"^2.1.13","@hint/parser-css":"^3.0.32","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.4.12_1655152742457_0.5377251204207778","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"@hint/hint-compat-api","version":"4.5.0","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.5.0","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e6dd4d74f81f395c3e3fab5c0e06ab1b10c1bcdf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.5.0.tgz","fileCount":43,"integrity":"sha512-//wtJia4nNqP3zAwK3gG1YizmxL2oevtcuyYeWTACJDtqmdXAwhLGrWz0sVTUcW4aaYvc8ZVvT4GVYW+kuJw4g==","signatures":[{"sig":"MEQCIAhzwpvMhLFVOwwOGTI/5X+q7jyZXWLRMxocnvcZ2AgFAiBv37Ccdv4n2xiweEMedmA01q2rdFb9VHvo9DthxOEjvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFQdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvjQ//dG3/FFl5Pt3PNZZ8eE4H+tfjbNdZ0IA4PwbDDG6N9oK2Wfbk\r\npSmWem9CdQOCp19He/E7+SwBxCi9npJnHImYmEBRoCXFCivce2yDPwIRvhx9\r\nCFPGeSEMUP4GHkCKulmt4g8nRJ4Cm7x+jVswOFVY3lGV11Wif1s1ZULbeTAv\r\nPXq+JO5uq7w0YMWKev2u4svxR21Z/Bw/1hHO3KqaZ8xS5my49SdRiBRAZ32v\r\ntAGzoP8yh7TF5uBFBt9hmTTOWJ01l2HR/iZVZspomZ2iMQYMu7rsnRvauLys\r\nycVWGEIDjRuJiTana/cJtcvn3if+nUUQjnaa9FKy2+E5MwE/ECZoeIozGGOY\r\npwnh996qx3UpraAAkFRkm/7GH4we7TVT0wUsHTPC+uXfP37wXaep66n35/us\r\n2KKk8Nk+t36qx/hZp1cgb09Pf8kHaZ6K7gMb8TKaPC/uxjiqi6lgDrKZIm0W\r\neNCDduCqKoHdttTv4YGmMshI1Rigdx1+onNNs61KdBTebcLgDkUK6sCF/7R/\r\noQWTR/sbc03Vss+OQmcM2Evit36dPP9a/l9slibnQ+mw+FrTJbfwkeqtXDLz\r\nc37UmRWUzHAxLn0WMvk91FtifJ4wmPHPj9eBz84gKZpU5rI0jfu2iFa2x83t\r\nK0z0DUdcYIHvcSgF6f6a1Ju86tQPVJABDXw=\r\n=+NXx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.12.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.19.3","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.14","@hint/utils-css":"^1.0.13","@hint/utils-i18n":"^1.0.13","@hint/utils-types":"^1.2.0","@hint/utils-compat-data":"^1.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.13","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.181","@hint/utils-dom":"^2.2.0","@hint/parser-css":"^3.0.33","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.5.0_1657295901055_0.6509711419232211","host":"s3://npm-registry-packages"}},"4.5.1":{"name":"@hint/hint-compat-api","version":"4.5.1","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.5.1","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1029a527b2a0d807e8719904c62ca8c0d32c6b24","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.5.1.tgz","fileCount":43,"integrity":"sha512-ydi65dndXqBsPHFXNRFDf+w40hwnZ4bHL+ctiAuzJiYxFyPS64aHBs3fC9wAgX8JBE2YgR1puDB18ACxpujTGA==","signatures":[{"sig":"MEUCIGwmWF61SCbVCjnHCpqer6GBxyW7S90XTIPf6eS3bMZIAiEAtt2g0tRJA9DuGE3VfcsWLaNtVHVXcpIiXbkEo4D+SLE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yvCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpzyg/9GECiA7L/4ugsh287+y/9/QQd5d11LqibMc/TPkITR2NilRnK\r\nRPqcmmZfRPeIXdbGalX8boA7y9m0nBL0n11uz9X8cbzVHcChuxK8cPFp7ogz\r\n8lDsC3QaL/I2pv0HR8r+143iuKEDPsXz7l8BdWvYk6yhgdTNJf/pM+hV1eUO\r\nFW1irER9zgsTt+VMFGHedJorR/Lr9PJhAcwEkOd3jP9FW+UR3Whbgfl0NZqq\r\nvHPQQ2C+U/9LDkyx1FYyUgFlro4wxbYqqVGU40X1InRQahktujU5zWq/5fpx\r\n5F3YIGghjGpLj/shJDlcfAqUoPEVJ5zDwPf3AwhnUWGkO3S2TFNCXN4WcCN3\r\nHVSjUmCkxQbO9Un1Fx61/2v2RPjxtauIVqa2TiJ5QsrtSWtKQ5AiPcFeVoyY\r\nWig9VgcPLbZF/Z3IjyFYeTP2rX0GhEP6gXSuDO5olBqWVZB+Deqd7u1Vc79v\r\nZ/uqVoWpr2JbbO+dtC2iiaXspYX8s2DLYfhzKLRnDvE4qsCvayRZfAOvH8gj\r\n8YRNIlFizb8ixbtbd9HtNBpqrt5unGV9V5cDHkq2ftWmpNOShfaeJ8oWT7Mi\r\nq2cSbgUWV79PeWFjt8g6TcclbyqgdYJ8qgpNgAz/cDoNjZOZ4sJpIIeMZtbt\r\nRLSQv7J7o5Hc0jOlPfWxN3XRHDUf7amkEiU=\r\n=rMds\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.14.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.14","@hint/utils-css":"^1.0.13","@hint/utils-i18n":"^1.0.13","@hint/utils-types":"^1.2.0","@hint/utils-compat-data":"^1.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.13","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.181","@hint/utils-dom":"^2.2.0","@hint/parser-css":"^3.0.34","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.5.1_1658530754207_0.9760917163660381","host":"s3://npm-registry-packages"}},"4.5.2":{"name":"@hint/hint-compat-api","version":"4.5.2","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.5.2","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8d335b44925e81348a0c2eb374d4d90864157ec1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.5.2.tgz","fileCount":43,"integrity":"sha512-9MC1yz/2OKwochgCEohVvwTsG4Bdk67owKFN5dTlpm+annNRGtdqCA8Kfq30MFr921ZQhWrfXAmhIZQ72iNARg==","signatures":[{"sig":"MEQCIHhQPS3SUZkGTAJuEAYoZS06Fp7PYz82M3VkONB8rUkGAiAQVleS1ndIhKg1ArsxdIDHKgrycGSeVcHmMndSWX+05Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3fsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvMxAAmuaZy232kVcrJZ+mE3owjX0OxPTNI2H+gjQ02xZGnSY3fpJV\r\njF52F6qEaktktalmoRNi3BoR3l47ytlLUxNzyRdJylOvVvEGcZb2nHKoSbhp\r\no9p+ZPQbLQYd6XKabJUV4EdNdNGQc/b7x9ZMb9Q0rPF8By79iVE7VKNf/YhZ\r\nT3TISz9r6T98MBOsAteN6SiCpBwf4geu2Pk1hyUqkY6/8JPv2qgPAXJSdizo\r\nhJwG7KSPHnqLsDseBfxiVS1JZL9TMi7UKrI2hj5HuA0pFdc6YUbukQxziCBA\r\ncvMhTzK4L3BdwW1RB9XjUJohSnfgDP9xF+AejIih6YkZ1YMmz2VNzpGIy/jZ\r\nkbS42Vx8k3syq0jkgT373isc+O3i7w5ZC4ZspO8eI9G0fVWyHcGfbr6eA6ic\r\ntRIp0CLwzfAmOxYGDoMG1/vi7jOSIufXgLQlfsrFbYcUu0aPZfXx5rcdspGC\r\nkI8ZmV0BOpuqPgQQF0ybA0wCINFeGPxjGKhXuWvgv/RFe4hyac8/P3+AXivy\r\nBzMA3+w/nDRVTnC2ka1w0qZpEo3Z9MaZ5Y1zhs76HXDWrhj6LeEdTysIlnX3\r\nAlq+bD9jKC+ZzEiHxFf4WlDFW37aEEDZWNhXPlWj1UVhIMN4DlNd0DgjaJ3D\r\nrWkrawzhdQEzQeJKtkoSpB25Ltv440dGCx0=\r\n=nz+b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.14.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.14","@hint/utils-css":"^1.0.13","@hint/utils-i18n":"^1.0.13","@hint/utils-types":"^1.2.0","@hint/utils-compat-data":"^1.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.13","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.182","@hint/utils-dom":"^2.2.1","@hint/parser-css":"^3.0.35","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.5.2_1662482412112_0.7353100209951535","host":"s3://npm-registry-packages"}},"4.5.3":{"name":"@hint/hint-compat-api","version":"4.5.3","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.5.3","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"592213ece719f6ddee1a9b84131330d5ab3ff052","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.5.3.tgz","fileCount":43,"integrity":"sha512-K0wwCDvYLvGrj85FCGyMkpWLrLOH+ttP1pY10lpj0lszbMae0/LUhp5fV0gaGchlJ5iceYct8wI2jwoB8qFVcA==","signatures":[{"sig":"MEQCIA5+sEtuKT7saTvglRU7S67ncZQwPo6LVQq/OCIZIrkBAiBZYowXRrL3cJsi1udC1kBXTcGcupfsLe+csE3BRXNUUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy/kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4og/+IiPD1KlcZzmvUIPTRYJc/5MajIh6y+Ziqgewnb1BwBIRYKMH\r\nz+F0rM0jqhcQZ7aVTPzj3Qn/lTTt2e1KADtMu8D1ftuiY3iL07lCw+q1Z8Jh\r\nh3hLwjkgIYvwak3SasPn3/speBHD8vyTzemUH/FQKjj+MthHr11/Zh68lbEI\r\nkSRkyXS+kYoS4H9c+nbXgZr4n2t8p9CuVaFzUeAoGEMuIE495HbrGql9CHFC\r\n6EFvqzM2e5sO3/0+kGu+JxKwK8QgAWJAvFcaMyovyr+DROsg2BLijyzy/pr+\r\nKAchkt1VncOwYiPylTbKdC69zc1zXR+KjJWvNhtOMHmO6k1Tfwb/ysRYPkVD\r\nWujzjWvpB+KF9uS8yznq/axOKZZUBTMLA/vyKahAqqbbDrWYPXIVYDSU1yU1\r\n5yL+VpOFznjjhqmCQWfh4ZQ6DytnK0ti5KN4DftzevqiYibqTil5BR/Zmm5c\r\n76kaJFM8qYwHXC+LI6NorncuHpMFqMcpSYZXo5Spgma7vGQ4q+aNcV/UO4fo\r\nxFvbPbkZ39tQcKLCliajtbm/eE+sJlT91fytNW4t7n1rOBFgZ6ZORhVr+I3T\r\npwvbrqgzMJ3EqYcnEewSr8n2zdc7kpM3ZepphVTSzQH9kqdGLr5rD/aeXWTL\r\nGb1s9QRVXpcVGyui3SVN4aGxTd21tIpjBEc=\r\n=Dn5z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.14.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.15","@hint/utils-css":"^1.0.14","@hint/utils-i18n":"^1.0.14","@hint/utils-types":"^1.2.0","@hint/utils-compat-data":"^1.1.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.13","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/lodash":"^4.14.182","@hint/utils-dom":"^2.2.2","@hint/parser-css":"^3.0.36","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.5.3_1665085411920_0.460679214813589","host":"s3://npm-registry-packages"}},"4.5.4":{"name":"@hint/hint-compat-api","version":"4.5.4","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.5.4","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3ca4d621f2d0c8e61bf683816d4b69073783ea0c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.5.4.tgz","fileCount":43,"integrity":"sha512-vE+iszNMlSm8BcnZ3OyuRrsOc0dwwgQ4uAJ0H8CM+veOHlKD+BAJd6hCGNIt187l5n23h+2EobfDw7bWZhbKeA==","signatures":[{"sig":"MEUCIAQ2alkjzTKv+YpJ28vwnk+ehxIJEHxBw2UStwGO5H4NAiEA2iuh63NR8wda3HDQCI6M1jlXnJWR29K955MRZyRHMMo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE50KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqhxg//QdBuiR2JRVmODiCJNujJ6CjVhbyBjNHDl3VNWnOUey0RnNhK\r\n0g1/ie1ISCauqLsQbtzS9Ct8LEuh2NLYl78DpJR1iucDn8qIb9pkHtHvigCA\r\nT8Ofq00VFpUg5JKTF+6PFdBDohD2lSXEfPFTxaX7FM0XJ9eiWjOV50XyLAi/\r\nh4Kt4j7+e3gJzBh30eDK94VQNkLnO3nQ6rXOj5qW5rA+034FbaSQQq9/4oN5\r\nvSzzEhm3YMiwFaTTovVRG8A2iw2lXAup64E1dJsUl6Pq2zrNpSoXz48u62km\r\nBVWq2X1jdCkSN7mPCkc8cOUqPDqP96B47HjiJ/xCu9whkC4tAWK2ZRHZAwLJ\r\nUcp1ZO07YvxjtdvIR4ce9BQffNXksrOh+h+8gGwUv4dn81rapS9dpFZzmnVS\r\nmMK6KmLRT3AQUzeNGrPxibhso13dOk1+gY0cZ09InWQ+8R5HT4/rJsiLhIKQ\r\nId2BM0Gf8W1Zv7kS+2YKnCRnD5OThd3hO0UNkDf/jFtSkUUkAwYZhe4kUsDs\r\n4wrt4340TumHA2EAHY4fDZn//VSx/H3GCcnnrRLmNvVZ0Vsc5A2mqZraGR6V\r\nOHMCJ34JXVcz2C23on/AQbmqkhAnH6g6wqsD6hfqGCc4mRLr3ljBUen9IVS7\r\nZAWukQkMDF5dniB9RxOVkP7v0w6oXp9FrTY=\r\n=/9co\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.14.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.15","@hint/utils-css":"^1.0.14","@hint/utils-i18n":"^1.0.14","@hint/utils-types":"^1.2.0","@hint/utils-compat-data":"^1.1.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.13","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","@types/lodash":"^4.14.187","@hint/utils-dom":"^2.2.3","@hint/parser-css":"^3.0.37","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.5.4_1679006986436_0.26954082291980774","host":"s3://npm-registry-packages"}},"4.5.5":{"name":"@hint/hint-compat-api","version":"4.5.5","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.5.5","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4a3e8c103f25fa6ba2ef8ad5746b83f2caec8520","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.5.5.tgz","fileCount":43,"integrity":"sha512-uOLs5ndKy8Wbowy73macVavmED3Yn6see3kZZEVrcQJRGnDsX3zP8ZhBoxaqVPjo5kjvFc5fbTHbmZjKsGywkw==","signatures":[{"sig":"MEYCIQCIbPHoP2tFaz+Z6+rsBk7KbEiBPIRPVT/7OopMSocg5QIhAIoKJM6krJE7nrTJvrrpre8rF6iChGYfrJIg2cU4WG+D","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJah+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowcA//SkrpltpftkJdW4LQQ0Dj9bjvSgoYRIgW1xXsp1ghSrccsGuq\r\nIxohewRZtmA66LyoteTW1nL4VIX9J9wST2GJA97DvyzZjCwjM19pSrgOkZ4U\r\nhxQH8bNCSf0uFXhOmdGzVTQA08slGjKFpPk8QAZhyhsrIie9vuu2rZaA3Q8p\r\nDnjxq6JSLI4A8fWbygcWXnn26OsVEj6b8h94qiGUYM3Jqb8YHLAnGSgbH13P\r\nq+C5fcrpz6BrB2A9LEUzcubTPWTlLhU0KwiyqlmaBrjYDDfbHfkLDk/N88dz\r\nweQyht/MjqUjjTG/T2CoXf/H263lCYOGc3WoHJ2haAkvacVhdQo0yQBfFBDn\r\nBOMNoIxbHn8EGj7A6SOYMYIseLyibwhCOH3P4xtn7IgK0O1Jl3II98qqQDCs\r\nhBuWvVR2YPDIdFMGKzYjOHMWLQ1FLk4I/fyemonHnh0k4woVvkGkqXuJfN+0\r\nLZx7Fx1LHp7BHOcKlUqHVb0xovWZq4kTNGcKvOCJRoKBO27rOKXU42ou+jDa\r\n6ZGhb/YAwGunw0KbFvwYrgphGJBv9zIuclebCMwsCeLjX8o/KLbBpOXKRjn4\r\nk4FecpZ2dI5SN+5+1rhQERyhZ9GOEfd8ubBOP9UQ5+LNSeoUj6FwUQOsSsWR\r\nXW2jzafDW1hsy6nFbqQLlqK+wLysP7DFnD4=\r\n=dlKE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"60a76eb56b6691efc428c392fdec4d5ac2cd43ba","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.12.1","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.19.3","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.15","@hint/utils-css":"^1.0.14","@hint/utils-i18n":"^1.0.14","@hint/utils-types":"^1.2.0","@hint/utils-compat-data":"^1.1.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","postcss":"^8.4.13","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","@types/lodash":"^4.14.187","@hint/utils-dom":"^2.2.3","@hint/parser-css":"^3.0.38","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.5.5_1680189566240_0.6193830807921914","host":"s3://npm-registry-packages"}},"4.5.6":{"name":"@hint/hint-compat-api","version":"4.5.6","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.5.6","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"befda663fe93ffc164344755dfa83a88a8c203f6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.5.6.tgz","fileCount":43,"integrity":"sha512-aND+xfvyu37Se1dWGud1tCqf4Y8wo9bzZt+5qyn6x6h/djvNr8yYzFVzT+emrdDHhYZUTpfK5N1PKnh0NTp1LQ==","signatures":[{"sig":"MEUCIQD7xzmmk2zhizsVAyaHsae6JErf0WRzfds5DtDXPPRx5wIgZTpwf7s2pW9BSl8d+jqJEXEWOUiqaXPcvjMo0+H3dAU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53779},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.14.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.16","@hint/utils-css":"^1.0.15","@hint/utils-i18n":"^1.0.15","@hint/utils-types":"^1.2.1","@hint/utils-compat-data":"^1.1.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","postcss":"^8.4.23","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@types/lodash":"^4.14.194","@hint/utils-dom":"^2.2.4","@hint/parser-css":"^3.0.39","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.5.6_1686328032757_0.1534369755013012","host":"s3://npm-registry-packages"}},"4.5.7":{"name":"@hint/hint-compat-api","version":"4.5.7","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","_id":"@hint/hint-compat-api@4.5.7","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":"0d74a01c0723674e79b0144b48f42f25835c84a2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.5.7.tgz","fileCount":43,"integrity":"sha512-zC9dBp5Sj7EiokWsNYnP+uqurfyt3jSKa65BLZs2iMl1qoCeX4ZNkCbkEE/7yCN/9ug1JxN0oFgVJ/WTkxKvjg==","signatures":[{"sig":"MEUCIDAr5AsmOD4aG3maktN8YYfQHBt2DqXA8eVZAbXJSOskAiEAu2iX0SCbZFayFJb6oIq+Mz8jjA3XJRKWnsGnLvCY1uw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53779},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-compat-api"},"_npmVersion":"8.14.0","description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils-fs":"^1.0.16","@hint/utils-css":"^1.0.15","@hint/utils-i18n":"^1.0.15","@hint/utils-types":"^1.2.1","@hint/utils-compat-data":"^1.1.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","postcss":"^8.4.23","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@types/lodash":"^4.14.194","@hint/utils-dom":"^2.2.4","@hint/parser-css":"^3.0.39","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","@hint/parser-css":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-compat-api_4.5.7_1687907317166_0.2631973082005332","host":"s3://npm-registry-packages"}},"4.5.8":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-compat-data":"^1.1.13","@hint/utils-css":"^1.0.15","@hint/utils-fs":"^1.0.16","@hint/utils-i18n":"^1.0.15","@hint/utils-types":"^1.2.1","lodash":"^4.17.21"},"description":"hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported","devDependencies":{"@hint/parser-css":"^3.0.39","@hint/utils-create-server":"^3.4.27","@hint/utils-dom":"^2.2.4","@hint/utils-tests-helpers":"^6.5.7","@types/lodash":"^4.14.194","@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","postcss":"^8.4.23","rimraf":"^5.0.0","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["hint","hint","compat-api","compat-api-hint"],"license":"Apache-2.0","main":"dist/src/index.js","name":"@hint/hint-compat-api","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"@hint/parser-css":"^3.0.0","hint":"^7.0.0"},"repository":{"directory":"packages/hint-compat-api","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","watch":"npm run build && npm-run-all --parallel -c watch:*","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.5.8","_id":"@hint/hint-compat-api@4.5.8","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/index.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-YoTziEIkrDMyr661rOfaxDtjmEtXlOhmElRFLkkVo9dipBPWb6+lpxzuTsG0pqpKjA0quaBLgxW+iCqKdoluxg==","shasum":"56dc75842ebe39c983667f1a0cf4e314d6036afd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-compat-api/-/hint-compat-api-4.5.8.tgz","fileCount":43,"unpackedSize":53779,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDp6pwTrRL09IyYsP2w3WP2pG8TxBIZC44w8Z/6tO+l+wIgKE7HNI27hHZ75jzO6Ff9oAMHeBbWBSsIy2mhGxURsxQ="}]},"_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-compat-api_4.5.8_1724949329817_0.45665669607801584"},"_hasShrinkwrap":false}},"name":"@hint/hint-compat-api","time":{"created":"2019-01-02T19:29:42.328Z","modified":"2024-08-29T16:35:30.270Z","1.0.0":"2019-01-02T19:29:42.553Z","2.0.0":"2019-01-15T21:52:53.721Z","2.0.1":"2019-01-17T21:18:11.352Z","2.1.0":"2019-02-07T22:53:25.537Z","2.1.1":"2019-02-22T00:22:10.181Z","3.0.0":"2019-05-15T02:48:53.355Z","3.0.1":"2019-05-15T04:18:01.676Z","3.0.2":"2019-05-23T15:48:03.503Z","4.0.0":"2019-07-23T16:30:41.047Z","4.0.1":"2019-07-24T21:17:53.439Z","4.0.2":"2019-07-30T19:29:04.290Z","4.0.3":"2019-08-06T20:40:18.696Z","4.0.4":"2019-08-16T02:37:54.781Z","4.0.5":"2019-08-29T15:52:15.617Z","4.0.6":"2019-09-11T22:30:03.518Z","4.0.7":"2019-09-12T21:47:43.088Z","4.1.0":"2019-09-19T18:31:18.210Z","4.1.1":"2019-09-24T19:29:45.048Z","4.1.2":"2019-09-26T21:18:23.004Z","4.1.3":"2019-10-16T19:43:38.401Z","4.2.0":"2019-10-29T22:28:40.670Z","4.3.0":"2019-12-03T01:01:03.496Z","4.3.1":"2019-12-05T00:21:24.941Z","4.3.2":"2020-03-18T21:54:28.913Z","4.3.3":"2020-04-15T19:17:53.173Z","4.3.4":"2020-05-18T22:14:55.781Z","4.3.5":"2020-07-27T20:36:23.539Z","4.3.6":"2020-08-24T21:54:58.228Z","4.4.0":"2020-11-11T20:41:07.925Z","4.4.1":"2021-02-04T19:28:53.619Z","4.4.2":"2021-02-06T00:41:06.570Z","4.4.3":"2021-06-09T19:09:56.004Z","4.4.4":"2021-10-21T16:19:29.687Z","4.4.5":"2021-10-29T19:56:30.061Z","4.4.6":"2021-11-04T18:29:11.235Z","4.4.7":"2021-11-15T20:08:44.762Z","4.4.8":"2022-03-10T19:01:44.652Z","4.4.9":"2022-04-26T22:10:38.697Z","4.4.10":"2022-05-04T01:43:12.944Z","4.4.11":"2022-06-06T22:27:10.978Z","4.4.12":"2022-06-13T20:39:02.662Z","4.5.0":"2022-07-08T15:58:21.242Z","4.5.1":"2022-07-22T22:59:14.359Z","4.5.2":"2022-09-06T16:40:12.282Z","4.5.3":"2022-10-06T19:43:32.116Z","4.5.4":"2023-03-16T22:49:46.646Z","4.5.5":"2023-03-30T15:19:26.434Z","4.5.6":"2023-06-09T16:27:12.984Z","4.5.7":"2023-06-27T23:08:37.313Z","4.5.8":"2024-08-29T16:35:29.952Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}