{"_id":"@hint/hint-x-content-type-options","_rev":"2912132","name":"@hint/hint-x-content-type-options","description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","dist-tags":{"latest":"4.0.19"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"time":{"modified":"2023-02-01T08:38:58.000Z","created":"2018-07-17T21:13:04.423Z","4.0.19":"2022-10-06T19:44:49.010Z","4.0.18":"2022-09-06T16:41:32.413Z","4.0.17":"2022-07-22T23:00:20.037Z","4.0.16":"2022-07-08T15:59:45.086Z","4.0.15":"2022-06-13T20:40:16.690Z","4.0.13":"2022-05-04T01:44:24.581Z","4.0.12":"2022-04-26T22:11:49.657Z","4.0.11":"2022-03-10T18:50:42.674Z","4.0.10":"2021-11-15T20:10:55.641Z","4.0.9":"2021-11-04T18:30:20.624Z","4.0.8":"2021-10-29T19:57:18.135Z","4.0.7":"2021-10-21T16:20:24.723Z","4.0.6":"2021-06-09T19:12:26.560Z","4.0.5":"2021-02-06T00:44:10.118Z","4.0.4":"2021-02-04T19:32:19.732Z","4.0.3":"2020-11-11T20:44:04.347Z","4.0.2":"2020-08-24T21:57:39.176Z","4.0.1":"2020-07-27T20:39:15.157Z","4.0.0":"2020-05-18T22:17:54.497Z","3.3.3":"2020-04-15T19:20:39.967Z","3.3.2":"2020-03-18T21:57:35.960Z","3.3.1":"2019-12-05T00:50:34.446Z","3.3.0":"2019-12-03T01:03:39.561Z","3.2.11":"2019-10-29T22:31:31.467Z","3.2.10":"2019-10-16T19:46:21.952Z","3.2.9":"2019-09-26T21:21:04.131Z","3.2.8":"2019-09-24T19:32:38.035Z","3.2.7":"2019-09-19T18:34:02.035Z","3.2.6":"2019-09-11T22:32:58.639Z","3.2.5":"2019-08-29T15:55:49.901Z","3.2.4":"2019-08-16T02:41:02.404Z","3.2.3":"2019-08-06T20:43:32.188Z","3.2.2":"2019-07-30T19:32:11.154Z","3.2.1":"2019-07-24T21:21:03.138Z","3.2.0":"2019-07-23T16:33:55.432Z","3.1.2":"2019-05-23T15:51:24.328Z","3.1.1":"2019-05-15T04:31:54.308Z","3.1.0":"2019-05-15T03:00:11.664Z","3.0.1":"2019-02-22T18:38:23.951Z","3.0.0":"2019-02-07T23:19:16.822Z","2.1.1":"2019-01-02T22:27:11.835Z","2.1.0":"2018-11-29T00:07:37.957Z","2.0.0":"2018-11-06T00:45:14.476Z","1.0.4":"2018-11-01T01:02:15.814Z","1.0.3":"2018-09-07T16:24:38.316Z","1.0.2":"2018-08-14T18:25:51.192Z","1.0.1":"2018-08-10T23:50:57.265Z","1.0.0":"2018-08-07T00:01:52.337Z","1.0.0-beta.0":"2018-07-17T21:13:04.423Z"},"users":{},"repository":{"directory":"packages/hint-x-content-type-options","type":"git","url":"git+https://github.com/webhintio/hint.git"},"versions":{"4.0.19":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.14","@hint/utils-network":"^1.0.23","@hint/utils-string":"^1.0.13","@hint/utils-types":"^1.2.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.23","@hint/utils-tests-helpers":"^6.5.3","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.19","types":"./dist/src/hint.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.19","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"6ac30c91621c2f8e77937358c5bd36284618b469","size":48655,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.19.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.19.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.19_1665085488812_0.7346461528235366"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T19:47:04.690Z","publish_time":1665085489010,"_cnpm_publish_time":1665085489010},"4.0.18":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.22","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.2.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.22","@hint/utils-tests-helpers":"^6.5.2","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.18","types":"./dist/src/hint.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.18","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"256ef3990028b328e9cfb9231f7d800f36847885","size":48649,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.18.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.18_1662482492200_0.010003577462421642"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-06T16:44:00.855Z","publish_time":1662482492413,"_cnpm_publish_time":1662482492413},"4.0.17":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.21","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.2.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.21","@hint/utils-tests-helpers":"^6.5.1","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.17","types":"./dist/src/hint.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.17","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"c256946afa32d1cff8c4a8a573ff9ddf33aa4604","size":48045,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.17.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.17_1658530819791_0.22877003761940307"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-22T23:02:08.489Z","publish_time":1658530820037,"_cnpm_publish_time":1658530820037},"4.0.16":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.13","@hint/utils-network":"^1.0.20","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.2.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.20","@hint/utils-tests-helpers":"^6.5.0","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.16","types":"./dist/src/hint.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.16","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"c83154308a865a88f3182d96822ec6daac2d47bc","size":48046,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.16.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.16_1657295984792_0.1002413016970718"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T16:37:05.354Z","publish_time":1657295985086,"_cnpm_publish_time":1657295985086},"4.0.15":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.19","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.1.7"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.19","@hint/utils-tests-helpers":"^6.4.1","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.15","types":"./dist/src/hint.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.15","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"d9671a8de1e556960f61139513da983ed3d61d3d","size":47991,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.15.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.15_1655152816571_0.7322162716514142"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T20:40:21.687Z","publish_time":1655152816690,"_cnpm_publish_time":1655152816690},"4.0.13":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.17","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.1.7"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.17","@hint/utils-tests-helpers":"^6.3.11","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.13","types":"./dist/src/hint.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.13","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"e8edd9b7e3670d2fda9bbb7c50727fda2f39a1be","size":48061,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.13.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.13_1651628664230_0.7372576244163813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-04T01:45:33.429Z","publish_time":1651628664581,"_cnpm_publish_time":1651628664581},"4.0.12":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.9","@hint/utils-i18n":"^1.0.11","@hint/utils-network":"^1.0.16","@hint/utils-string":"^1.0.11","@hint/utils-types":"^1.1.6"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.16","@hint/utils-tests-helpers":"^6.3.10","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.12","types":"./dist/src/hint.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.12","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"f5f6989aede4b28d5f687dab0894f9727c4da362","size":48062,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.12.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.12_1651011109515_0.29057740229729556"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T22:12:02.808Z","publish_time":1651011109657,"_cnpm_publish_time":1651011109657},"4.0.11":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.8","@hint/utils-i18n":"^1.0.11","@hint/utils-network":"^1.0.15","@hint/utils-string":"^1.0.11","@hint/utils-types":"^1.1.6"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.15","@hint/utils-tests-helpers":"^6.3.9","@types/node":"^17.0.14","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.33.0","ava":"^4.0.1","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.11","types":"./dist/src/hint.d.ts","gitHead":"958c5ae10b0cdfebd292c67584ef5b99de8deb14","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.11","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"3d50677dcaa049b24dc3f629e7d2a8693cdb29a3","size":48058,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.11.tgz"},"_npmUser":{"name":"oaflynn","email":"flynnolivia@microsoft.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.11_1646938242547_0.44205742690231875"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T18:50:50.198Z","publish_time":1646938242674,"_cnpm_publish_time":1646938242674},"4.0.10":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.7","@hint/utils-i18n":"^1.0.10","@hint/utils-network":"^1.0.14","@hint/utils-string":"^1.0.10","@hint/utils-types":"^1.1.5"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.14","@hint/utils-tests-helpers":"^6.3.8","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.33.0","@typescript-eslint/parser":"^4.28.1","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.29.0","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.3.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.10","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.10","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"6839b07facd60abcfecc822834ce0e5bfecf93d9","size":55321,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.10.tgz"},"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.10_1637007055465_0.16548798684966592"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:42:08.036Z","publish_time":1637007055641,"_cnpm_publish_time":1637007055641},"4.0.9":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.7","@hint/utils-i18n":"^1.0.10","@hint/utils-network":"^1.0.13","@hint/utils-string":"^1.0.10","@hint/utils-types":"^1.1.5"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.13","@hint/utils-tests-helpers":"^6.3.7","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.28.5","@typescript-eslint/parser":"^4.28.1","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.29.0","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.3.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.9","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.9","_nodeVersion":"14.18.0","_npmVersion":"7.5.2","dist":{"shasum":"68ad52ba5b7a9dada26f63d8adc4a2b0e70c0a7b","size":55275,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.9.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.9_1636050620401_0.4979747090076032"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:42:07.131Z","publish_time":1636050620624,"_cnpm_publish_time":1636050620624},"4.0.8":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.6","@hint/utils-i18n":"^1.0.9","@hint/utils-network":"^1.0.12","@hint/utils-string":"^1.0.9","@hint/utils-types":"^1.1.4"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.12","@hint/utils-tests-helpers":"^6.3.6","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.28.5","@typescript-eslint/parser":"^4.28.1","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.29.0","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.3.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.8","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.8","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"964673d0dd3d1b4c97d2d53ebd184ea5ae4764d5","size":55191,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.8.tgz"},"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.8_1635537437927_0.5030105713340631"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:42:05.262Z","publish_time":1635537438135,"_cnpm_publish_time":1635537438135},"4.0.7":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.6","@hint/utils-i18n":"^1.0.9","@hint/utils-network":"^1.0.11","@hint/utils-string":"^1.0.9","@hint/utils-types":"^1.1.4"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.11","@hint/utils-tests-helpers":"^6.3.5","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.28.5","@typescript-eslint/parser":"^4.28.1","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.29.0","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.3.5"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.7","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.7","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"32ecd3621b4f8eb2076876d1821b527285b64588","size":55192,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.7.tgz"},"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.7_1634833224532_0.5117734942571828"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:42:03.424Z","publish_time":1634833224723,"_cnpm_publish_time":1634833224723},"4.0.6":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.5","@hint/utils-i18n":"^1.0.8","@hint/utils-network":"^1.0.10","@hint/utils-string":"^1.0.8","@hint/utils-types":"^1.1.3"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.10","@hint/utils-tests-helpers":"^6.3.4","@types/node":"^15.6.1","@typescript-eslint/eslint-plugin":"^4.22.0","@typescript-eslint/parser":"^4.26.0","ava":"^3.15.0","copyfiles":"^2.4.1","eslint":"^7.27.0","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.2.4"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.6","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.6","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"220e1be4eb8658c1b65d01aa99666e353cb7deae","size":73712,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.6.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.6_1623265946436_0.6842731413642911"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:42:01.595Z","publish_time":1623265946560,"_cnpm_publish_time":1623265946560},"4.0.5":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.4","@hint/utils-i18n":"^1.0.7","@hint/utils-network":"^1.0.9","@hint/utils-string":"^1.0.7","@hint/utils-types":"^1.1.2"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.9","@hint/utils-tests-helpers":"^6.3.3","@types/node":"^14.14.22","@typescript-eslint/eslint-plugin":"^4.14.1","@typescript-eslint/parser":"^4.14.1","ava":"^3.15.0","cpx":"^1.5.0","eslint":"^7.17.0","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.1.3"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.5","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"28e3f0ca4b844db1fe5470225f1e26adf6e8d7f3","size":66741,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.5.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.5_1612572249941_0.9714566284696113"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:59.550Z","publish_time":1612572250118,"_cnpm_publish_time":1612572250118},"4.0.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.4","@hint/utils-i18n":"^1.0.7","@hint/utils-network":"^1.0.8","@hint/utils-string":"^1.0.7","@hint/utils-types":"^1.1.2"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.8","@hint/utils-tests-helpers":"^6.3.2","@types/node":"^14.14.22","@typescript-eslint/eslint-plugin":"^4.14.1","@typescript-eslint/parser":"^4.14.1","ava":"^3.15.0","cpx":"^1.5.0","eslint":"^7.17.0","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.1.3"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.4","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"468ed7720daf9f4c2306106d85f20f21f219a883","size":66738,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.4.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.4_1612467139582_0.9574164670180916"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:57.539Z","publish_time":1612467139732,"_cnpm_publish_time":1612467139732},"4.0.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.3","@hint/utils-i18n":"^1.0.6","@hint/utils-network":"^1.0.7","@hint/utils-string":"^1.0.6","@hint/utils-types":"^1.1.1"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.7","@hint/utils-tests-helpers":"^6.3.1","@types/node":"^14.11.2","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","ava":"^3.12.1","cpx":"^1.5.0","eslint":"^7.8.1","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.0.2"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"53c7358194ad1c27ee4487452d60875e886d59fb","size":65176,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.3.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.3_1605127444143_0.27444165863135384"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:55.531Z","publish_time":1605127444347,"_cnpm_publish_time":1605127444347},"4.0.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.2","@hint/utils-i18n":"^1.0.5","@hint/utils-network":"^1.0.6","@hint/utils-string":"^1.0.5","@hint/utils-types":"^1.1.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.6","@hint/utils-tests-helpers":"^6.3.0","@types/node":"^14.0.26","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.10.1","cpx":"^1.5.0","eslint":"^7.6.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^3.9.7"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"a2862cc0b4bb559f47935ebbd18bb2d1ef1ffb7b","size":67721,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.2.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.2_1598306259010_0.05863222779249955"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:53.503Z","publish_time":1598306259176,"_cnpm_publish_time":1598306259176},"4.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.4","@hint/utils-network":"^1.0.5","@hint/utils-string":"^1.0.4","@hint/utils-types":"^1.0.1"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.5","@hint/utils-tests-helpers":"^6.2.0","@types/node":"^13.13.4","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.10.1","cpx":"^1.5.0","eslint":"^6.8.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^3.8.3"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.1","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"e1fd8b3741eb01b58f971363057e33ffcbc9d151","size":63776,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.1_1595882355008_0.4360593149776715"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:51.483Z","publish_time":1595882355157,"_cnpm_publish_time":1595882355157},"4.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.3","@hint/utils-network":"^1.0.4","@hint/utils-string":"^1.0.3","@hint/utils-types":"^1.0.1"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.4","@hint/utils-tests-helpers":"^6.1.2","@types/node":"^13.13.4","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.8.2","cpx":"^1.5.0","eslint":"^6.8.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.0.1","rimraf":"^3.0.2","typescript":"^3.8.3"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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.0.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@4.0.0","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"74d738c4762a356da56c0d657cbc4f7c04f42c87","size":63216,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-4.0.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"johnatms","email":"John.Emau@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_4.0.0_1589840274391_0.8116775203011215"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:49.461Z","publish_time":1589840274497,"_cnpm_publish_time":1589840274497},"3.3.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.2","@hint/utils-network":"^1.0.3","@hint/utils-string":"^1.0.2","@hint/utils-types":"^1.0.1"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.3","@hint/utils-tests-helpers":"^6.1.1","@types/node":"^13.9.2","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.5.2","cpx":"^1.5.0","eslint":"^6.8.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.0.0","rimraf":"^3.0.2","typescript":"^3.8.3"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.3.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.3.3","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"241a5e8a08745ed1f47f80c06a52abe1ed72fcfc","size":59284,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.3.3.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.3.3_1586978439832_0.1116935185788368"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:47.458Z","publish_time":1586978439967,"_cnpm_publish_time":1586978439967},"3.3.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.1","@hint/utils-network":"^1.0.2","@hint/utils-string":"^1.0.1","@hint/utils-types":"^1.0.1"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.2","@hint/utils-tests-helpers":"^6.1.0","@types/node":"^12.12.14","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^3.4.0","cpx":"^1.5.0","eslint":"^6.8.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","npm-run-all":"^4.1.5","nyc":"^15.0.0","rimraf":"^3.0.2","typescript":"^3.8.3"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.3.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.3.2","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"shasum":"29e27896f139330843f0ef6eb164d00401abf523","size":59092,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.3.2.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.3.2_1584568655765_0.40755697014807546"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:45.615Z","publish_time":1584568655960,"_cnpm_publish_time":1584568655960},"3.3.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.1","@hint/utils-string":"^1.0.0","@hint/utils-types":"^1.0.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.1","@hint/utils-tests-helpers":"^6.0.1","@types/node":"^12.12.12","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^2.4.0","cpx":"^1.5.0","eslint":"^6.6.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.3.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.3.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"33999dacd554ef2fcb1a48ee883b2a48a801959c","size":56072,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.3.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.3.1_1575507034348_0.7794093786012"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:43.593Z","publish_time":1575507034446,"_cnpm_publish_time":1575507034446},"3.3.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.0","@hint/utils-string":"^1.0.0","@hint/utils-types":"^1.0.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-create-server":"^3.4.0","@hint/utils-tests-helpers":"^6.0.0","@types/node":"^12.12.12","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^2.4.0","cpx":"^1.5.0","eslint":"^6.6.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.3.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.3.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"ec1fa3f0b5140efca9134ab366434dce48e79809","size":53987,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.3.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.3.0_1575335019400_0.9472117183194255"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:41.751Z","publish_time":1575335019561,"_cnpm_publish_time":1575335019561},"3.2.11":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^6.1.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.1.0","@types/node":"^12.7.5","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^2.4.0","cpx":"^1.5.0","eslint":"^6.5.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.2.11","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.11","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"8d7dbd3a5a3f31f5fb47b2fc3f1f7548015125c4","size":53301,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.11.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.11_1572388291282_0.058361577461848"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:39.951Z","publish_time":1572388291467,"_cnpm_publish_time":1572388291467},"3.2.10":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^6.0.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.11","@types/node":"^12.7.5","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^6.5.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.3"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.2.10","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.10","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"6c8bf249a17de3dfb555e0f50c451a63e90b1891","size":53067,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.10.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.10_1571255181842_0.6795376836053695"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:38.694Z","publish_time":1571255181952,"_cnpm_publish_time":1571255181952},"3.2.9":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.2"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.10","@types/node":"^12.7.5","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.3"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.2.9","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.9","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"1d3af4eb2ccbd289932f61cb7758c78ee9481e84","size":53923,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.9.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.9_1569532863992_0.15777187452857722"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:36.850Z","publish_time":1569532864131,"_cnpm_publish_time":1569532864131},"3.2.8":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.1"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.9","@types/node":"^12.7.5","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.3"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.2.8","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.8","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"40a4ec32b044ce707307de2df1057c0b3964d570","size":53920,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.8.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.8_1569353557891_0.30464537963984495"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:35.002Z","publish_time":1569353558035,"_cnpm_publish_time":1569353558035},"3.2.7":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.8","@types/node":"^12.7.4","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.4","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.3"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.4"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.2.7","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.7","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"ea6c09e77481e8838ff09ec379cb7837dc4f2b1f","size":53855,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.7.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.7_1568918041873_0.7951653218825847"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:33.141Z","publish_time":1568918042035,"_cnpm_publish_time":1568918042035},"3.2.6":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.1"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.7","@types/node":"^12.7.4","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.3","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.2"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.3"},"repository":{"directory":"packages/hint-x-content-type-options","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":"3.2.6","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.6","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"d92a27c122e3639523ea5b0f1e91d9275a9a1236","size":53572,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.6.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.6_1568241178498_0.1338272623017398"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:31.295Z","publish_time":1568241178639,"_cnpm_publish_time":1568241178639},"3.2.5":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.6","@types/node":"^12.6.9","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.2","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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":"3.2.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"eb5544769afbb90b38ee924b868367ea9079d3d3","size":54701,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.5.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.5_1567094149767_0.7325550560598155"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:29.412Z","publish_time":1567094149901,"_cnpm_publish_time":1567094149901},"3.2.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.0.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.4","@types/node":"^12.6.9","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.1","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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":"3.2.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"f1db9527b189efea1fc14f28d3b9deef68b62a9e","size":54736,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.4.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.4_1565923262091_0.6739324163488514"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:27.596Z","publish_time":1565923262404,"_cnpm_publish_time":1565923262404},"3.2.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.2"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.4","@types/node":"^12.6.9","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.2.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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":"3.2.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"6a07abd217d5a28f4cb6f964a3012c588846bd56","size":53899,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.3.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.3_1565124212007_0.6858543771354084"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:25.773Z","publish_time":1565124212188,"_cnpm_publish_time":1565124212188},"3.2.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.1"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.3","@types/node":"^12.6.8","@typescript-eslint/eslint-plugin":"^1.13.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.1.2","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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":"3.2.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"19d9c3ada0d8b5cdaf044213dd0e15f04d9090db","size":53777,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.2.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.2_1564515130940_0.2859724383127087"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:23.960Z","publish_time":1564515131154,"_cnpm_publish_time":1564515131154},"3.2.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.1","@types/node":"^12.6.2","@typescript-eslint/eslint-plugin":"^1.12.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","hint":"^5.1.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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":"3.2.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"8ce1635a0705daedf38cf8b2e6d25a5dca1b95b5","size":53569,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.1_1564003262587_0.8981802764477835"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:22.149Z","publish_time":1564003263138,"_cnpm_publish_time":1564003263138},"3.2.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.0.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.1","@types/node":"^12.6.2","@typescript-eslint/eslint-plugin":"^1.12.0","@typescript-eslint/parser":"^1.12.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","hint":"^5.1.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.5.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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":"3.2.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.2.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"9422ef19586cfc9c0a2f7c50712c11c51b1c96fe","size":53555,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.2.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.2.0_1563899635304_0.5570581684141633"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:20.312Z","publish_time":1563899635432,"_cnpm_publish_time":1563899635432},"3.1.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.1.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^5.0.0","@types/node":"^12.0.2","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.7.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.0.2","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.4.5"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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":"3.1.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.1.2","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"c36cecfbeea91ddb29e28b7ceca2b5d3cc4e0370","size":50872,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.1.2.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.1.2_1558626684097_0.06897447018874758"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:18.503Z","publish_time":1558626684328,"_cnpm_publish_time":1558626684328},"3.1.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.0.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^4.0.0","@types/node":"^12.0.0","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.0.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.4.5"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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":"3.1.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.1.1","_nodeVersion":"8.16.0","_npmVersion":"6.9.0","dist":{"shasum":"be450bdcf0eaaed1d3a74894ca589f557e939cb4","size":50497,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.1.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.1.1_1557894714110_0.649065833164487"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:17.165Z","publish_time":1557894714308,"_cnpm_publish_time":1557894714308},"3.1.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^1.0.0"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^4.0.0","@types/node":"^12.0.0","@typescript-eslint/eslint-plugin":"^1.7.0","@typescript-eslint/parser":"^1.7.0","ava":"^1.4.1","cpx":"^1.5.0","eslint":"^5.15.1","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","hint":"^5.0.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^14.1.0","rimraf":"^2.6.3","typescript":"^3.4.5"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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":"3.1.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-x-content-type-options@3.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"bee87c54880a687f4eb5e3ecef127a383b8b71db","size":50471,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.1.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.1.0_1557889211522_0.48072847998092016"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:15.258Z","publish_time":1557889211664,"_cnpm_publish_time":1557889211664},"3.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^3.0.0","ava":"^1.2.1","cpx":"^1.5.0","eslint":"^5.14.1","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/eslint-plugin":"^1.4.0","hint":"^4.4.1","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^13.3.0","rimraf":"^2.6.3","typescript":"^3.3.3333","@typescript-eslint/parser":"1.4.0"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@3.0.1","_npmVersion":"6.5.0","_nodeVersion":"11.9.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"8ad735c741c416a409270533e86588caed6a7c75","size":10475,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.0.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.0.1_1550860703840_0.9923015197771574"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:13.417Z","publish_time":1550860703951,"_cnpm_publish_time":1550860703951},"3.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^3.0.0","ava":"^1.2.1","cpx":"^1.5.0","eslint":"^5.13.0","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","hint":"^4.4.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^13.2.0","rimraf":"^2.6.3","typescript":"^3.3.1","@typescript-eslint/parser":"1.3.0"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^4.4.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: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-x-content-type-options@3.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"6258acd07a33bc3282368827cdcf8e00a2c2bd49","size":10373,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-3.0.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_3.0.0_1549581556672_0.9207979882982162"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:11.795Z","publish_time":1549581556822,"_cnpm_publish_time":1549581556822},"2.1.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^2.0.3","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.11.1","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0","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.3","typescript":"^3.2.2","typescript-eslint-parser":"21.0.2"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@2.1.1","_npmVersion":"6.5.0","_nodeVersion":"11.3.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"01e35f0d072c290245fa9c49c78d1ded132d5513","size":9382,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-2.1.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_2.1.1_1546468031647_0.9457299359110924"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:10.149Z","publish_time":1546468031835,"_cnpm_publish_time":1546468031835},"2.1.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^2.0.2","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.9.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","hint":"^4.1.0","markdownlint-cli":"^0.13.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^13.1.0","rimraf":"^2.6.2","typescript":"^3.1.6","typescript-eslint-parser":"20.1.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@2.1.0","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"c3cd2ced0b49c3279474aa98d654f8ac66d965eb","size":9291,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-2.1.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_2.1.0_1543450057794_0.14548621588415944"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:08.458Z","publish_time":1543450057957,"_cnpm_publish_time":1543450057957},"2.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^2.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.8.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.12.0","hint":"^4.0.0","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^13.1.0","rimraf":"^2.6.2","typescript":"^3.1.5","typescript-eslint-parser":"20.1.1"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.1.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"16af5a69006b11ccd5a15a398f2a1d405956a5a5","size":9073,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-2.0.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_2.0.0_1541465114323_0.9394413863648212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:06.813Z","publish_time":1541465114476,"_cnpm_publish_time":1541465114476},"1.0.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^1.0.1","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.8.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"^0.12.0","hint":"^3.4.14","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^13.1.0","rimraf":"^2.6.2","typescript":"^3.1.5","typescript-eslint-parser":"20.0.0"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@1.0.4","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"3976fd02b5c1578a9af4a9098814447ec397afa1","size":8776,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-1.0.4.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_1.0.4_1541034135628_0.4324264879026418"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:05.120Z","publish_time":1541034135814,"_cnpm_publish_time":1541034135814},"1.0.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^1.0.1","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.5.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","hint":"^3.3.2","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^13.0.1","rimraf":"^2.6.2","typescript":"^3.0.3","typescript-eslint-parser":"^18.0.0"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","webhint-recommended","x-content-type-options","x-content-type-options-hint"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@1.0.3","_npmVersion":"6.4.1","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"e8cad127173cfb1294a92310af44ccba2c972c14","size":8672,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-1.0.3.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_1.0.3_1536337478073_0.9307742095786093"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:03.451Z","publish_time":1536337478316,"_cnpm_publish_time":1536337478316},"1.0.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.2.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","hint":"^3.1.1","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^12.0.2","rimraf":"^2.6.2","typescript":"^3.0.1","typescript-eslint-parser":"^18.0.0"},"engines":{"node":">=8.0.0"},"files":["dist","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","x-content-type-options","x-content-type-options-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@1.0.2","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"254ee900942c379c88bce8868ab6f7b7476c7dac","size":8638,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-1.0.2.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_1.0.2_1534271151077_0.8611846092756239"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:41:01.794Z","publish_time":1534271151192,"_cnpm_publish_time":1534271151192},"1.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.2.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","markdownlint-cli":"^0.12.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^12.0.2","rimraf":"^2.6.2","hint":"^3.1.0","typescript":"^3.0.1","typescript-eslint-parser":"^18.0.0"},"engines":{"node":">=8.0.0"},"files":["dist","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","x-content-type-options","x-content-type-options-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@1.0.1","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"5a4f7b9cb083b8128cc83bcbd9cd7fa5f47c09c1","size":8484,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-1.0.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_1.0.1_1533945057192_0.24336104192143382"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:41:00.142Z","publish_time":1533945057265,"_cnpm_publish_time":1533945057265},"1.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.2.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","markdownlint-cli":"^0.12.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^12.0.2","rimraf":"^2.6.2","hint":"^3.0.0","typescript":"^3.0.1","typescript-eslint-parser":"^18.0.0"},"engines":{"node":">=8.0.0"},"files":["dist","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","x-content-type-options","x-content-type-options-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@1.0.0","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"3fa48b4a39426b4545ba27c7669a52e0b54aebaa","size":8321,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-1.0.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_1.0.0_1533600112197_0.6607521821938787"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:58.482Z","publish_time":1533600112337,"_cnpm_publish_time":1533600112337},"1.0.0-beta.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint for best practices related to the usage of the X-Content-Type-Options response header.","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0-beta.1","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","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","x-content-type-options","x-content-type-options-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-x-content-type-options","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-x-content-type-options@1.0.0-beta.0","_npmVersion":"6.2.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"bf8face6b5ed2f03b6f707f3b1d55199090d04a7","size":8199,"noattachment":false,"key":"/@hint/hint-x-content-type-options/-/@hint/hint-x-content-type-options-1.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-x-content-type-options/download/@hint/hint-x-content-type-options-1.0.0-beta.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-x-content-type-options_1.0.0-beta.0_1531861984370_0.3473884886695453"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:56.826Z","publish_time":1531861984423,"_cnpm_publish_time":1531861984423}},"readme":"# Use `X-Content-Type-Options` header (`x-content-type-options`)\n\n`x-content-type-options` requires that all resources are\nserved with the `X-Content-Type-Options: nosniff`\nHTTP response header.\n\n## Why is this important?\n\nSometimes the metadata browsers need to know how to interpret the\ncontent of a resource is either incorrect, not reliable, or absent.\nIn those cases, browsers use contextual clues that inspect the bytes\nof the response to detect the file format. This is known as [MIME\nsniffing][mime sniffing spec] and it is done regardless of the specified\n`Content-Type` HTTP header sent by servers.\n\nFor example, if a browser requests a script, but that script is served\nwith an incorrect media type (e.g. `x/x`), the browser will still detect\nthe script and execute it.\n\nWhile content sniffing can be beneficial, it can also expose the web\nsite/app to attacks based on MIME-type confusion leading to security\nproblems, especially in the case of servers hosting untrusted content.\n\nFortunately, browsers provide a way to opt-out of MIME sniffing by\nusing the `X-Content-Type-Options: nosniff` HTTP response header.\n\nGoing back to the previous example, if the `X-Content-Type-Options: nosniff`\nheader is sent for the script and the browser detects that it’s a script\nand it wasn’t served with one of the [JavaScript media types][javascript\nmedia types], the script will be blocked.\n\nWhile [modern browsers respect the header mainly for scripts and\nstylesheets][fetch spec blocking], [Chromium uses this response header on\nother resources][chromium ssca] for\n[Cross-Origin Read Blocking][chromium corb].\n\n## What does the hint check?\n\nThe hint checks if all resources are served with the\n`X-Content-Type-Options` HTTP headers with the value of `nosniff`.\n\n### Examples that **trigger** the hint\n\nResource is not served with the\n`X-Content-Type-Options` HTTP header.\n\n```text\nHTTP/... 200 OK\n\n...\n\nContent-Type: image/png\n```\n\nScript is served with the `X-Content-Type-Options` HTTP header\nwith the invalid value of `no-sniff`.\n\n```text\nHTTP/... 200 OK\n\n...\nContent-Type: text/javascript; charset=utf-8\nX-Content-Type-Options: no-sniff\n```\n\n### Examples that **pass** the hint\n\nScript is served with the `X-Content-Type-Options` HTTP header\nwith the valid value of `nosniff`.\n\n```text\nHTTP/... 200 OK\n\n...\nContent-Type: text/javascript; charset=utf-8\nX-Content-Type-Options: nosniff\n```\n\n## How to configure the server to pass this hint\n\n<details><summary>How to configure Apache</summary>\n\nApache can be configured to add headers using the [`Header`\ndirective][header directive].\n\n```apache\n<IfModule mod_headers.c>\n    Header always set X-Content-Type-Options nosniff\n</IfModule>\n```\n\nNote that:\n\n* The above snippet works with Apache `v2.2.0+`, but you need to have\n  [`mod_headers`][mod_headers] [enabled][how to enable apache modules]\n  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\n<details>\n\n<summary>How to configure IIS</summary>\n\nYou can add this header unconditionally to all responses.\n\n```xml\n<configuration>\n     <system.webServer>\n        <httpProtocol>\n            <customHeaders>\n                <add name=\"X-Content-Type-Options\" value=\"nosniff\" />\n            </customHeaders>\n        </httpProtocol>\n    </system.webServer>\n</configuration>\n```\n\nNote that:\n\n* The above snippet works with IIS 7+.\n* You should use the above snippet in the `web.config` of your\n  application.\n\nFor the complete set of configurations, not just for this rule,\nsee the [IIS server configuration related documentation][iis config].\n\n</details>\n\n## 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        \"x-content-type-options\": \"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* [`X-Content-Type-Options` header](https://fetch.spec.whatwg.org/#x-content-type-options-header)\n* [Reducing MIME type security risks](https://msdn.microsoft.com/en-us/library/gg622941.aspx)\n* [Mitigating MIME Confusion Attacks in Firefox](https://blog.mozilla.org/security/2016/08/26/mitigating-mime-confusion-attacks-in-firefox/)\n* [Script Polyglots](https://blogs.msdn.microsoft.com/ieinternals/2014/11/24/script-polyglots/)\n* [IE8 Security Part V: Comprehensive Protection](https://blogs.msdn.microsoft.com/ie/2008/07/02/ie8-security-part-v-comprehensive-protection/)\n\n<!-- Link labels: -->\n\n[chromium corb]: https://chromium.googlesource.com/chromium/src/+/master/services/network/cross_origin_read_blocking_explainer.md\n[chromium ssca]: https://www.chromium.org/Home/chromium-security/ssca\n[fetch spec blocking]: https://fetch.spec.whatwg.org/#should-response-to-request-be-blocked-due-to-nosniff%3F\n[fetch spec issue]: https://github.com/whatwg/fetch/issues/395\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n[javascript media types]: https://html.spec.whatwg.org/multipage/scripting.html#javascript-mime-type\n[mime sniffing spec]: https://mimesniff.spec.whatwg.org/\n\n<!-- Apache links -->\n\n[apache config]: https://webhint.io/docs/user-guide/server-configurations/apache/\n[apache directory]: https://httpd.apache.org/docs/current/mod/core.html#directory\n[header directive]: https://httpd.apache.org/docs/current/mod/mod_headers.html#header\n[how to enable apache modules]: https://github.com/h5bp/server-configs-apache/tree/7eb30da6a06ec4fc24daf33c75b7bd86f9ad1f68#enable-apache-httpd-modules\n[htaccess is slow]: https://httpd.apache.org/docs/current/howto/htaccess.html#when\n[main apache conf file]: https://httpd.apache.org/docs/current/configuring.html#main\n[mod_headers]: https://httpd.apache.org/docs/current/mod/mod_headers.html\n\n<!-- IIS links -->\n\n[iis config]: https://webhint.io/docs/user-guide/server-configurations/iis/\n","_attachments":{},"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0"}