{"_id":"@hint/hint-highest-available-document-mode","_rev":"2910087","name":"@hint/hint-highest-available-document-mode","description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","dist-tags":{"latest":"5.0.19"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"time":{"modified":"2023-02-01T08:34:22.000Z","created":"2018-07-16T23:34:56.227Z","5.0.19":"2022-10-06T19:43:52.728Z","5.0.18":"2022-09-06T16:40:24.548Z","5.0.17":"2022-07-22T22:59:23.414Z","5.0.16":"2022-07-08T15:58:31.875Z","5.0.15":"2022-06-13T20:39:12.673Z","5.0.13":"2022-05-04T01:43:24.227Z","5.0.12":"2022-04-26T22:10:49.302Z","5.0.11":"2022-03-10T18:40:55.730Z","5.0.10":"2021-11-15T20:09:07.097Z","5.0.9":"2021-11-04T18:29:21.125Z","5.0.8":"2021-10-29T19:56:37.378Z","5.0.7":"2021-10-21T16:19:38.672Z","5.0.6":"2021-06-09T19:10:18.700Z","5.0.5":"2021-02-06T00:41:31.934Z","5.0.4":"2021-02-04T19:29:16.849Z","5.0.3":"2020-11-11T20:41:32.229Z","5.0.2":"2020-08-24T21:55:21.500Z","5.0.1":"2020-07-27T20:36:49.188Z","5.0.0":"2020-05-18T22:15:23.597Z","4.2.3":"2020-04-15T19:18:16.341Z","4.2.2":"2020-03-18T21:55:03.986Z","4.2.1":"2019-12-05T00:21:48.144Z","4.2.0":"2019-12-03T01:01:27.847Z","4.1.11":"2019-10-29T22:29:02.576Z","4.1.10":"2019-10-16T19:44:05.662Z","4.1.9":"2019-09-26T21:18:47.708Z","4.1.8":"2019-09-24T19:30:11.203Z","4.1.7":"2019-09-19T18:31:42.312Z","4.1.6":"2019-09-11T22:30:33.210Z","4.1.5":"2019-08-29T15:52:53.702Z","4.1.4":"2019-08-16T02:38:26.365Z","4.1.3":"2019-08-06T20:40:54.204Z","4.1.2":"2019-07-30T19:29:33.888Z","4.1.1":"2019-07-24T21:18:16.245Z","4.1.0":"2019-07-23T16:31:06.667Z","4.0.2":"2019-05-23T15:48:50.982Z","4.0.1":"2019-05-15T04:19:52.719Z","4.0.0":"2019-05-15T02:50:25.535Z","3.0.1":"2019-02-22T16:35:05.249Z","3.0.0":"2019-01-15T21:59:36.371Z","2.1.1":"2019-01-02T19:39:29.942Z","2.1.0":"2018-11-28T06:30:31.585Z","2.0.0":"2018-11-05T23:49:05.551Z","1.0.5":"2018-10-31T23:08:22.194Z","1.0.4":"2018-10-16T23:11:31.647Z","1.0.3":"2018-09-06T21:12:06.731Z","1.0.2":"2018-08-14T18:06:38.354Z","1.0.1":"2018-08-10T21:50:36.379Z","1.0.0":"2018-08-06T21:24:49.462Z","1.0.0-beta.0":"2018-07-16T23:34:56.227Z"},"users":{},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"versions":{"5.0.19":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-i18n":"^1.0.14","@hint/utils-network":"^1.0.23","@hint/utils-string":"^1.0.13","@hint/utils-types":"^1.2.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.23","@hint/utils-dom":"^2.2.2","@hint/utils-tests-helpers":"^6.5.3","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.19","types":"./dist/src/hint.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.19","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"dd5d53633be3674e6bbedf61ddbb3d96fcad7672","size":11466,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.19.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.19.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.19_1665085432549_0.16504098555699764"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T19:46:03.270Z","publish_time":1665085432728,"_cnpm_publish_time":1665085432728},"5.0.18":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.22","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.2.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.22","@hint/utils-dom":"^2.2.1","@hint/utils-tests-helpers":"^6.5.2","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.18","types":"./dist/src/hint.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.18","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"8599a100f4bb3b9c5c2a8dff4ea4a0b0107179f0","size":11464,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.18.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.18_1662482424374_0.07055215403364934"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-06T16:43:20.680Z","publish_time":1662482424548,"_cnpm_publish_time":1662482424548},"5.0.17":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.21","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.2.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.21","@hint/utils-dom":"^2.2.0","@hint/utils-tests-helpers":"^6.5.1","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.17","types":"./dist/src/hint.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.17","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"4d29ca84664a75cf9933b13705735551f8f9282e","size":11463,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.17.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.17_1658530763175_0.03017811309503049"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-22T22:59:51.560Z","publish_time":1658530763414,"_cnpm_publish_time":1658530763414},"5.0.16":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.20","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.2.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.20","@hint/utils-dom":"^2.2.0","@hint/utils-tests-helpers":"^6.5.0","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.16","types":"./dist/src/hint.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.16","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"8c2c855f3013742322510eb35cb9290e6c0dfdf6","size":11463,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.16.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.16_1657295911708_0.6637719238941995"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T16:36:31.800Z","publish_time":1657295911875,"_cnpm_publish_time":1657295911875},"5.0.15":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.19","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.1.7"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.19","@hint/utils-dom":"^2.1.13","@hint/utils-tests-helpers":"^6.4.1","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.15","types":"./dist/src/hint.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.15","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"f691c1c6f5eb4c9727991d47f906110e31470aa4","size":11463,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.15.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.15_1655152752526_0.031156363541088306"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T20:39:17.528Z","publish_time":1655152752673,"_cnpm_publish_time":1655152752673},"5.0.13":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.17","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.1.7"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.17","@hint/utils-dom":"^2.1.12","@hint/utils-tests-helpers":"^6.3.11","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.13","types":"./dist/src/hint.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.13","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"a81ba39a28423b731a4274f95cc6b2ce9be37a7f","size":11466,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.13.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.13_1651628604026_0.4087360506227793"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-04T01:44:29.457Z","publish_time":1651628604227,"_cnpm_publish_time":1651628604227},"5.0.12":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-network":"^1.0.16","@hint/utils-string":"^1.0.11","@hint/utils-types":"^1.1.6"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.16","@hint/utils-dom":"^2.1.11","@hint/utils-tests-helpers":"^6.3.10","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.12","types":"./dist/src/hint.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.12","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"b9883969385a04dd954ce24981cacf0b19289aca","size":11468,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.12.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.12_1651011049131_0.44677581098230146"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T22:11:57.655Z","publish_time":1651011049302,"_cnpm_publish_time":1651011049302},"5.0.11":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-network":"^1.0.15","@hint/utils-string":"^1.0.11","@hint/utils-types":"^1.1.6"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.15","@hint/utils-dom":"^2.1.10","@hint/utils-tests-helpers":"^6.3.9","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.11","types":"./dist/src/hint.d.ts","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.11","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"2ea6dd817599526c563091213e52bd69fca5c2a4","size":11467,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.11.tgz"},"_npmUser":{"name":"oaflynn","email":"flynnolivia@microsoft.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.11_1646937655576_0.6856769039969197"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T18:41:03.662Z","publish_time":1646937655730,"_cnpm_publish_time":1646937655730},"5.0.10":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-network":"^1.0.14","@hint/utils-string":"^1.0.10","@hint/utils-types":"^1.1.5"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.14","@hint/utils-dom":"^2.1.9","@hint/utils-tests-helpers":"^6.3.8","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.28.1","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.29.0","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.3.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.10","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.10","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"e04c262ba3e0f8147fcc580c39cd7c348915b68d","size":20745,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.10.tgz"},"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.10_1637006946779_0.9244995435250383"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:37.174Z","publish_time":1637006947097,"_cnpm_publish_time":1637006947097},"5.0.9":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-network":"^1.0.13","@hint/utils-string":"^1.0.10","@hint/utils-types":"^1.1.5"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.13","@hint/utils-dom":"^2.1.8","@hint/utils-tests-helpers":"^6.3.7","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.28.5","@typescript-eslint/parser":"^4.28.1","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.29.0","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.3.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.9","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.9","_nodeVersion":"14.18.0","_npmVersion":"7.5.2","dist":{"shasum":"30a326e2419421f4fa92481493d0fdedc910cad5","size":20693,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.9.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.9_1636050560955_0.47934047724271744"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:36.281Z","publish_time":1636050561125,"_cnpm_publish_time":1636050561125},"5.0.8":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-network":"^1.0.12","@hint/utils-string":"^1.0.9","@hint/utils-types":"^1.1.4"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.12","@hint/utils-dom":"^2.1.7","@hint/utils-tests-helpers":"^6.3.6","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.28.5","@typescript-eslint/parser":"^4.28.1","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.29.0","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.3.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.8","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.8","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"19c7f037dd17c86e3b955af2f299c6a7736e3a09","size":20643,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.8.tgz"},"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.8_1635537397201_0.016336479116202618"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:34.443Z","publish_time":1635537397378,"_cnpm_publish_time":1635537397378},"5.0.7":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-network":"^1.0.11","@hint/utils-string":"^1.0.9","@hint/utils-types":"^1.1.4"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.11","@hint/utils-dom":"^2.1.7","@hint/utils-tests-helpers":"^6.3.5","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.28.5","@typescript-eslint/parser":"^4.28.1","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.29.0","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.3.5"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.7","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.7","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"96f2e105dad2cb133efec8b9c692667dc9cd9195","size":20642,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.7.tgz"},"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.7_1634833178523_0.7785942082346968"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:32.380Z","publish_time":1634833178672,"_cnpm_publish_time":1634833178672},"5.0.6":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.8","@hint/utils-network":"^1.0.10","@hint/utils-string":"^1.0.8","@hint/utils-types":"^1.1.3"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.10","@hint/utils-dom":"^2.1.6","@hint/utils-tests-helpers":"^6.3.4","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.22.0","@typescript-eslint/parser":"^4.26.0","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.27.0","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.2.4"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.6","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.6","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"352ff08f697eaae3617e51a3fa37b4d1c7dc86a6","size":20314,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.6.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.6_1623265818509_0.9325918316118713"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:30.481Z","publish_time":1623265818700,"_cnpm_publish_time":1623265818700},"5.0.5":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-network":"^1.0.9","@hint/utils-string":"^1.0.7","@hint/utils-types":"^1.1.2"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.9","@hint/utils-dom":"^2.1.5","@hint/utils-tests-helpers":"^6.3.3","@types/node":"^14.14.22","@typescript-eslint/eslint-plugin":"^4.14.1","@typescript-eslint/parser":"^4.14.1","ava":"^3.15.0","cpx":"^1.5.0","eslint":"^7.17.0","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.1.3"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.5","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"399b29c3bd12897bacf813de3f7e728b39be1439","size":18968,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.5.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.5_1612572091801_0.7753145233188887"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:28.651Z","publish_time":1612572091934,"_cnpm_publish_time":1612572091934},"5.0.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-network":"^1.0.8","@hint/utils-string":"^1.0.7","@hint/utils-types":"^1.1.2"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.8","@hint/utils-dom":"^2.1.5","@hint/utils-tests-helpers":"^6.3.2","@types/node":"^14.14.22","@typescript-eslint/eslint-plugin":"^4.14.1","@typescript-eslint/parser":"^4.14.1","ava":"^3.15.0","cpx":"^1.5.0","eslint":"^7.17.0","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.1.3"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.4","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"62be22befd8b3172822096d6c8f689cf3d39f6c8","size":18967,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.4.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.4_1612466956663_0.10163672790549105"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:26.846Z","publish_time":1612466956849,"_cnpm_publish_time":1612466956849},"5.0.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.6","@hint/utils-network":"^1.0.7","@hint/utils-string":"^1.0.6","@hint/utils-types":"^1.1.1"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.7","@hint/utils-dom":"^2.1.4","@hint/utils-tests-helpers":"^6.3.1","@types/node":"^14.11.2","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","ava":"^3.12.1","cpx":"^1.5.0","eslint":"^7.8.1","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.0.2"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"2302c673cc9697749dc218dabe7cffe872847882","size":18363,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.3.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.3_1605127292028_0.6648607218378861"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:24.996Z","publish_time":1605127292229,"_cnpm_publish_time":1605127292229},"5.0.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.5","@hint/utils-network":"^1.0.6","@hint/utils-string":"^1.0.5","@hint/utils-types":"^1.1.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.6","@hint/utils-dom":"^2.1.3","@hint/utils-tests-helpers":"^6.3.0","@types/node":"^14.0.26","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.10.1","cpx":"^1.5.0","eslint":"^7.6.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^3.9.7"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"8c9fee5fa8f3127496cdba61ed9130b8dfa18d89","size":18177,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.2.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.2_1598306121362_0.7870566851414718"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:23.176Z","publish_time":1598306121500,"_cnpm_publish_time":1598306121500},"5.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.4","@hint/utils-network":"^1.0.5","@hint/utils-string":"^1.0.4","@hint/utils-types":"^1.0.1"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.5","@hint/utils-dom":"^2.1.2","@hint/utils-tests-helpers":"^6.2.0","@types/node":"^13.13.4","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.10.1","cpx":"^1.5.0","eslint":"^6.8.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^3.8.3"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.1","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"82bae5e41679c2ad8e4ac6369a15b192eb744a60","size":17999,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.1_1595882209067_0.5386935587845361"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:21.905Z","publish_time":1595882209188,"_cnpm_publish_time":1595882209188},"5.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.3","@hint/utils-network":"^1.0.4","@hint/utils-string":"^1.0.3","@hint/utils-types":"^1.0.1"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.4","@hint/utils-dom":"^2.1.1","@hint/utils-tests-helpers":"^6.1.2","@types/node":"^13.13.4","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.8.2","cpx":"^1.5.0","eslint":"^6.8.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.0.1","rimraf":"^3.0.2","typescript":"^3.8.3"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"5.0.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@5.0.0","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"c484193f8bfd50c5523038220e8f6007aea547e7","size":17898,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-5.0.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"johnatms","email":"John.Emau@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_5.0.0_1589840123438_0.9813521541989236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:20.030Z","publish_time":1589840123597,"_cnpm_publish_time":1589840123597},"4.2.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.2","@hint/utils-network":"^1.0.3","@hint/utils-string":"^1.0.2","@hint/utils-types":"^1.0.1"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.3","@hint/utils-dom":"^2.1.0","@hint/utils-tests-helpers":"^6.1.1","@types/node":"^13.9.2","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.5.2","cpx":"^1.5.0","eslint":"^6.8.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.0.0","rimraf":"^3.0.2","typescript":"^3.8.3"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.2.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.2.3","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"00696351a4fbe5df3ae8a4bb0c157f10c6ff85d1","size":17648,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.2.3.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.2.3_1586978296172_0.03602443500096264"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:18.185Z","publish_time":1586978296341,"_cnpm_publish_time":1586978296341},"4.2.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.1","@hint/utils-network":"^1.0.2","@hint/utils-string":"^1.0.1","@hint/utils-types":"^1.0.1"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.2","@hint/utils-dom":"^2.0.0","@hint/utils-tests-helpers":"^6.1.0","@types/node":"^12.12.14","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.4.0","cpx":"^1.5.0","eslint":"^6.8.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.0.0","rimraf":"^3.0.2","typescript":"^3.8.3"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.2.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.2.2","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"shasum":"0e538f8b355d3d7c3a45abe109f453f228f9d4c4","size":17540,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.2.2.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.2.2_1584568503832_0.036466945238022186"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:16.541Z","publish_time":1584568503986,"_cnpm_publish_time":1584568503986},"4.2.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.1","@hint/utils-string":"^1.0.0","@hint/utils-types":"^1.0.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.1","@hint/utils-dom":"^1.0.0","@hint/utils-tests-helpers":"^6.0.1","@types/node":"^12.12.12","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^2.4.0","cpx":"^1.5.0","eslint":"^6.6.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.2.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.2.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"0b8765e8a9e146b8bd25f808dc050fda07b9d9f9","size":16843,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.2.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.2.1_1575505308006_0.17580994579001508"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:14.854Z","publish_time":1575505308144,"_cnpm_publish_time":1575505308144},"4.2.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.0","@hint/utils-string":"^1.0.0","@hint/utils-types":"^1.0.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-create-server":"^3.4.0","@hint/utils-dom":"^1.0.0","@hint/utils-tests-helpers":"^6.0.0","@types/node":"^12.12.12","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^2.4.0","cpx":"^1.5.0","eslint":"^6.6.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.2.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.2.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"2a3cafe4ec80ef034cb3fa0d95d2ffcaebabd188","size":16839,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.2.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.2.0_1575334887690_0.8982805436654171"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:13.202Z","publish_time":1575334887847,"_cnpm_publish_time":1575334887847},"4.1.11":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^6.1.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.1.0","@types/node":"^12.7.5","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^2.4.0","cpx":"^1.5.0","eslint":"^6.5.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.11","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.11","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"9c1071f5702d05db0a8dc3b529c5b5405a7c46da","size":16038,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.11.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.11_1572388142416_0.13328286664298084"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:11.555Z","publish_time":1572388142576,"_cnpm_publish_time":1572388142576},"4.1.10":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^6.0.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.11","@types/node":"^12.7.5","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^6.5.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.3"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.10","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.10","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"71c6059477568f8e8ce5951646102d6038314a37","size":15923,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.10.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.10_1571255045532_0.5789240160522804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:09.689Z","publish_time":1571255045662,"_cnpm_publish_time":1571255045662},"4.1.9":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.2"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.10","@types/node":"^12.7.5","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.3"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.9","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.9","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"224bf55327dcf4d9dfb1e0204176becc0bd3d3b4","size":15848,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.9.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.9_1569532727504_0.35397675998623246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:07.831Z","publish_time":1569532727708,"_cnpm_publish_time":1569532727708},"4.1.8":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.1"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.9","@types/node":"^12.7.5","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.3"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.8","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.8","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"0399615e1a938b66bfc2baa8cb3e92b6011ce141","size":15842,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.8.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.8_1569353410978_0.676877710876733"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:06.188Z","publish_time":1569353411203,"_cnpm_publish_time":1569353411203},"4.1.7":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.8","@types/node":"^12.7.4","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.4","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.3"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.4"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.7","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.7","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"dcc4134d33f937ba01045f14736112b06e79c949","size":15763,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.7.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.7_1568917902176_0.12299559657368864"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:04.519Z","publish_time":1568917902312,"_cnpm_publish_time":1568917902312},"4.1.6":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.1"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.7","@types/node":"^12.7.4","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.3","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.2"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.3"},"repository":{"directory":"packages/hint-highest-available-document-mode","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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.6","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.6","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"166234914b598d5125ac27ce10cda3d5ff9be24b","size":15680,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.6.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.6_1568241033073_0.6166681248057684"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:02.884Z","publish_time":1568241033210,"_cnpm_publish_time":1568241033210},"4.1.5":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.6","@types/node":"^12.6.9","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.2","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.2"},"repository":{"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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"2876cf6f739a8fd91b87f4339fc541798235fd8a","size":15379,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.5.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.5_1567093973578_0.04940751480164485"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:01.186Z","publish_time":1567093973702,"_cnpm_publish_time":1567093973702},"4.1.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.0.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.4","@types/node":"^12.6.9","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.1","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.1"},"repository":{"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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"06f0bc9c674639eebd2a88c35515f6648748c7eb","size":15331,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.4.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.4_1565923106196_0.5592941484272336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:59.546Z","publish_time":1565923106365,"_cnpm_publish_time":1565923106365},"4.1.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.2"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.4","@types/node":"^12.6.9","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.0"},"repository":{"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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"e1681082916f562df04f88c4845f01c33b32c16d","size":15326,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.3.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.3_1565124054068_0.0780514990605552"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:58.454Z","publish_time":1565124054204,"_cnpm_publish_time":1565124054204},"4.1.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.1"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.3","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.1.2","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.1.2"},"repository":{"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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"22b90f63c406c4899bd5a725173d8df75776b980","size":15266,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.2.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.2_1564514973741_0.20873115164834455"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:56.795Z","publish_time":1564514973888,"_cnpm_publish_time":1564514973888},"4.1.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.1","@types/node":"^12.6.2","@typescript-eslint/eslint-plugin":"^1.12.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","hint":"^5.1.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.1.0"},"repository":{"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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"7a7aef3b3473a5bc2350f7d70652199b61b02755","size":15122,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.1_1564003096109_0.14463925582973625"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:55.146Z","publish_time":1564003096245,"_cnpm_publish_time":1564003096245},"4.1.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.0.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.1","@types/node":"^12.6.2","@typescript-eslint/eslint-plugin":"^1.12.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","hint":"^5.1.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.1.0"},"repository":{"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":"cpx \"./{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 --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"8d3931d145beebc881405b44b1ead8249d6ed797","size":15113,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.1.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.1.0_1563899466549_0.9472833191757579"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:53.502Z","publish_time":1563899466667,"_cnpm_publish_time":1563899466667},"4.0.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.1.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^5.0.0","@types/node":"^12.0.2","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.7.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.0.2","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.4.5"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.2"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.0.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.0.2","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"96b7b01bff284609fbae0aede6ac22627bee57dd","size":13524,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.0.2.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.0.2_1558626530837_0.8942554634675537"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:51.844Z","publish_time":1558626530982,"_cnpm_publish_time":1558626530982},"4.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.0.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^4.0.0","@types/node":"^12.0.0","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.0.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.4.5"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.0.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.0.1","_nodeVersion":"8.16.0","_npmVersion":"6.9.0","dist":{"shasum":"017cc4b608f1b86d03d81486d87067da824237ef","size":13360,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.0.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.0.1_1557893992560_0.45976730409858946"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:50.185Z","publish_time":1557893992719,"_cnpm_publish_time":1557893992719},"4.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^1.0.0"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^4.0.0","@types/node":"^12.0.0","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.0.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.4.5"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"4.0.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@4.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"8c9ec9ad76ba9fa34c559daecc165e0603135c80","size":13358,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-4.0.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_4.0.0_1557888624905_0.3520660019724924"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:48.498Z","publish_time":1557888625535,"_cnpm_publish_time":1557888625535},"3.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^3.0.0","ava":"^1.2.1","cpx":"^1.5.0","eslint":"^5.14.1","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/eslint-plugin":"^1.4.0","hint":"^4.4.1","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^13.3.0","rimraf":"^2.6.3","typescript":"^3.3.3333","@typescript-eslint/parser":"1.4.0"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^4.4.1"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.0.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@3.0.1","_npmVersion":"6.5.0","_nodeVersion":"11.9.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"fef8682380f3458c053f3027738826df04af059c","size":11948,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-3.0.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_3.0.1_1550853305084_0.9209528031756882"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:46.853Z","publish_time":1550853305249,"_cnpm_publish_time":1550853305249},"3.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^2.0.3","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.12.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","hint":"^4.3.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^13.1.0","rimraf":"^2.6.3","typescript":"^3.2.2","typescript-eslint-parser":"21.0.2"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^4.3.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.0.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@3.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"6f258eabbefeefd13e8fc2fab09ffcc6065cb2c8","size":11511,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-3.0.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_3.0.0_1547589576270_0.898772443552873"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:46.264Z","publish_time":1547589576371,"_cnpm_publish_time":1547589576371},"2.1.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^2.0.3","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.11.1","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","hint":"^4.1.2","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^13.1.0","rimraf":"^2.6.2","typescript":"^3.2.2","typescript-eslint-parser":"21.0.2"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^4.1.2"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"2.1.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@2.1.1","_npmVersion":"6.5.0","_nodeVersion":"11.3.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"1859f14b6a18b3a59314e4b8e747f7487932c35d","size":11430,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-2.1.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_2.1.1_1546457969772_0.7750335268630739"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:44.182Z","publish_time":1546457969942,"_cnpm_publish_time":1546457969942},"2.1.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^2.0.2","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.9.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","hint":"^4.1.0","markdownlint-cli":"^0.13.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^13.1.0","rimraf":"^2.6.2","typescript":"^3.1.6","typescript-eslint-parser":"20.1.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^4.1.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"2.1.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@2.1.0","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"397ca1c50f3790ef17d18754456dd64217f6e53b","size":11367,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-2.1.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_2.1.0_1543386631410_0.899329809018895"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:42.553Z","publish_time":1543386631585,"_cnpm_publish_time":1543386631585},"2.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^2.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.8.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.12.0","hint":"^4.0.0","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^13.1.0","rimraf":"^2.6.2","typescript":"^3.1.5","typescript-eslint-parser":"20.1.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^4.0.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"2.0.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.1.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"99e66ee0aa1ca2e2b3f86b3748ac78b7e9e2879d","size":11147,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-2.0.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_2.0.0_1541461745443_0.03153632309118315"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:40.909Z","publish_time":1541461745551,"_cnpm_publish_time":1541461745551},"1.0.5":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^1.0.1","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.8.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"^0.12.0","hint":"^3.4.14","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^13.1.0","rimraf":"^2.6.2","typescript":"^3.1.5","typescript-eslint-parser":"20.0.0"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^3.4.14"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"1.0.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@1.0.5","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"5050d73b3950dba60239f415c442d6a5bfbdf03b","size":10822,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-1.0.5.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_1.0.5_1541027302035_0.7140393491981631"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:39.210Z","publish_time":1541027302194,"_cnpm_publish_time":1541027302194},"1.0.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^1.0.1","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.7.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","hint":"^3.4.10","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^13.1.0","rimraf":"^2.6.2","typescript":"^3.0.3","typescript-eslint-parser":"^20.0.0"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^3.4.10"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"1.0.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@1.0.4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"d20796f24af00eb9050e4dd53ae217c36f3c09ae","size":10756,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-1.0.4.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_1.0.4_1539731491444_0.4066770408382667"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:37.557Z","publish_time":1539731491647,"_cnpm_publish_time":1539731491647},"1.0.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^1.0.1","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.5.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","hint":"^3.3.2","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^13.0.1","rimraf":"^2.6.2","typescript":"^3.0.3","typescript-eslint-parser":"^18.0.0"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["highest-available-document-mode","highest-available-document-mode-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^3.3.2"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"1.0.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@1.0.3","_npmVersion":"6.4.1","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"554c22360602b93dd0af13a358cac97fd2ba5a95","size":10680,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-1.0.3.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_1.0.3_1536268326529_0.978269330233829"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:35.891Z","publish_time":1536268326731,"_cnpm_publish_time":1536268326731},"1.0.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.2.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","hint":"^3.1.1","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^12.0.2","rimraf":"^2.6.2","typescript":"^3.0.1","typescript-eslint-parser":"^18.0.0"},"engines":{"node":">=8.0.0"},"files":["dist/src","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","highest-available-document-mode","highest-available-document-mode-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^3.1.1"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"1.0.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@1.0.2","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"be86000ac15dbb89468d3cbc2e335b183f71dde4","size":10652,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-1.0.2.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_1.0.2_1534269998190_0.08043875873552375"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:34.212Z","publish_time":1534269998354,"_cnpm_publish_time":1534269998354},"1.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.2.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","markdownlint-cli":"^0.12.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^12.0.2","rimraf":"^2.6.2","hint":"^3.1.0","typescript":"^3.0.1","typescript-eslint-parser":"^18.0.0"},"engines":{"node":">=8.0.0"},"files":["dist/src","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","highest-available-document-mode","highest-available-document-mode-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^3.1.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"1.0.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@1.0.1","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"11ebf0f36edc5544555fe4604e3d57f54f27aace","size":10488,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-1.0.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_1.0.1_1533937836314_0.5100640769523226"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:32.553Z","publish_time":1533937836379,"_cnpm_publish_time":1533937836379},"1.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.2.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","markdownlint-cli":"^0.12.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^12.0.2","rimraf":"^2.6.2","hint":"^3.0.0","typescript":"^3.0.1","typescript-eslint-parser":"^17.0.1"},"engines":{"node":">=8.0.0"},"files":["dist/src","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","highest-available-document-mode","highest-available-document-mode-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^3.0.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"1.0.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@1.0.0","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"3479c5669da8d2d863b26736db4e36a2eb9cb0b8","size":10089,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-1.0.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_1.0.0_1533590689357_0.17827330641025907"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:30.913Z","publish_time":1533590689462,"_cnpm_publish_time":1533590689462},"1.0.0-beta.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to usage of the X-UA-Compatible meta tag and response header","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0-beta.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.1.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","markdownlint-cli":"^0.11.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^12.0.2","rimraf":"^2.6.2","hint":"^3.0.0-beta.0","typescript":"^2.9.2","typescript-eslint-parser":"^16.0.1"},"engines":{"node":">=8.0.0"},"files":["dist/src","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","highest-available-document-mode","highest-available-document-mode-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-highest-available-document-mode","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^3.0.0-beta.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"1.0.0-beta.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-highest-available-document-mode@1.0.0-beta.0","_npmVersion":"6.2.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"0ea5e1927c9c81f360fec47e15563822abf3f2ce","size":9943,"noattachment":false,"key":"/@hint/hint-highest-available-document-mode/-/@hint/hint-highest-available-document-mode-1.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-highest-available-document-mode/download/@hint/hint-highest-available-document-mode-1.0.0-beta.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-highest-available-document-mode_1.0.0-beta.0_1531784096105_0.06021489710705885"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:29.251Z","publish_time":1531784096227,"_cnpm_publish_time":1531784096227}},"readme":"# Highest document mode (`highest-available-document-mode`)\n\n`highest-available-document-mode` warns against not informing browsers\nthat support document modes to use the highest one available.\n\n## Why is this important?\n\nInternet Explorer 8/9/10 support [document compatibility modes][doc\nmodes]. Because of this, even if the site’s visitor is using, let’s\nsay, Internet Explorer 9, it’s possible that Internet Explorer will\nnot use the latest rendering engine, and instead, decide to render\nyour page using the Internet Explorer 5.5 rendering engine.\n\nServing the page with the following HTTP response header:\n\n```text\nX-UA-Compatible: ie=edge\n```\n\nor specifying the `x-ua-compatible` meta tag:\n\n```html\n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n```\n\nwill force Internet Explorer 8/9/10 to render the page in the highest\navailable mode in [the various cases when it may not][ie complications],\nand therefore, ensure that anyone browsing the site from those browsers\nwill get the best possible user experience that browser can offer.\n\nOf the two methods, sending the HTTP response header instead of using\nthe `meta` tag is recommended, as the latter will not always work\n(e.g.: if the site is served on a non-standard port, as Internet\nExplorer’s preference option `Display intranet sites in Compatibility\nView` is checked by default).\n\nNotes:\n\n* If the `meta` is used, it should to be included in the `<head>`\n  before all other tags except for the `<title>` and the other\n  `<meta>` tags.\n\n* Appending `chrome=1` to the value of the HTTP response header or\n  the meta tag is not recommended as [`Chrome Frame` has been\n  deprecated][chrome frame] for quite some time.\n\n## What does the hint check?\n\nBy default, the hint checks if the `X-UA-Compatible` response header\nis sent with the value of `IE=edge`, and that the `meta` tag isn’t\nused.\n\n### Examples that **trigger** the hint for defaults\n\n`X-UA-Compatible` response header is not sent:\n\n```text\nHTTP/... 200 OK\n\n...\n```\n\n`X-UA-Compatible` response header is sent with a value different\nthan `ie=edge`:\n\n```text\nHTTP/... 200 OK\n\n...\nX-UA-Compatible: IE=7\n```\n\n```text\nHTTP/... 200 OK\n\n...\nX-UA-Compatible: ie=edge,chrome=1\n```\n\n`X-UA-Compatible` response header is sent, but the `meta` tag is\nalso specified:\n\n```text\nHTTP/... 200 OK\n\n...\nX-UA-Compatible: ie=edge\n```\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n        <title>example</title>\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\n### Examples that **pass** the hint for defaults\n\n```text\nHTTP/... 200 OK\n\n...\nX-UA-Compatible: ie=edge\n```\n\nThe hint [can be configured](#can-the-hint-be-configured) to require\nthe `X-UA-Compatible` meta tag. This option is indicated mainly for\nthe case when the HTTP response header cannot be set.\n\n### Examples that **trigger** the hint\n\n`X-UA-Compatible` meta tag is not specified:\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\n`X-UA-Compatible` meta tag is specified with a value different than\n`ie=edge`:\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"x-ua-compatible\" content=\"ie=9\">\n        <title>example</title>\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge,chrome=1\">\n        <title>example</title>\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\n`X-UA-Compatible` meta tag is specified in the `<body>`:\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        ...\n    </head>\n    <body>\n        ...\n        <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n        ...\n    </body>\n</html>\n```\n\n`X-UA-Compatible` meta tag is specified in the `<head>`, but it’s\nnot included before all other tags except for the `<title>` and the\nother `<meta>` tags:\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        <script src=\"example.js\"></script>\n        <meta http-equiv=\"x-ua-compatible\" content=\"ie=9\">\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\n### Examples that **pass** the hint\n\n```text\nHTTP/... 200 OK\n\n...\nX-UA-Compatible: ie=edge\n```\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n        <script src=\"example.js\"></script>\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\n## How to configure the server to pass this hint\n\n<details><summary>How to configure Apache</summary>\n\nApache can be configured to add or remove the `X-UA-Compatible`\nheader using the [`Header` directive][header directive].\n\n### Adding the `X-UA-Compatible` header on Apache\n\n```apache\n<IfModule mod_headers.c>\n\n    # Because `mod_headers` cannot match based on the content-type,\n    # and the `X-UA-Compatible` response header should only be sent\n    # for HTML documents and not for the other resources, the following\n    # workaround needs to be done.\n\n    # 1) Add the header to all resources.\n\n    Header set X-UA-Compatible \"IE=edge\"\n\n    # 2) Remove the header for all resources that should not have it.\n\n    <FilesMatch \"\\.(appcache|atom|bbaw|bmp|crx|css|cur|eot|f4[abpv]|flv|geojson|gif|htc|ic[os]|jpe?g|m?js|json(ld)?|m4[av]|manifest|map|markdown|md|mp4|oex|og[agv]|opus|otf|pdf|png|rdf|rss|safariextz|svgz?|swf|topojson|tt[cf]|txt|vcard|vcf|vtt|webapp|web[mp]|webmanifest|woff2?|xloc|xml|xpi)$\">\n        Header unset X-UA-Compatible\n    </FilesMatch>\n\n</IfModule>\n```\n\n## Removing the `X-UA-Compatible` header on Apache\n\nIf the header is sent, in most cases, to make Apache stop sending\nthe `X-UA-Compatible` requires removing the configuration that adds\nit (i.e.: something such as `Header set X-UA-Compatible \"IE=edge\"`).\nHowever, if the header is added from somewhere in the stack (e.g.\nthe framework level, language level such as PHP, etc.), and that\ncannot be changed, you can try to remove it at the `Apache` level,\nusing the following:\n\n```apache\n<IfModule mod_headers.c>\n    Header unset X-UA-Compatible\n</IfModule>\n```\n\nNote that:\n\n* The above snippets work with Apache `v2.2.0+`, but you need to have\n  [`mod_headers`][mod_headers] [enabled][how to enable apache modules]\n  in order for them to take effect.\n\n* If you have access to the [main Apache configuration file][main\n  apache conf file] (usually called `httpd.conf`), you should add\n  the logic in, for example, a [`<Directory>`][apache directory]\n  section in that file. This is usually the recommended way as\n  [using `.htaccess` files slows down][htaccess is slow] Apache!\n\n  If you don't have access to the main configuration file (quite\n  common with hosting services), add the snippets in a `.htaccess`\n  file in the root of the web site/app.\n\nFor the complete set of configurations, not just for this rule, see\nthe [Apache server configuration related documentation][apache config].\n\n</details>\n<details><summary>How to configure IIS</summary>\n\n### Adding the `X-UA-Compatible` header on IIS\n\nTo add the `X-UA-Compatible` header you can use a [`URL rewrite`\nrule][url rewrite] rule that matches the `text/html` `content-type`\nheader of a response and adds it:\n\n```xml\n<configuration>\n     <system.webServer>\n        <rewrite>\n            <outboundRules>\n                <rule name=\"X-UA-Compatible header\">\n                    <match serverVariable=\"RESPONSE_X_UA_Compatible\" pattern=\".*\" />\n                    <conditions>\n                        <add input=\"{RESPONSE_CONTENT_TYPE}\" pattern=\"^text/html\" />\n                    </conditions>\n                    <action type=\"Rewrite\" value=\"IE=edge\"/>\n                </rule>\n            </outboundRules>\n        </rewrite>\n    </system.webServer>\n</configuration>\n```\n\nNote that if your site uses a mime type different than `text/html`\n(e.g.: `application/xhtml+xml`) to serve HTML content, you'll have\nto update the value of `pattern`.\n\n## Removing the `X-UA-Compatible` header on IIS\n\nIf the header is set by IIS using the above technique, removing the\ncode should be enough to stop sending it.\n\nIf the header is set at the application level you can use the following:\n\n```xml\n<configuration>\n     <system.webServer>\n        <httpProtocol>\n             <customHeaders>\n                <remove name=\"X-UA-Compatible\"/>\n             </customHeaders>\n         </httpProtocol>\n    </system.webServer>\n</configuration>\n```\n\nNote that:\n\n* The above snippet works with IIS 7+.\n* You should use the above snippet in the `web.config` of your\n  application.\n\nFor the complete set of configurations, not just for this rule,\nsee the [IIS server configuration related documentation][iis config].\n\n</details>\n\n## Can the hint be configured?\n\n`requireMetaElement` can be set to `true` to allow and require the use of\n`meta` tag.\n\nIn the [`.hintrc`][hintrc] file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [...],\n    \"hints\": {\n        \"highest-available-document-mode\": [ \"warning\", {\n            \"requireMetaElement\": true\n        }],\n        ...\n    },\n    ...\n}\n```\n\nAlso, note that this hint takes into consideration the [targeted\nbrowsers][targeted browsers], and if Internet Explorer 8/9/10 aren’t\namong them, it will suggest removing the `meta` tag and/or not sending\nthe HTTP response header.\n\n## How to use this hint?\n\nThis package is installed automatically by webhint:\n\n```bash\nnpm install hint --save-dev\n```\n\nTo use it, activate it via the [`.hintrc`][hintrc] configuration file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [...],\n    \"hints\": {\n        \"highest-available-document-mode\": \"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## Further Reading\n\n* [Internet Explorer 8/9/10 Complications][ie complications]\n* [Specifying legacy document modes](https://msdn.microsoft.com/en-us/library/jj676915.aspx)\n\n<!-- Link labels: -->\n\n[chrome frame]: https://blog.chromium.org/2013/06/retiring-chrome-frame.html\n[doc modes]: https://msdn.microsoft.com/en-us/library/cc288325.aspx\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n[ie complications]: https://hsivonen.fi/doctype/#ie8\n[targeted browsers]: https://webhint.io/docs/user-guide/configuring-webhint/browser-context/\n\n<!-- Apache links -->\n\n[apache config]: https://webhint.io/docs/user-guide/server-configurations/apache/\n[apache directory]: https://httpd.apache.org/docs/current/mod/core.html#directory\n[header directive]: https://httpd.apache.org/docs/current/mod/mod_headers.html#header\n[how to enable apache modules]: https://github.com/h5bp/server-configs-apache/tree/7eb30da6a06ec4fc24daf33c75b7bd86f9ad1f68#enable-apache-httpd-modules\n[htaccess is slow]: https://httpd.apache.org/docs/current/howto/htaccess.html#when\n[main apache conf file]: https://httpd.apache.org/docs/current/configuring.html#main\n[mod_headers]: https://httpd.apache.org/docs/current/mod/mod_headers.html\n[mod_mime]: https://httpd.apache.org/docs/current/mod/mod_mime.html\n\n<!-- IIS Links -->\n\n[iis config]: https://webhint.io/docs/user-guide/server-configurations/iis/\n[url rewrite]: https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module\n","_attachments":{},"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0"}