{"_id":"@hint/hint-no-disallowed-headers","_rev":"2911227","name":"@hint/hint-no-disallowed-headers","description":"hint that that checks if disallowed response headers are sent","dist-tags":{"latest":"3.1.18"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"time":{"modified":"2023-02-01T08:36:59.000Z","created":"2018-07-17T20:49:23.219Z","3.1.18":"2022-10-06T19:44:21.505Z","3.1.17":"2022-09-06T16:41:00.918Z","3.1.16":"2022-07-22T22:59:49.886Z","3.1.15":"2022-07-08T15:59:15.090Z","3.1.14":"2022-06-13T20:39:44.430Z","3.1.13":"2022-06-06T22:27:41.870Z","3.1.12":"2022-05-04T01:43:53.951Z","3.1.11":"2022-04-26T22:11:18.995Z","3.1.10":"2022-03-10T18:41:12.247Z","3.1.9":"2021-11-15T20:10:02.745Z","3.1.8":"2021-11-04T18:29:51.145Z","3.1.7":"2021-10-29T19:56:57.501Z","3.1.6":"2021-10-21T16:20:00.608Z","3.1.5":"2021-06-09T19:11:20.258Z","3.1.4":"2021-02-06T00:42:53.602Z","3.1.3":"2021-02-04T19:30:56.507Z","3.1.2":"2020-11-11T20:42:49.107Z","3.1.1":"2020-08-24T21:56:28.527Z","3.1.0":"2020-07-27T20:38:03.707Z","3.0.0":"2020-05-18T22:16:38.861Z","2.4.3":"2020-04-15T19:19:30.150Z","2.4.2":"2020-03-18T21:56:28.508Z","2.4.1":"2019-12-05T00:28:51.947Z","2.4.0":"2019-12-03T01:02:33.724Z","2.3.11":"2019-10-29T22:30:12.510Z","2.3.10":"2019-10-16T19:45:13.054Z","2.3.9":"2019-09-26T21:19:56.463Z","2.3.8":"2019-09-24T19:31:19.956Z","2.3.7":"2019-09-19T18:32:47.688Z","2.3.6":"2019-09-11T22:31:44.607Z","2.3.5":"2019-08-29T15:54:34.588Z","2.3.4":"2019-08-16T02:39:45.348Z","2.3.3":"2019-08-06T20:42:16.149Z","2.3.2":"2019-07-30T19:30:58.188Z","2.3.1":"2019-07-24T21:19:55.718Z","2.3.0":"2019-07-23T16:32:41.093Z","2.2.2":"2019-05-23T15:50:10.902Z","2.2.1":"2019-05-15T04:25:43.401Z","2.2.0":"2019-05-15T02:55:31.905Z","2.1.2":"2019-02-22T17:49:40.732Z","2.1.1":"2019-01-02T21:18:39.136Z","2.1.0":"2018-11-28T07:32:54.982Z","2.0.0":"2018-11-06T00:19:21.490Z","1.0.4":"2018-10-31T23:59:16.929Z","1.0.3":"2018-09-06T22:59:36.248Z","1.0.2":"2018-08-14T18:14:21.242Z","1.0.1":"2018-08-10T23:06:20.027Z","1.0.0":"2018-08-06T22:46:53.072Z","1.0.0-beta.0":"2018-07-17T20:49:23.219Z"},"users":{},"repository":{"directory":"packages/hint-no-disallowed-headers","type":"git","url":"git+https://github.com/webhintio/hint.git"},"versions":{"3.1.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.14","@hint/utils-network":"^1.0.23","@hint/utils-string":"^1.0.13","@hint/utils-types":"^1.2.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.18","types":"./dist/src/hint.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.18","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"9d07ef304298031f279ad51f8027531c826e7ddf","size":11203,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.18_1665085461262_0.6256125695238881"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T19:47:03.212Z","publish_time":1665085461505,"_cnpm_publish_time":1665085461505},"3.1.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.22","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.2.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.17","types":"./dist/src/hint.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.17","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"d58acea85bb4782d3ba72006b3bc72f729376191","size":11204,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.17_1662482460695_0.9787465793304038"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-06T16:43:51.580Z","publish_time":1662482460918,"_cnpm_publish_time":1662482460918},"3.1.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.21","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.2.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.16","types":"./dist/src/hint.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.16","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"330c1a3ae7db77ac8394f38376b7f0382798e83e","size":11204,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.16_1658530789685_0.05126010304591788"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-22T23:00:28.869Z","publish_time":1658530789886,"_cnpm_publish_time":1658530789886},"3.1.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.13","@hint/utils-network":"^1.0.20","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.2.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.15","types":"./dist/src/hint.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.15","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"b38e8aac078bc0a93f67f62eac0733fb6479de85","size":11206,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.15_1657295954939_0.2201467004422928"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T16:36:47.829Z","publish_time":1657295955090,"_cnpm_publish_time":1657295955090},"3.1.14":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.14","types":"./dist/src/hint.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.14","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"18942f0bafd90a19c4762a2304c76437925c3f31","size":11200,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.14.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-no-disallowed-headers_3.1.14_1655152784249_0.5248929974520113"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T20:39:48.617Z","publish_time":1655152784430,"_cnpm_publish_time":1655152784430},"3.1.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.18","@hint/utils-string":"^1.0.12","@hint/utils-types":"^1.1.7"},"description":"hint that that checks if disallowed response headers are sent","devDependencies":{"@hint/utils-create-server":"^3.4.18","@hint/utils-tests-helpers":"^6.4.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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.13","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.13","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"shasum":"ca8a2f1f1cfb78eebedb3055a0fae5e75b57a83f","size":20972,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.13_1654554461712_0.5194238193858738"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-06T22:27:47.690Z","publish_time":1654554461870,"_cnpm_publish_time":1654554461870},"3.1.12":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.12","types":"./dist/src/hint.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.12","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"9154de07c8eb74e3d6cdb4945a719d9b13851d6a","size":11244,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.12_1651628633763_0.3795627758594906"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-04T01:45:06.074Z","publish_time":1651628633951,"_cnpm_publish_time":1651628633951},"3.1.11":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.11","types":"./dist/src/hint.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.11","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"21cf0e76d555ff64707990ebcb5219df9b0db15e","size":11247,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.11.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-no-disallowed-headers_3.1.11_1651011078776_0.049585198562322796"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T22:12:01.109Z","publish_time":1651011078995,"_cnpm_publish_time":1651011078995},"3.1.10":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.10","types":"./dist/src/hint.d.ts","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.10","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"50f374a43003a9fc6b78dc285134d411aadc2c65","size":11248,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.10.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-no-disallowed-headers_3.1.10_1646937672135_0.2746658934345969"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T18:41:24.731Z","publish_time":1646937672247,"_cnpm_publish_time":1646937672247},"3.1.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.14","@hint/utils-string":"^1.0.10","@hint/utils-types":"^1.1.5"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.9","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.9","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"7afb1e8c25a873ccda7ac4606910b1dd338f562c","size":20374,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.9.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-no-disallowed-headers_3.1.9_1637007002573_0.7317632404638148"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:48.981Z","publish_time":1637007002745,"_cnpm_publish_time":1637007002745},"3.1.8":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.8","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.8","_nodeVersion":"14.18.0","_npmVersion":"7.5.2","dist":{"shasum":"219f6a97baabc61ac8a69fa1818abf77fdc3b696","size":20318,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.8.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-no-disallowed-headers_3.1.8_1636050591013_0.019074259289368012"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:48.112Z","publish_time":1636050591145,"_cnpm_publish_time":1636050591145},"3.1.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.12","@hint/utils-string":"^1.0.9","@hint/utils-types":"^1.1.4"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.7","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.7","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"0e372c3458af396535e6361beeec89797d6758b3","size":20256,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.7_1635537417300_0.033849165665976066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:46.290Z","publish_time":1635537417501,"_cnpm_publish_time":1635537417501},"3.1.6":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.6","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"d9b0e0e28ae5ea0cdbf54cb4210d3c4ab461f4b8","size":20256,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.6.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-no-disallowed-headers_3.1.6_1634833200380_0.26151292182491614"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:44.469Z","publish_time":1634833200608,"_cnpm_publish_time":1634833200608},"3.1.5":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"3.1.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.5","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"5edd6e729dc75abbd2d189a513bb19d2acb685b1","size":19929,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.5_1623265879587_0.9070023652028838"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:42.659Z","publish_time":1623265880258,"_cnpm_publish_time":1623265880258},"3.1.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.9","@hint/utils-string":"^1.0.7","@hint/utils-types":"^1.1.2"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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.1.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.4","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"8774345b7cb16d21657bb2f1b6bc79ff7ce2c937","size":18582,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.4_1612572173400_0.817229372577982"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:40.845Z","publish_time":1612572173602,"_cnpm_publish_time":1612572173602},"3.1.3":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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.1.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d1d28ad560ba587caa5bda080ab4aabb3a726760","size":18580,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.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-no-disallowed-headers_3.1.3_1612467056360_0.19117442105078264"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:39.020Z","publish_time":1612467056507,"_cnpm_publish_time":1612467056507},"3.1.2":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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.1.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"276a89f7afc2792b0b60668dfca02ad287c012e5","size":17899,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.2.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-no-disallowed-headers_3.1.2_1605127368985_0.1356343415440877"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:37.186Z","publish_time":1605127369107,"_cnpm_publish_time":1605127369107},"3.1.1":{"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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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.1.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.1","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"f703446432d8dc71f63932c07c74a61755cba6f6","size":17706,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-disallowed-headers_3.1.1_1598306188366_0.5980865133166631"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:35.354Z","publish_time":1598306188527,"_cnpm_publish_time":1598306188527},"3.1.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.4","@hint/utils-network":"^1.0.5","@hint/utils-string":"^1.0.4","@hint/utils-types":"^1.0.1"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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.1.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.1.0","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"7013d6ca1618812868a37ec4047afc41cb8cf530","size":17339,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.1.0.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-no-disallowed-headers_3.1.0_1595882283582_0.6425230123163017"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:33.517Z","publish_time":1595882283707,"_cnpm_publish_time":1595882283707},"3.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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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.0.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@3.0.0","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"3278dcc349fc8578664a0353c4d1969e63ffc1c5","size":16522,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-3.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-no-disallowed-headers_3.0.0_1589840198719_0.7105947406172044"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:31.663Z","publish_time":1589840198861,"_cnpm_publish_time":1589840198861},"2.4.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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.4.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.4.3","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"febf806786a8ba8adacef3032eb94c78e90ff3c4","size":16346,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.4.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-no-disallowed-headers_2.4.3_1586978370033_0.6130785028167636"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:30.008Z","publish_time":1586978370150,"_cnpm_publish_time":1586978370150},"2.4.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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.4.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.4.2","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"shasum":"c72c3ee75d853b39608237e1e7c4dea349670bb8","size":16224,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.4.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-no-disallowed-headers_2.4.2_1584568588367_0.8751352304114348"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:28.373Z","publish_time":1584568588508,"_cnpm_publish_time":1584568588508},"2.4.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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.4.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.4.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"bf4a334f40303f8bb56948fb70b4529dfe7f6b35","size":15611,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.4.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-no-disallowed-headers_2.4.1_1575505731759_0.2625016725133982"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:26.739Z","publish_time":1575505731947,"_cnpm_publish_time":1575505731947},"2.4.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 that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.4.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.4.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"26fdebc502e7252ad18e6483a8cb94e0497c788e","size":15607,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.4.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-no-disallowed-headers_2.4.0_1575334953588_0.5844599311057224"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:25.062Z","publish_time":1575334953724,"_cnpm_publish_time":1575334953724},"2.3.11":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^6.1.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.3.11","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.11","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"8a17b089a493c7b8177b53af05fb3a42eee081af","size":14915,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.11_1572388212367_0.8446393439888975"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:23.422Z","publish_time":1572388212510,"_cnpm_publish_time":1572388212510},"2.3.10":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^6.0.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.3.10","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.10","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"01286a4598b04877d768723b6e858392d511c475","size":14793,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.10_1571255112909_0.462663117365649"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:21.781Z","publish_time":1571255113054,"_cnpm_publish_time":1571255113054},"2.3.9":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.2"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.3.9","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.9","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"bff706b1f5e58b1b8661504d99e11afb868c33d6","size":14720,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.9_1569532796326_0.0317875225112354"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:20.127Z","publish_time":1569532796463,"_cnpm_publish_time":1569532796463},"2.3.8":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.1"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.3.8","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.8","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"d373acabb69ddc1cbf3da7f3001b76dd78916219","size":14710,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.8_1569353479824_0.9608932764118954"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:18.477Z","publish_time":1569353479956,"_cnpm_publish_time":1569353479956},"2.3.7":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.4"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.3.7","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.7","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"cfb278c0ad6c46c133eb5ff64dead64e013ca7ac","size":14653,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.7_1568917967517_0.06411687076732586"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:16.811Z","publish_time":1568917967688,"_cnpm_publish_time":1568917967688},"2.3.6":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.1"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.3"},"repository":{"directory":"packages/hint-no-disallowed-headers","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":"2.3.6","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.6","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"13f59392c637b595ac34f99c1974f9fa44d6880a","size":14561,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.6_1568241104396_0.5581476033458099"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:15.172Z","publish_time":1568241104607,"_cnpm_publish_time":1568241104607},"2.3.5":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.3.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"2c2017818c63967967fda812edc3bf4d023dc9f1","size":14271,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.5_1567094074451_0.2606951467366425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:13.527Z","publish_time":1567094074588,"_cnpm_publish_time":1567094074588},"2.3.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.0.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.3.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"1f829bb8d8898b65aa018683b89badd2075a0183","size":14263,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.4_1565923185195_0.34782906432824356"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:11.863Z","publish_time":1565923185348,"_cnpm_publish_time":1565923185348},"2.3.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.2"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.3.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"1ef74c94b965b3ed212fe394130314674ef54402","size":14263,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.3_1565124136043_0.9910408085879829"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:10.209Z","publish_time":1565124136149,"_cnpm_publish_time":1565124136149},"2.3.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.1"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.3.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"9bfaa7dc481adaca055a7ab9b9379febad0b3b4a","size":14202,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.2_1564515058022_0.7972723709998741"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:09.128Z","publish_time":1564515058188,"_cnpm_publish_time":1564515058188},"2.3.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.3.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"b4864db370c8c42d0ac9dcd0f13baf30b10dc4fe","size":14054,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.1_1564003195593_0.3493956662344988"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:07.456Z","publish_time":1564003195718,"_cnpm_publish_time":1564003195718},"2.3.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.0.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.3.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.3.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"f051c78a3a797d13558938fa5f35445a5d502243","size":14045,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.3.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-no-disallowed-headers_2.3.0_1563899560936_0.037499140708819656"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:05.784Z","publish_time":1563899561093,"_cnpm_publish_time":1563899561093},"2.2.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.1.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.2.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.2.2","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"8d74800255c1a3ee0dde628b618c9002802bff12","size":12762,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.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-no-disallowed-headers_2.2.2_1558626610768_0.7713057353575963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:04.085Z","publish_time":1558626610902,"_cnpm_publish_time":1558626610902},"2.2.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.0.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.2.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.2.1","_nodeVersion":"8.16.0","_npmVersion":"6.9.0","dist":{"shasum":"14e61595fbce329ea6ddc7995137db9a93b409e8","size":12631,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.2.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-no-disallowed-headers_2.2.1_1557894343229_0.7555034935565641"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:02.426Z","publish_time":1557894343401,"_cnpm_publish_time":1557894343401},"2.2.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^1.0.0"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.2.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.2.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"40b3e91ef2e2c78fac1c1aa58c8f316ccc076d16","size":12630,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.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-no-disallowed-headers_2.2.0_1557888931742_0.730030626778303"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:01.316Z","publish_time":1557888931905,"_cnpm_publish_time":1557888931905},"2.1.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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":"2.1.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-disallowed-headers@2.1.2","_npmVersion":"6.5.0","_nodeVersion":"11.9.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"d6f3a394c1426d71015e9e0266a8d585dc110c2f","size":11019,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-2.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-no-disallowed-headers_2.1.2_1550857780552_0.6169009778463099"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:59.671Z","publish_time":1550857780732,"_cnpm_publish_time":1550857780732},"2.1.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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-no-disallowed-headers@2.1.1","_npmVersion":"6.5.0","_nodeVersion":"11.3.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"0b10f839dfc8dbde69be3e18338f706c65249249","size":10608,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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-no-disallowed-headers_2.1.1_1546463918970_0.02737317333429945"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:58.012Z","publish_time":1546463919136,"_cnpm_publish_time":1546463919136},"2.1.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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-no-disallowed-headers@2.1.0","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"4baad3c71bc4eb70ba5ab9c5f28663fe35b7ee90","size":10546,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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-no-disallowed-headers_2.1.0_1543390374854_0.5434061497431644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:56.398Z","publish_time":1543390374982,"_cnpm_publish_time":1543390374982},"2.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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-no-disallowed-headers@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.1.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"51eb652d765512e0f97ca1a9aefa0804bf90a392","size":10325,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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-no-disallowed-headers_2.0.0_1541463561232_0.8194408020396406"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:54.757Z","publish_time":1541463561490,"_cnpm_publish_time":1541463561490},"1.0.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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-no-disallowed-headers@1.0.4","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"982757743b3445a9584f4a02695d21bb5d6af982","size":10008,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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-no-disallowed-headers_1.0.4_1541030356746_0.49393355782082127"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:53.089Z","publish_time":1541030356929,"_cnpm_publish_time":1541030356929},"1.0.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","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":["no-disallowed-headers","no-disallowed-headers-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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-no-disallowed-headers@1.0.3","_npmVersion":"6.4.1","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"8edff7184dff2aed81710071a4963c658b0db05c","size":9918,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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-no-disallowed-headers_1.0.3_1536274776078_0.4884632004539651"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:51.457Z","publish_time":1536274776248,"_cnpm_publish_time":1536274776248},"1.0.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.2.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","hint":"^3.1.1","markdownlint-cli":"^0.13.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^12.0.2","rimraf":"^2.6.2","typescript":"^3.0.1","typescript-eslint-parser":"^18.0.0"},"engines":{"node":">=8.0.0"},"files":["dist/src","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","no-disallowed-headers","no-disallowed-headers-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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-no-disallowed-headers@1.0.2","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"c06fa4484cce1eca6344ca75c433445e828a401e","size":9893,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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-no-disallowed-headers_1.0.2_1534270461149_0.730593261234981"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:49.795Z","publish_time":1534270461242,"_cnpm_publish_time":1534270461242},"1.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","devDependencies":{"@hint/utils-tests-helpers":"^1.0.0","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.2.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","markdownlint-cli":"^0.12.0","npm-link-check":"^2.0.0","npm-run-all":"^4.1.2","nyc":"^12.0.2","rimraf":"^2.6.2","hint":"^3.1.0","typescript":"^3.0.1","typescript-eslint-parser":"^18.0.0"},"engines":{"node":">=8.0.0"},"files":["dist/src","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","no-disallowed-headers","no-disallowed-headers-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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-no-disallowed-headers@1.0.1","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"b84a998ceded6ccc4405571579c33e14df0780f1","size":9680,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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-no-disallowed-headers_1.0.1_1533942379882_0.11596760237000137"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:48.703Z","publish_time":1533942380027,"_cnpm_publish_time":1533942380027},"1.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","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/src","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","no-disallowed-headers","no-disallowed-headers-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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-no-disallowed-headers@1.0.0","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"317d4bd420e7c31a9aa3bb4b109e8d12bf7c3875","size":9503,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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-no-disallowed-headers_1.0.0_1533595613018_0.49841989041725787"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:47.053Z","publish_time":1533595613072,"_cnpm_publish_time":1533595613072},"1.0.0-beta.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if disallowed response headers are sent","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/src","npm-shrinkwrap.json"],"homepage":"https://webhint.io/","keywords":["webhint","webhint-hint","no-disallowed-headers","no-disallowed-headers-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-disallowed-headers","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-no-disallowed-headers@1.0.0-beta.0","_npmVersion":"6.2.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"86e8e5e1ab5ca8bdcf327711219429a3d0e283ba","size":9419,"noattachment":false,"key":"/@hint/hint-no-disallowed-headers/-/@hint/hint-no-disallowed-headers-1.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-disallowed-headers/download/@hint/hint-no-disallowed-headers-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-no-disallowed-headers_1.0.0-beta.0_1531860563146_0.36876414915307665"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:45.409Z","publish_time":1531860563219,"_cnpm_publish_time":1531860563219}},"readme":"# Disallowed HTTP headers (`no-disallowed-headers`)\n\n`no-disallowed-headers` warns against responding with certain HTTP\nheaders.\n\n## Why is this important?\n\nThere are certain HTTP headers that should not be sent:\n\n1) Headers that are often set by servers, frameworks, and server-side\n   languages (e.g.: ASP.NET, PHP), that by default have values that\n   contain information about the technology that set them: its name,\n   version number, etc.\n\nSending these types of HTTP headers:\n\n* does not provide any value to the user experience\n* contributes to header bloat\n* exposes information to potential attackers about\n  the technology stack being used\n\n2) Uncommon or esoteric headers that have limited support, require\n   a lot of knowledge to use correctly, and can create more problems\n   than they solve.\n\n   One example here is the `Public-Key-Pins` header. It has [limited\n   support and usage, it’s being deprecated (along with the related\n   `Public-Key-Pins-Report-Only` header) and can easily create a lot\n   of problems if not done correctly][hpkp deprecation].\n\n## What does the hint check?\n\nBy default, the hint checks if responses include one of the following\nHTTP headers:\n\n* `Expires`\n* `Host`\n* `P3P`\n* `Pragma`\n* `Public-Key-Pins`\n* `Public-Key-Pins-Report-Only`\n* `X-AspNet-Version`\n* `X-AspNetMvc-version`\n* `X-Frame-Options`\n* `X-Powered-By`\n* `X-Runtime`\n* `X-Version`\n\nor the `Server` header with a value that provides a lot of information\nand is not limited to the server name.\n\n### Examples that **trigger** the hint\n\n```text\nHTTP/... 200 OK\n\n...\nServer: Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips mod_bwlimited/1.4\nX-Powered-By: PHP/5.3.28\n```\n\n```text\nHTTP/... 200 OK\n\n...\nPublic-Key-Pins-Report-Only:\n  pin-sha256=\"MoScTAZWKaASuYWhhneDttWpY3oBAkE3h2+soZS7sWs=\";\n  pin-sha256=\"C5HTzCzM3elUxkcjR2S5P4hhyBNf6lHkmjAHKhpGPWE=\";\n  includeSubDomains;\n  report-uri=\"https://www.example.com/hpkp-report\"\n```\n\n### Examples that **pass** the hint\n\n```text\nHTTP/... 200 OK\n\n...\nServer: apache\n```\n\n```text\nHTTP/... 200 OK\n\n...\n```\n\n## How to configure the server to pass this hint\n\n<details><summary>How to configure Apache</summary>\n\nIf the headers are sent, in most cases, to make Apache stop sending\nthem requires removing the configurations that tells Apache to add\nthem (e.g. for the `X-UA-Compatible` header, that would be mean\nremoving something such as `Header set X-UA-Compatible \"IE=edge\"`).\nHowever, if the headers are added from somewhere in the stack (e.g.:\nthe framework level, language level such as PHP, etc.), and that cannot\nbe changed, you can try to remove them at the `Apache` level, using\nthe following:\n\n```apache\n<IfModule mod_headers.c>\n    Header unset Expires\n    Header unset Host\n    Header unset P3P\n    Header unset Pragma\n    Header unset Public-Key-Pins\n    Header unset Public-Key-Pins-Report-Only\n    Header unset Via\n    Header unset X-AspNet-Version\n    Header unset X-AspNetMvc-version\n    Header unset X-Frame-Options\n    Header unset X-Powered-By\n    Header unset X-Runtime\n    Header unset X-Version\n</IfModule>\n```\n\nWhen it comes to the `Server` header, by default, [Apache does not\nallow removing it][apache issue 40026] (the only way to do that is\nby using an external module). However, Apache can be configured using\nthe [`ServerTokens` directive][servertokens] to provide less\ninformation thought the `Server` header.\n\nNote: The following snippet will only work in the main Apache\nconfiguration file, so don't try to include it in a `.htaccess` file!\n\n```apache\n# Prevent Apache from sending in the `Server` response header its\n# exact version number, the description of the generic OS-type or\n# information about its compiled-in modules.\n#\n# https://httpd.apache.org/docs/current/mod/core.html#servertokens\n\nServerTokens Prod\n```\n\nNote that:\n\n* The above snippets work with Apache `v2.2.0+`, but you need to have\n  [`mod_headers`][mod_headers] [enabled][how to enable apache modules]\n  for them to take effect.\n\n* If you have access to the [main Apache configuration file][main\n  apache conf file] (usually called `httpd.conf`), you should add\n  the logic in, for example, a [`<Directory>`][apache directory]\n  section in that file. This is usually the recommended way as\n  [using `.htaccess` files slows down][htaccess is slow] Apache!\n\n  If you don't have access to the main configuration file (quite\n  common with hosting services), add the first snippets in a\n  `.htaccess` file in the root of the web site/app.\n\n</details>\n<details><summary>How to configure IIS</summary>\n\nTo add or remove headers on IIS, you can use the\n[`<customHeader> element`][customheader] and `<remove>/<add>`\ndepending on what you need.\n\nThe following snippet will remove the headers from all responses:\n\n```xml\n<configuration>\n     <system.webServer>\n        <httpProtocol>\n             <customHeaders>\n                <remove name=\"Expires\"/>\n                <remove name=\"Host\"/>\n                <remove name=\"P3P\"/>\n                <remove name=\"Pragma\"/>\n                <remove name=\"Public-Key-Pins\"/>\n                <remove name=\"Public-Key-Pins-Report-Only\"/>\n                <remove name=\"Via\"/>\n                <remove name=\"X-Frame-Options\"/>\n                <remove name=\"X-Powered-By\"/>\n                <remove name=\"X-Runtime\"/>\n                <remove name=\"X-Version\"/>\n             </customHeaders>\n         </httpProtocol>\n    </system.webServer>\n    <system.web>\n        <!-- X-AspNet-Version, only needed if running an AspNet app -->\n        <httpRuntime enableVersionHeader=\"false\" />\n    </system.web>\n</configuration>\n```\n\nTo remove the header `X-AspNetMvc-version`, open your `Global.asax`\nfile and add the following to your `Application_Start` event:\n\n```c#\nMvcHandler.DisableMvcResponseHeader = true;\n```\n\nRemoving the `Server` header is a bit more complicated and changes\ndepending on the version.\n\nIn IIS 10.0 you can remove it using the [`removeServerHeader` attribute\nof `requestFiltering`][request filtering]:\n\n```xml\n<configuration>\n     <system.webServer>\n        <security>\n            <requestFiltering removeServerHeader =\"true\" />\n        </security>\n    </system.webServer>\n</configuration>\n```\n\nFor previous versions of IIS (7.0-8.5) you can use the following:\n\n```xml\n<configuration>\n     <system.webServer>\n        <rewrite>\n            <outboundRules rewriteBeforeCache=\"true\">\n                <rule name=\"Remove Server header\">\n                    <match serverVariable=\"RESPONSE_Server\" pattern=\".+\" />\n                    <action type=\"Rewrite\" value=\"\" />\n                </rule>\n            </outboundRules>\n        </rewrite>\n    </system.webServer>\n</configuration>\n```\n\nThe above snippet will use a [`URL rewrite`][url rewrite] rule to\nremove the `Server` header from any request that contains it.\n\n</details>\n\n## Can the hint be configured?\n\nYes, you can use:\n\n* `include` to specify additional HTTP headers that should\n  be disallowed\n* `ignore` to specify which of the disallowed HTTP headers\n  should be ignored\n\nE.g. The following hint configuration used in the [`.hintrc`][hintrc]\nfile will make the hint allow responses to be served with the `Server`\nHTTP header, but not with `Custom-Header`.\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [...],\n    \"hints\": {\n        \"no-disallowed-headers\": [ \"warning\", {\n            \"ignore\": [\"Server\"],\n            \"include\": [\"Custom-Header\"]\n        }],\n        ...\n    },\n    ...\n}\n```\n\n## How to use this hint?\n\nThis package is installed automatically by webhint:\n\n```bash\nnpm install hint --save-dev\n```\n\nTo use it, activate it via the [`.hintrc`][hintrc] configuration file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [...],\n    \"hints\": {\n        \"no-disallowed-headers\": \"error\",\n        ...\n    },\n    \"parsers\": [...],\n    ...\n}\n```\n\n**Note**: The recommended way of running webhint is as a `devDependency` of\nyour project.\n\n<!-- Link labels: -->\n\n[hpkp deprecation]: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/he9tr7p3rZ8/eNMwKPmUBAAJ\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n\n<!-- Apache links -->\n\n[apache directory]: https://httpd.apache.org/docs/current/mod/core.html#directory\n[apache issue 40026]: https://bz.apache.org/bugzilla/show_bug.cgi?id=40026\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[servertokens]: https://httpd.apache.org/docs/current/mod/core.html#servertokens\n\n<!-- IIS links -->\n\n[customheader]: https://docs.microsoft.com/en-us/iis/configuration/system.webserver/httpprotocol/customheaders/\n[request filtering]: https://docs.microsoft.com/en-us/iis/configuration/system.webserver/security/requestfiltering/#new-in-iis-100\n[url rewrite]: https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-the-url-rewrite-module\n","_attachments":{},"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0"}