{"_id":"@hint/hint-content-type","_rev":"2910720","name":"@hint/hint-content-type","description":"hint for media types (f.k.a. MIME types) related best practices","dist-tags":{"latest":"4.2.23"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"time":{"modified":"2023-02-01T08:35:53.000Z","created":"2018-07-16T23:27:55.659Z","4.2.23":"2022-10-06T19:43:34.287Z","4.2.22":"2022-09-06T16:40:13.907Z","4.2.21":"2022-07-22T22:59:15.889Z","4.2.20":"2022-07-08T15:58:22.872Z","4.2.19":"2022-06-13T20:39:04.287Z","4.2.17":"2022-05-04T01:43:14.649Z","4.2.16":"2022-04-26T22:10:40.393Z","4.2.15":"2022-03-10T18:57:58.598Z","4.2.14":"2021-11-15T20:08:47.788Z","4.2.13":"2021-11-04T18:29:12.465Z","4.2.12":"2021-10-29T19:56:31.282Z","4.2.11":"2021-10-21T16:19:32.785Z","4.2.10":"2021-06-09T19:09:59.561Z","4.2.9":"2021-02-06T00:41:11.470Z","4.2.8":"2021-02-04T19:28:57.542Z","4.2.7":"2020-11-11T20:41:11.668Z","4.2.6":"2020-08-24T21:55:02.079Z","4.2.5":"2020-07-27T20:36:27.542Z","4.2.4":"2020-05-18T22:15:00.041Z","4.2.3":"2020-04-15T19:17:57.474Z","4.2.2":"2020-03-18T21:54:36.522Z","4.2.1":"2019-12-05T00:21:28.846Z","4.2.0":"2019-12-03T01:01:07.171Z","4.1.11":"2019-10-29T22:28:44.434Z","4.1.10":"2019-10-16T19:43:42.322Z","4.1.9":"2019-09-26T21:18:27.109Z","4.1.8":"2019-09-24T19:29:49.209Z","4.1.7":"2019-09-19T18:31:22.219Z","4.1.6":"2019-09-11T22:30:08.194Z","4.1.5":"2019-08-29T15:52:20.374Z","4.1.4":"2019-08-16T02:38:00.094Z","4.1.3":"2019-08-06T20:40:24.862Z","4.1.2":"2019-07-30T19:29:08.740Z","4.1.1":"2019-07-24T21:18:02.310Z","4.1.0":"2019-07-23T16:30:35.321Z","4.0.2":"2019-05-23T15:48:09.721Z","4.0.1":"2019-05-15T04:18:18.993Z","4.0.0":"2019-05-15T02:49:31.377Z","3.0.1":"2019-02-22T00:26:36.936Z","3.0.0":"2019-01-15T21:55:29.489Z","2.1.1":"2019-01-02T19:32:25.162Z","2.1.0":"2018-11-28T06:17:31.750Z","2.0.0":"2018-11-05T23:41:55.024Z","1.0.4":"2018-10-31T23:00:42.366Z","1.0.3":"2018-09-06T21:06:41.314Z","1.0.2":"2018-08-14T18:00:54.866Z","1.0.1":"2018-08-10T21:37:14.576Z","1.0.0":"2018-08-06T21:19:58.163Z","1.0.0-beta.0":"2018-07-16T23:27:55.659Z"},"users":{},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"versions":{"4.2.23":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.21","@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.14","@hint/utils-network":"^1.0.23","@hint/utils-string":"^1.0.13","content-type":"^1.0.4","@hint/utils-types":"^1.2.0"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.23","@hint/utils-tests-helpers":"^6.5.3","@types/content-type":"^1.1.5","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.23","types":"./dist/src/hint.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.23","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"4a6c6408254bc2b6a3b909a9cd1e84f304c21c32","size":12176,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.23.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.23.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-content-type_4.2.23_1665085413999_0.3438558624757002"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T19:45:08.250Z","publish_time":1665085414287,"_cnpm_publish_time":1665085414287},"4.2.22":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.20","@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.22","@hint/utils-string":"^1.0.12","content-type":"^1.0.4","@hint/utils-types":"^1.2.0"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.22","@hint/utils-tests-helpers":"^6.5.2","@types/content-type":"^1.1.5","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.22","types":"./dist/src/hint.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.22","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"3f8344ff8ac7f855cc8daba13b4572535af725c1","size":12176,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.22.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.22.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-content-type_4.2.22_1662482413764_0.44641433847125067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-06T16:43:31.029Z","publish_time":1662482413907,"_cnpm_publish_time":1662482413907},"4.2.21":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.19","@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.21","@hint/utils-string":"^1.0.12","content-type":"^1.0.4","@hint/utils-types":"^1.2.0"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.21","@hint/utils-tests-helpers":"^6.5.1","@types/content-type":"^1.1.5","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.21","types":"./dist/src/hint.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.21","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"34d78957b3d601f8d761a3397064be00bdbbb69c","size":12179,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.21.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.21.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-content-type_4.2.21_1658530755732_0.692332733472028"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-22T22:59:28.960Z","publish_time":1658530755889,"_cnpm_publish_time":1658530755889},"4.2.20":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.18","@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.20","@hint/utils-string":"^1.0.12","content-type":"^1.0.4","@hint/utils-types":"^1.2.0"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.20","@hint/utils-tests-helpers":"^6.5.0","@types/content-type":"^1.1.5","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.20","types":"./dist/src/hint.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.20","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"466fda9bfc6a1e1a14a102ff9c5e2fe00a0d5aeb","size":12179,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.20.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.20.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-content-type_4.2.20_1657295902659_0.6828125377125394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T16:36:32.421Z","publish_time":1657295902872,"_cnpm_publish_time":1657295902872},"4.2.19":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.17","@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.19","@hint/utils-string":"^1.0.12","content-type":"^1.0.4","@hint/utils-types":"^1.1.7"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.19","@hint/utils-tests-helpers":"^6.4.1","@types/content-type":"^1.1.5","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.19","types":"./dist/src/hint.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.19","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"472c5f42955cb6b37cf89ea2012e57dc4ca96745","size":12175,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.19.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.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-content-type_4.2.19_1655152744139_0.28229637021428067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T20:39:09.425Z","publish_time":1655152744287,"_cnpm_publish_time":1655152744287},"4.2.17":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.16","@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.17","@hint/utils-string":"^1.0.12","content-type":"^1.0.4","@hint/utils-types":"^1.1.7"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.17","@hint/utils-tests-helpers":"^6.3.11","@types/content-type":"^1.1.5","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.17","types":"./dist/src/hint.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.17","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"2e95d0798918c06eaf6f51f19f943e9ce8a05bc2","size":12179,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.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-content-type_4.2.17_1651628594479_0.7735738418164204"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-04T01:44:21.162Z","publish_time":1651628594649,"_cnpm_publish_time":1651628594649},"4.2.16":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.15","@hint/utils-debug":"^1.0.9","@hint/utils-i18n":"^1.0.11","@hint/utils-network":"^1.0.16","@hint/utils-string":"^1.0.11","content-type":"^1.0.4","@hint/utils-types":"^1.1.6"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.16","@hint/utils-tests-helpers":"^6.3.10","@types/content-type":"^1.1.5","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.16","types":"./dist/src/hint.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.16","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"bbb606400fec72068ce2efa117eed39c819b6675","size":12183,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.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-content-type_4.2.16_1651011040244_0.4685406958182179"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T22:11:57.337Z","publish_time":1651011040393,"_cnpm_publish_time":1651011040393},"4.2.15":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.14","@hint/utils-debug":"^1.0.8","@hint/utils-i18n":"^1.0.11","@hint/utils-network":"^1.0.15","@hint/utils-string":"^1.0.11","content-type":"^1.0.4","@hint/utils-types":"^1.1.6"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.15","@hint/utils-tests-helpers":"^6.3.9","@types/content-type":"^1.1.5","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.15","types":"./dist/src/hint.d.ts","gitHead":"958c5ae10b0cdfebd292c67584ef5b99de8deb14","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.15","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"657747e663e1e8ec82a4081e8e704cb5b17960a0","size":12180,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.15.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-content-type_4.2.15_1646938678452_0.8859893866167692"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T18:58:13.679Z","publish_time":1646938678598,"_cnpm_publish_time":1646938678598},"4.2.14":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.13","@hint/utils-debug":"^1.0.7","@hint/utils-i18n":"^1.0.10","@hint/utils-network":"^1.0.14","@hint/utils-string":"^1.0.10","content-type":"^1.0.4","@hint/utils-types":"^1.1.5"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.14","@hint/utils-tests-helpers":"^6.3.8","@types/content-type":"^1.1.5","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.14","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.14","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"c07589459434accaa429e69fa0cc294214703047","size":21669,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.14.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-content-type_4.2.14_1637006927596_0.9248212538217782"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:51.190Z","publish_time":1637006927788,"_cnpm_publish_time":1637006927788},"4.2.13":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.12","@hint/utils-debug":"^1.0.7","@hint/utils-i18n":"^1.0.10","@hint/utils-network":"^1.0.13","@hint/utils-string":"^1.0.10","content-type":"^1.0.4","@hint/utils-types":"^1.1.5"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.13","@hint/utils-tests-helpers":"^6.3.7","@types/content-type":"^1.1.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.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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.13","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.13","_nodeVersion":"14.18.0","_npmVersion":"7.5.2","dist":{"shasum":"2f7d8c41f05d6176d7ba4c95107a2ec880db95ec","size":21614,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.13.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-content-type_4.2.13_1636050552297_0.25513685486728743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:50.315Z","publish_time":1636050552465,"_cnpm_publish_time":1636050552465},"4.2.12":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.11","@hint/utils-debug":"^1.0.6","@hint/utils-i18n":"^1.0.9","@hint/utils-network":"^1.0.12","@hint/utils-string":"^1.0.9","content-type":"^1.0.4","@hint/utils-types":"^1.1.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.12","@hint/utils-tests-helpers":"^6.3.6","@types/content-type":"^1.1.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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.12","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.12","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"cb1dfa2b5c6cf177ab43acd731d524d311d01890","size":21565,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.12.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-content-type_4.2.12_1635537391154_0.7974345012717021"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:48.469Z","publish_time":1635537391282,"_cnpm_publish_time":1635537391282},"4.2.11":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.11","@hint/utils-debug":"^1.0.6","@hint/utils-i18n":"^1.0.9","@hint/utils-network":"^1.0.11","@hint/utils-string":"^1.0.9","content-type":"^1.0.4","@hint/utils-types":"^1.1.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.11","@hint/utils-tests-helpers":"^6.3.5","@types/content-type":"^1.1.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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.11","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.11","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"54b88678ff4c303fd8ec9313f33e9d4c93946d25","size":21562,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.11.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-content-type_4.2.11_1634833172633_0.9414273516732066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:46.634Z","publish_time":1634833172785,"_cnpm_publish_time":1634833172785},"4.2.10":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.10","@hint/utils-debug":"^1.0.5","@hint/utils-i18n":"^1.0.8","@hint/utils-network":"^1.0.10","@hint/utils-string":"^1.0.8","content-type":"^1.0.4","@hint/utils-types":"^1.1.3"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.10","@hint/utils-tests-helpers":"^6.3.4","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","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.10","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.10","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"81f74b6b81e6c14bb902d1bab14789b98bb3cfe2","size":21189,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.10.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-content-type_4.2.10_1623265799313_0.15487593220556595"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:44.792Z","publish_time":1623265799561,"_cnpm_publish_time":1623265799561},"4.2.9":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.9","@hint/utils-debug":"^1.0.4","@hint/utils-i18n":"^1.0.7","@hint/utils-network":"^1.0.9","@hint/utils-string":"^1.0.7","content-type":"^1.0.4","@hint/utils-types":"^1.1.2"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.9","@hint/utils-tests-helpers":"^6.3.3","@types/content-type":"^1.1.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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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.9","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.9","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1aa3b08ca30dc63a205c8f975f64a7e49ba62823","size":19819,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.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-content-type_4.2.9_1612572071344_0.8771536320704962"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:42.954Z","publish_time":1612572071470,"_cnpm_publish_time":1612572071470},"4.2.8":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.8","@hint/utils-debug":"^1.0.4","@hint/utils-i18n":"^1.0.7","@hint/utils-network":"^1.0.8","@hint/utils-string":"^1.0.7","content-type":"^1.0.4","@hint/utils-types":"^1.1.2"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.8","@hint/utils-tests-helpers":"^6.3.2","@types/content-type":"^1.1.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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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.8","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.8","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"95d07b63eb59b14f8327c92e6ae62b3a0a3f5c2c","size":19820,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.8.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-content-type_4.2.8_1612466937388_0.32959991996975946"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:41.128Z","publish_time":1612466937542,"_cnpm_publish_time":1612466937542},"4.2.7":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.7","@hint/utils-debug":"^1.0.3","@hint/utils-i18n":"^1.0.6","@hint/utils-network":"^1.0.7","@hint/utils-string":"^1.0.6","content-type":"^1.0.4","@hint/utils-types":"^1.1.1"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.7","@hint/utils-tests-helpers":"^6.3.1","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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.7","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.7","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e775820a9678fed85dc2995acd1838cf7753bd2c","size":19230,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.7.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-content-type_4.2.7_1605127271538_0.30017286965543377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:39.264Z","publish_time":1605127271668,"_cnpm_publish_time":1605127271668},"4.2.6":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.6","@hint/utils-debug":"^1.0.2","@hint/utils-i18n":"^1.0.5","@hint/utils-network":"^1.0.6","@hint/utils-string":"^1.0.5","content-type":"^1.0.4","@hint/utils-types":"^1.1.0"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.6","@hint/utils-tests-helpers":"^6.3.0","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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.6","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"470e1e6d4179de3edb37bd37f81e963955bf5368","size":19034,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.6.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-content-type_4.2.6_1598306101974_0.6448444711060257"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:37.436Z","publish_time":1598306102079,"_cnpm_publish_time":1598306102079},"4.2.5":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.5","@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.4","@hint/utils-network":"^1.0.5","@hint/utils-string":"^1.0.4","content-type":"^1.0.4","@hint/utils-types":"^1.0.1"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.5","@hint/utils-tests-helpers":"^6.2.0","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.5","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"d3f03e55e6d230a44d305bae5797181d1cb3df71","size":18850,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.5.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-content-type_4.2.5_1595882187412_0.056936291446090026"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:35.584Z","publish_time":1595882187542,"_cnpm_publish_time":1595882187542},"4.2.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.4","@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.3","@hint/utils-network":"^1.0.4","@hint/utils-string":"^1.0.3","content-type":"^1.0.4","@hint/utils-types":"^1.0.1"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.4","@hint/utils-tests-helpers":"^6.1.2","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@4.2.4","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"a080bf832b62f3ce54b83f0ec65a1b368ab610bd","size":18757,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.2.4.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-content-type_4.2.4_1589840099810_0.05629661667128216"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:33.763Z","publish_time":1589840100041,"_cnpm_publish_time":1589840100041},"4.2.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.3","@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.2","@hint/utils-network":"^1.0.3","@hint/utils-string":"^1.0.2","content-type":"^1.0.4","@hint/utils-types":"^1.0.1"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.3","@hint/utils-tests-helpers":"^6.1.1","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.2.3","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"200af081f12c3a5f93c69e44640ca73995444f41","size":18570,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.2.3_1586978277273_0.49335262348342357"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:31.956Z","publish_time":1586978277474,"_cnpm_publish_time":1586978277474},"4.2.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.2","@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.1","@hint/utils-network":"^1.0.2","@hint/utils-string":"^1.0.1","content-type":"^1.0.4","@hint/utils-types":"^1.0.1"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.2","@hint/utils-tests-helpers":"^6.1.0","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.2.2","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"shasum":"f223efbda1fc3ec89eb0f41fb0828cfc7ccf5ebe","size":18459,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.2.2_1584568476398_0.07797898815087323"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:30.127Z","publish_time":1584568476522,"_cnpm_publish_time":1584568476522},"4.2.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.1","@hint/utils-debug":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.1","@hint/utils-string":"^1.0.0","content-type":"^1.0.4","@hint/utils-types":"^1.0.0"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.1","@hint/utils-tests-helpers":"^6.0.1","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.2.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"667d2d6c9a8c0de4c6095db8554793150dc84617","size":17767,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.2.1_1575505288683_0.7678502041065829"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:28.487Z","publish_time":1575505288846,"_cnpm_publish_time":1575505288846},"4.2.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^7.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.0","@hint/utils-string":"^1.0.0","content-type":"^1.0.4","@hint/utils-types":"^1.0.0"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-create-server":"^3.4.0","@hint/utils-tests-helpers":"^6.0.0","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.2.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"deeecd4a03fb79f0edb5d76c1d97e0d7e90d2aba","size":17764,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.2.0_1575334867012_0.769618504495237"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:26.823Z","publish_time":1575334867171,"_cnpm_publish_time":1575334867171},"4.1.11":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^6.1.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.1.0","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.1.11","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"854e791f25c0e7fa5bcb9ace795c3d688157291d","size":16910,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.1.11_1572388124338_0.37466456583003227"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:24.980Z","publish_time":1572388124434,"_cnpm_publish_time":1572388124434},"4.1.10":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^6.0.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.11","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.1.10","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"944744e8ca6727309414254a711c59df8d166aa4","size":16786,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.1.10_1571255022156_0.8868719081689502"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:23.362Z","publish_time":1571255022322,"_cnpm_publish_time":1571255022322},"4.1.9":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.2","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.10","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.1.9","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"4d8b6d76123f38e3e836eb4774b3c33a567c2aa7","size":16721,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.1.9_1569532706847_0.11622907479412903"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:21.664Z","publish_time":1569532707109,"_cnpm_publish_time":1569532707109},"4.1.8":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.1","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.9","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.1.8","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"307ba2011b228737a1a00fdd7a2fb9a46c343260","size":16715,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.1.8_1569353389080_0.5996873929516198"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:19.988Z","publish_time":1569353389209,"_cnpm_publish_time":1569353389209},"4.1.7":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.8","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.4"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.1.7","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"df6bd0da7f00d90c8c64c36a74f48aab44fc745e","size":16654,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.1.7_1568917882055_0.8932649508584316"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:18.339Z","publish_time":1568917882219,"_cnpm_publish_time":1568917882219},"4.1.6":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.1","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.7","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.3"},"repository":{"directory":"packages/hint-content-type","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"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-content-type@4.1.6","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"0f9277f1b36382454cf03450a8b6fd0398405317","size":16563,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.1.6_1568241008040_0.038267516162378445"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:16.668Z","publish_time":1568241008194,"_cnpm_publish_time":1568241008194},"4.1.5":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.6","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@4.1.5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"b1ca5195cdc5ba5a767632e6ea088ead67b7b7ce","size":16265,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.1.5.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_4.1.5_1567093940254_0.09417880989095795"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:15.028Z","publish_time":1567093940374,"_cnpm_publish_time":1567093940374},"4.1.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.0.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.4","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@4.1.4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"7a6d772ad9cbd342bfbcecd674ecaa1660d4b98f","size":16263,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.1.4.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_4.1.4_1565923079925_0.5773257897961865"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:13.930Z","publish_time":1565923080094,"_cnpm_publish_time":1565923080094},"4.1.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.2","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.4","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@4.1.3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"4c3cc52092d34d0571e4b30e777f8600d5b58e63","size":16260,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.1.3.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_4.1.3_1565124024734_0.6600783945785826"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:12.297Z","publish_time":1565124024862,"_cnpm_publish_time":1565124024862},"4.1.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.1","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.3","@types/content-type":"^1.1.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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@4.1.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"c3723fab68de0bec04021ae961c5977f2486c400","size":16199,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.1.2.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_4.1.2_1564514948583_0.8667939965039124"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:10.634Z","publish_time":1564514948740,"_cnpm_publish_time":1564514948740},"4.1.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.1","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@4.1.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"119112b353eb907c99430d9b51af1e0309bd6043","size":16060,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.1.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_4.1.1_1564003082168_0.30347272286356275"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:08.965Z","publish_time":1564003082310,"_cnpm_publish_time":1564003082310},"4.1.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.0.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.1","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@4.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"e278ccfed0ec3773fe377de9fd0bf449b47b4abb","size":16047,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.1.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_4.1.0_1563899435174_0.5960946740032955"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:07.257Z","publish_time":1563899435321,"_cnpm_publish_time":1563899435321},"4.0.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.1.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^5.0.0","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@4.0.2","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"ac38f003112a8ad35bf5e870bc28b571b6d57f07","size":14111,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.0.2.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_4.0.2_1558626489634_0.2064959622671343"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:05.603Z","publish_time":1558626489721,"_cnpm_publish_time":1558626489721},"4.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.0.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^4.0.0","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@4.0.1","_nodeVersion":"8.16.0","_npmVersion":"6.9.0","dist":{"shasum":"d6ad445354b043449e4b8634c3955412b472d1c4","size":14004,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-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-content-type_4.0.1_1557893898838_0.9936750606159177"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:03.893Z","publish_time":1557893898993,"_cnpm_publish_time":1557893898993},"4.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^1.0.0","content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^4.0.0","@types/content-type":"^1.1.3","@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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@4.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"44e6edbb966154b27359ed32345b4fe0c93c97ea","size":13998,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-4.0.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_4.0.0_1557888571189_0.41535674619672314"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:02.232Z","publish_time":1557888571377,"_cnpm_publish_time":1557888571377},"3.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^3.0.0","@types/content-type":"^1.1.3","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.3","@typescript-eslint/parser":"1.4.0"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@3.0.1","_npmVersion":"6.5.0","_nodeVersion":"11.9.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"88cadcf5ba68ab2371cee6d8a2361044b50f047a","size":12313,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-3.0.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_3.0.1_1550795196788_0.4364994243754321"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:00.572Z","publish_time":1550795196936,"_cnpm_publish_time":1550795196936},"3.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^2.0.3","@types/content-type":"^1.1.2","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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@3.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"1b76975e1f1cd4e0b070f1be53218183ed39e06b","size":11886,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-3.0.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_3.0.0_1547589329365_0.8923727325903976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:58.940Z","publish_time":1547589329489,"_cnpm_publish_time":1547589329489},"2.1.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^2.0.3","@types/content-type":"^1.1.2","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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@2.1.1","_npmVersion":"6.5.0","_nodeVersion":"11.3.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"e79894d26c378c088d73b4339244da69a9c43275","size":11797,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-2.1.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_2.1.1_1546457544986_0.4034030812215117"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:57.135Z","publish_time":1546457545162,"_cnpm_publish_time":1546457545162},"2.1.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^2.0.2","@types/content-type":"^1.1.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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@2.1.0","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"7dc8a5d355021cde0e21046443f3b87ef369a58c","size":11599,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-2.1.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_2.1.0_1543385851598_0.6457902478152528"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:55.505Z","publish_time":1543385851750,"_cnpm_publish_time":1543385851750},"2.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^2.0.0","@types/content-type":"^1.1.2","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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.1.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"59673cbc103efabfd23793071a483098a2cc6077","size":11382,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-2.0.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_2.0.0_1541461314876_0.31168368796759593"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:53.875Z","publish_time":1541461315024,"_cnpm_publish_time":1541461315024},"1.0.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","devDependencies":{"@hint/utils-tests-helpers":"^1.0.1","@types/content-type":"^1.1.2","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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-content-type@1.0.4","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"0e439769847549f70fef58fcf7c8b15d0f9e3542","size":11079,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-1.0.4.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_1.0.4_1541026842230_0.49594808641399935"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:52.216Z","publish_time":1541026842366,"_cnpm_publish_time":1541026842366},"1.0.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","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":["content-type","content-type-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@1.0.3","_npmVersion":"6.4.1","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"d8c2d587c65812d7d4affa41fcb62fb9372c65ba","size":10978,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-1.0.3.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_1.0.3_1536268001150_0.68622622746971"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:50.562Z","publish_time":1536268001314,"_cnpm_publish_time":1536268001314},"1.0.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","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","content-type","content-type-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@1.0.2","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"ed3c5eed59ad11ed56c10214f72e6f82e2dff4de","size":10994,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-1.0.2.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_1.0.2_1534269654706_0.13899250698916332"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:48.890Z","publish_time":1534269654866,"_cnpm_publish_time":1534269654866},"1.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","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","content-type","content-type-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@1.0.1","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"365846149adf8b52fc759ef5f6a6c8aeb7083f58","size":10833,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-1.0.1.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_1.0.1_1533937034470_0.5205271180314182"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:47.217Z","publish_time":1533937034576,"_cnpm_publish_time":1533937034576},"1.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","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","content-type","content-type-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@1.0.0","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"39c3fc784335023d6a8d6e9ff25e11c957386fd6","size":10504,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-1.0.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_1.0.0_1533590398055_0.6393316205245188"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:45.539Z","publish_time":1533590398163,"_cnpm_publish_time":1533590398163},"1.0.0-beta.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"content-type":"^1.0.4"},"description":"hint for media types (f.k.a. MIME types) related best practices","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","content-type","content-type-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-content-type","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-content-type@1.0.0-beta.0","_npmVersion":"6.2.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"7ff31bafef51d54bbd063630dbe70eb41c2343d8","size":10446,"noattachment":false,"key":"/@hint/hint-content-type/-/@hint/hint-content-type-1.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-content-type/download/@hint/hint-content-type-1.0.0-beta.0.tgz"},"maintainers":[{"name":"leotlee","email":"leolee@microsoft.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-content-type_1.0.0-beta.0_1531783675568_0.19899350505652702"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:43.853Z","publish_time":1531783675659,"_cnpm_publish_time":1531783675659}},"readme":"# Correct `Content-Type` header (`content-type`)\n\n`content-type` warns against not serving resources with the\n`Content-Type` HTTP response header with a value containing\nthe appropriate media type and charset for the response.\n\n## Why is this important?\n\nEven though browsers sometimes [ignore][server configs] the value of\nthe `Content-Type` header and try to [sniff the content][mime sniffing\nspec] (see also: [`X-Content-Type-Options` hint][x content type options]),\nit’s indicated to always send the appropriate media type and\ncharset for the response as, among other:\n\n* the media type defines both the data format and how that data is intended\n  to be processed by browsers\n\n* not sending the appropriate `charset`, where appropriate, may\n  [prevent things from being rendered correctly][incorrect rendering]\n  thus creating a bad user experience (see also:\n  [`meta-charset-utf-8` hint][meta charset hint])\n\n* javascript resources served with the wrong media type [may be blocked][blocked\n  resources]\n\n## What does the hint check?\n\nThe hint checks if responses include the `Content-Type` HTTP response\nheader and its value contains the appropriate media type and charset\nfor the response.\n\n### A note about `application/javascript`\n\nThis hint recommends using a `Content-Type` of `text/javascript` for\nJavaScript resources as [noted in the HTML standard][html js mime].\nHowever this hint also allows `application/javascript` because that\nvalue was previously recommended by the IETF in [RFC 4329][rfc 4329].\nRFC 4329 has [an active draft proposed][ietf js mime draft] to also\nrecommend `text/javascript` in the future.\n\nSee the section\n[Can the hint be configured](#can-the-hint-be-configured) below for an\nexample of how to require a specific `Content-Type` value for\nJavaScript resources if desired.\n\n### Examples that **trigger** the hint\n\n`Content-Type` response header is not sent:\n\n```text\nHTTP/... 200 OK\n\n...\n```\n\n`Content-Type` response header is sent with an invalid value:\n\n```text\nHTTP/... 200 OK\n\n...\nContent-Type: invalid\n```\n\n```text\nHTTP/... 200 OK\n\n...\nContent-Type: text/html;;;\n```\n\n`Content-Type` response header is sent with the wrong media type:\n\nFor `/example.png`\n\n```text\nHTTP/... 200 OK\n\n...\nContent-Type: font/woff2\n```\n\n`Content-Type` response header is sent with an unofficial media type:\n\nFor `/example.js`\n\n```text\nHTTP/... 200 OK\n\n...\nContent-Type: application/x-javascript; charset=utf-8\n```\n\n`Content-Type` response header is sent without the `charset` parameter\nfor response that should have it:\n\nFor `/example.html`\n\n```text\nHTTP/... 200 OK\n\n...\nContent-Type: text/html\n```\n\n### Examples that **pass** the hint\n\nFor `/example.png`\n\n```text\nHTTP/... 200 OK\n\n...\nContent-Type: image/png\n```\n\nFor `/example.js`\n\n```text\nHTTP/... 200 OK\n\n...\nContent-Type: text/javascript; charset=utf-8\n```\n\n## How to configure the server to pass this hint\n\n<!-- markdownlint-disable MD033 -->\n<details><summary>How to configure Apache</summary>\n\nBy default Apache [maps certain filename extensions to specific media\ntypes][mime.types file], but depending on the Apache version that is\nused, some mappings may be outdated or missing.\n\nFortunately, Apache provides a way to overwrite and add to the existing\nmedia types mappings using the [`AddType` directive][addtype]. For\nexample, to configure Apache to serve `.webmanifest` files with the\n`application/manifest+json` media type, the following can be used:\n\n```apache\n<IfModule mod_mime.c>\n    AddType application/manifest+json   webmanifest\n</IfModule>\n```\n\nThe same goes for mapping certain filename extensions to specific\ncharsets, which can be done using the [`AddDefaultCharset`][adddefaultcharset]\nand [`AddCharset`][addcharset] directives.\n\nIf you don't want to start from scratch, below is a generic starter\nsnippet that contains the necessary mappings to ensure that commonly\nused file types are served with the appropriate `Content-Type` response\nheader, and thus, make your web site/app pass this hint.\n\n```apache\n# Serve resources with the proper media types (f.k.a. MIME types).\n# https://www.iana.org/assignments/media-types/media-types.xhtml\n\n<IfModule mod_mime.c>\n\n  # Data interchange\n\n    # 2.2.x+\n\n    AddType text/xml                                    xml\n\n    # 2.2.x - 2.4.x\n\n    AddType application/json                            json\n    AddType application/rss+xml                         rss\n\n    # 2.4.x+\n\n    AddType application/json                            map\n\n  # JavaScript\n\n    # 2.2.x+\n\n    # See: https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages.\n    AddType text/javascript                             js mjs\n\n\n  # Manifest files\n\n    # 2.2.x+\n\n    AddType application/manifest+json                   webmanifest\n    AddType text/cache-manifest                         appcache\n\n\n  # Media files\n\n    # 2.2.x - 2.4.x\n\n    AddType audio/mp4                                   f4a f4b m4a\n    AddType audio/ogg                                   oga ogg spx\n    AddType video/mp4                                   mp4 mp4v mpg4\n    AddType video/ogg                                   ogv\n    AddType video/webm                                  webm\n    AddType video/x-flv                                 flv\n\n    # 2.2.x+\n\n    AddType image/svg+xml                               svgz\n    AddType image/x-icon                                cur\n\n    # 2.4.x+\n\n    AddType image/webp                                  webp\n\n\n  # Web fonts\n\n    # 2.2.x - 2.4.x\n\n    AddType application/vnd.ms-fontobject               eot\n\n    # 2.2.x+\n\n    AddType font/woff                                   woff\n    AddType font/woff2                                  woff2\n    AddType font/ttf                                    ttf\n    AddType font/collection                             ttc\n    AddType font/otf                                    otf\n\n\n  # Other\n\n    # 2.2.x+\n\n    AddType text/vtt                                    vtt\n\n</IfModule>\n\n# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n# Serve all resources labeled as `text/html` or `text/plain`\n# with the media type `charset` parameter set to `utf-8`.\n#\n# https://httpd.apache.org/docs/current/mod/core.html#adddefaultcharset\n\nAddDefaultCharset utf-8\n\n# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n# Serve the following file types with the media type `charset`\n# parameter set to `utf-8`.\n#\n# https://httpd.apache.org/docs/current/mod/mod_mime.html#addcharset\n\n<IfModule mod_mime.c>\n    AddCharset utf-8 .appcache \\\n                     .atom \\\n                     .css \\\n                     .js \\\n                     .json \\\n                     .manifest \\\n                     .map \\\n                     .mjs \\\n                     .rdf \\\n                     .rss \\\n                     .vtt \\\n                     .webmanifest \\\n                     .xml\n</IfModule>\n```\n\nNote that:\n\n* The above snippet works with Apache `v2.2.0+`, but you need to have\n  [`mod_mime`][mod_mime] [enabled][how to enable apache modules]\n  in order for it 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\nBy default IIS [maps certain filename extensions to specific media\ntypes][mime.types iis], but depending on the IIS version that is\nused, some mappings may be outdated or missing.\n\nFortunately, IIS provides a way to overwrite and add to the existing\nmedia types mappings using the [`<mimeMap>` element under <staticContent>][mimeMap].\nFor example, to configure IIS to serve `.webmanifest` files with the\n`application/manifest+json` media type, the following can be used:\n\n```xml\n<staticContent>\n    <mimeMap fileExtension=\"webmanifest\" mimeType=\"application/manifest+json\"/>\n</staticContent>\n```\n\nThe same `element` can be used to specify the charset. Continuing with\nthe example above, if we want to use `utf-8` it should be as follows:\n\n```xml\n<staticContent>\n    <mimeMap fileExtension=\"webmanifest\" mimeType=\"application/manifest+json; charset=utf-8\"/>\n</staticContent>\n```\n\nIf you don't want to start from scratch, below is a generic starter\nsnippet that contains the necessary mappings to ensure that commonly\nused file types are served with the appropriate `Content-Type` response\nheader, and thus, make your web site/app pass this hint.\n\n**Note:** the `remove` element is used to make sure we don't use IIS defaults\nfor the given extension.\n\n```xml\n<configuration>\n    <system.webServer>\n        <staticContent>\n            <!-- IIS doesn't set the charset automatically, so we have to override some\n                 of the predefined ones -->\n\n            <!-- Data interchange -->\n            <mimeMap fileExtension=\".json\" mimeType=\"application/json; charset=utf-8\"/>\n            <mimeMap fileExtension=\".map\" mimeType=\"application/json; charset=utf-8\"/>\n            <mimeMap fileExtension=\".rss\" mimeType=\"application/rss+xml; charset=utf-8\"/>\n            <mimeMap fileExtension=\".xml\" mimeType=\"text/xml; charset=utf-8\"/>\n\n            <!-- JavaScript -->\n            <!-- https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages -->\n            <mimeMap fileExtension=\".js\" mimeType=\"text/javascript; charset=utf-8\"/>\n            <mimeMap fileExtension=\".mjs\" mimeType=\"text/javascript; charset=utf-8\"/>\n\n            <!-- Manifest files -->\n            <mimeMap fileExtension=\".appcache\" mimeType=\"text/cache-manifest; charset=utf-8\"/>\n            <mimeMap fileExtension=\".webmanifest\" mimeType=\"application/manifest+json; charset=utf-8\"/>\n\n            <!-- Media files -->\n            <mimeMap fileExtension=\".f4a\" mimeType=\"audio/mp4\"/>\n            <mimeMap fileExtension=\".f4b\" mimeType=\"audio/mp4\"/>\n            <mimeMap fileExtension=\".m4a\" mimeType=\"audio/mp4\"/>\n            <mimeMap fileExtension=\".oga\" mimeType=\"audio/ogg\"/>\n            <mimeMap fileExtension=\".ogg\" mimeType=\"audio/ogg\"/>\n            <mimeMap fileExtension=\".spx\" mimeType=\"audio/ogg\"/>\n\n            <mimeMap fileExtension=\".mp4\" mimeType=\"video/mp4\"/>\n            <mimeMap fileExtension=\".mp4v\" mimeType=\"video/mp4\"/>\n            <mimeMap fileExtension=\".mpg4\" mimeType=\"video/mp4\"/>\n            <mimeMap fileExtension=\".ogv\" mimeType=\"video/ogg\"/>\n            <mimeMap fileExtension=\".webm\" mimeType=\"video/webm\"/>\n            <mimeMap fileExtension=\".flv\" mimeType=\"video/x-flv\"/>\n\n            <mimeMap fileExtension=\".cur\" mimeType=\"image/x-icon\"/>\n            <mimeMap fileExtension=\".ico\" mimeType=\"image/x-icon\"/>\n            <mimeMap fileExtension=\".svg\" mimeType=\"image/svg+xml; charset=utf-8\"/>\n            <mimeMap fileExtension=\".svgz\" mimeType=\"image/svg+xml\"/>\n            <mimeMap fileExtension=\".webp\" mimeType=\"image/webp\"/>\n\n\n            <!-- Font files -->\n            <mimeMap fileExtension=\".eot\" mimeType=\"application/vnd.ms-fontobject\"/>\n            <mimeMap fileExtension=\".otf\" mimeType=\"font/otf\"/>\n            <mimeMap fileExtension=\".ttc\" mimeType=\"font/collection\"/>\n            <mimeMap fileExtension=\".ttf\" mimeType=\"font/ttf\"/>\n            <mimeMap fileExtension=\".woff\" mimeType=\"font/woff\"/>\n            <mimeMap fileExtension=\".woff2\" mimeType=\"font/woff2\"/>\n\n            <!-- Others -->\n            <mimeMap fileExtension=\".css\" mimeType=\"text/css; charset=utf-8\"/>\n            <mimeMap fileExtension=\".html\" mimeType=\"text/html; charset=utf-8\" />\n            <mimeMap fileExtension=\".txt\" mimeType=\"text/plain; charset=utf-8\" />\n            <mimeMap fileExtension=\".vtt\" mimeType=\"text/vtt; charset=utf-8\"/>\n        </staticContent>\n\n        <!-- This is needed only if you are serving .svgz images -->\n        <outboundRules>\n            <rule name=\"svgz-content-enconding\" enabled=\"true\">\n                <match serverVariable=\"RESPONSE_Content_Encoding\" pattern=\".*\" />\n                <conditions>\n                    <add input=\"{REQUEST_Filename}\" pattern=\"\\.svgz$\" />\n                </conditions>\n                <action type=\"Rewrite\" value=\"gzip\" />\n            </rule>\n        </outboundRules>\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<!-- markdownlint-enable MD033 -->\n\n## Can the hint be configured?\n\nYou can overwrite the defaults by specifying custom values for the\n`Content-Type` header and the regular expressions that match the URLs\nfor which those values should be required.\n\n`<regex>: <content_type_value>`\n\nE.g. The following hint configuration will make `webhint` require\nthat all resources requested from a URL that matches the regular\nexpression `.*\\.js` be served with a `Content-Type` header with the\nvalue of `application/javascript; charset=utf-8`.\n\nIn the [`.hintrc`][hintrc] file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [...],\n    \"hints\": {\n        \"content-type\": [\"error\", {\n            \".*\\\\.js\": \"application/javascript; charset=utf-8\"\n        }],\n        ...\n    },\n    ...\n}\n```\n\nNote: You can also use the [`ignoredUrls`][ignoring domains]\nproperty from the `.hintrc` file to exclude domains you don’t control\n(e.g.: CDNs) from these checks.\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        \"content-type\": \"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* [Setting the HTTP charset parameter](https://www.w3.org/International/articles/http-charset/index)\n\n<!-- Link labels: -->\n\n[blocked resources]: https://www.fxsitecompat.com/en-CA/docs/2016/javascript-served-with-wrong-mime-type-will-be-blocked/\n[html js mime]: https://html.spec.whatwg.org/multipage/infrastructure.html#dependencies:mime-type\n[ietf js mime draft]: https://tools.ietf.org/html/draft-ietf-dispatch-javascript-mjs\n[incorrect rendering]: https://www.w3.org/International/questions/qa-what-is-encoding\n[mime sniffing spec]: https://mimesniff.spec.whatwg.org/\n[rfc 4329]: https://tools.ietf.org/html/rfc4329\n[server configs]: https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Configuring_server_MIME_types\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n\n<!-- Apache links -->\n\n[addcharset]: https://httpd.apache.org/docs/current/mod/mod_mime.html#addcharset\n[adddefaultcharset]: https://httpd.apache.org/docs/current/mod/core.html#adddefaultcharset\n[addtype]: https://httpd.apache.org/docs/current/mod/mod_mime.html#addtype\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[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[mime.types file]: https://github.com/apache/httpd/blob/trunk/docs/conf/mime.types\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[mime.types iis]: https://support.microsoft.com/en-us/help/936496/description-of-the-default-settings-for-the-mimemap-property-and-for-t\n[mimeMap]: https://docs.microsoft.com/en-us/iis/configuration/system.webserver/staticcontent/mimemap\n[x content type options]: https://webhint.io/docs/user-guide/hints/hint-x-content-type-options/\n[meta charset hint]: https://webhint.io/docs/user-guide/hints/hint-meta-charset-utf-8/\n[ignoring domains]: https://webhint.io/docs/user-guide/configuring-webhint/ignoring-domains/\n","_attachments":{},"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0"}