{"_id":"@hint/hint-no-friendly-error-pages","_rev":"2911326","name":"@hint/hint-no-friendly-error-pages","description":"hint that that checks if protocol relative URLs are used","dist-tags":{"latest":"3.3.23"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"time":{"modified":"2023-02-01T08:37:12.000Z","created":"2018-07-17T20:50:56.543Z","3.3.23":"2022-10-06T19:44:23.329Z","3.3.22":"2022-09-06T16:41:03.421Z","3.3.21":"2022-07-22T22:59:51.517Z","3.3.20":"2022-07-08T15:59:16.694Z","3.3.19":"2022-06-13T20:39:45.995Z","3.3.18":"2022-06-06T22:27:43.292Z","3.3.17":"2022-05-04T01:43:55.657Z","3.3.16":"2022-04-26T22:11:20.713Z","3.3.15":"2022-03-10T18:41:13.270Z","3.3.14":"2021-11-15T20:10:05.685Z","3.3.13":"2021-11-04T18:29:52.765Z","3.3.12":"2021-10-29T19:56:58.630Z","3.3.11":"2021-10-21T16:20:02.212Z","3.3.10":"2021-06-09T19:11:23.736Z","3.3.9":"2021-02-06T00:42:57.592Z","3.3.8":"2021-02-04T19:31:00.649Z","3.3.7":"2020-11-11T20:42:54.361Z","3.3.6":"2020-08-24T21:56:32.347Z","3.3.5":"2020-07-27T20:38:08.333Z","3.3.4":"2020-05-18T22:16:43.207Z","3.3.3":"2020-04-15T19:19:34.541Z","3.3.2":"2020-03-18T21:56:32.466Z","3.3.1":"2019-12-05T00:49:30.818Z","3.3.0":"2019-12-03T01:02:37.740Z","3.2.11":"2019-10-29T22:30:16.392Z","3.2.10":"2019-10-16T19:45:17.317Z","3.2.9":"2019-09-26T21:20:00.362Z","3.2.8":"2019-09-24T19:31:25.555Z","3.2.7":"2019-09-19T18:32:51.955Z","3.2.6":"2019-09-11T22:31:49.009Z","3.2.5":"2019-08-29T15:54:39.279Z","3.2.4":"2019-08-16T02:39:49.930Z","3.2.3":"2019-08-06T20:42:20.723Z","3.2.2":"2019-07-30T19:31:02.586Z","3.2.1":"2019-07-24T21:19:43.561Z","3.2.0":"2019-07-23T16:32:36.616Z","3.1.2":"2019-05-23T15:50:15.247Z","3.1.1":"2019-05-15T04:26:23.128Z","3.1.0":"2019-05-15T02:55:49.170Z","3.0.1":"2019-02-22T17:53:44.572Z","3.0.0":"2019-01-15T22:17:42.398Z","2.1.1":"2019-01-02T21:20:52.569Z","2.1.0":"2018-11-28T07:36:22.072Z","2.0.0":"2018-11-06T00:21:23.609Z","1.0.3":"2018-11-01T00:01:54.516Z","1.0.2":"2018-09-06T23:06:04.407Z","1.0.1":"2018-08-10T23:08:57.209Z","1.0.0":"2018-08-06T22:54:03.626Z","1.0.0-beta.0":"2018-07-17T20:50:56.543Z"},"users":{},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"versions":{"3.3.23":{"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-types":"^1.2.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.23","types":"./dist/src/hint.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.23","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"0ba29a1d86d4b22bb25207ce41fab983d79618ff","size":8450,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.23.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.23.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-friendly-error-pages_3.3.23_1665085463094_0.9891655415556821"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T19:47:04.333Z","publish_time":1665085463329,"_cnpm_publish_time":1665085463329},"3.3.22":{"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-types":"^1.2.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.22","types":"./dist/src/hint.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.22","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"a152f02802433c1a6bd8ae0d4c8c6002628866f7","size":8451,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.22.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.22.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-friendly-error-pages_3.3.22_1662482463252_0.5348717229443514"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-06T16:43:53.036Z","publish_time":1662482463421,"_cnpm_publish_time":1662482463421},"3.3.21":{"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-types":"^1.2.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.21","types":"./dist/src/hint.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.21","_nodeVersion":"14.20.0","_npmVersion":"8.14.0","dist":{"shasum":"3a63d97d6a735a0ef631a0a9b67498cf28ffd6ba","size":8451,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.21.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.21.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-friendly-error-pages_3.3.21_1658530791265_0.2524027418371053"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-22T23:00:31.587Z","publish_time":1658530791517,"_cnpm_publish_time":1658530791517},"3.3.20":{"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-types":"^1.2.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.20","types":"./dist/src/hint.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.20","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"f77c3ea39fcd90b87d741a53b6d0e9664a619cd9","size":8451,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.20.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.20.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-friendly-error-pages_3.3.20_1657295956494_0.2572718767000757"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T16:36:48.363Z","publish_time":1657295956694,"_cnpm_publish_time":1657295956694},"3.3.19":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.10","@hint/utils-i18n":"^1.0.12","@hint/utils-network":"^1.0.19","@hint/utils-types":"^1.1.7"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.19","types":"./dist/src/hint.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.19","_nodeVersion":"14.19.3","_npmVersion":"8.12.1","dist":{"shasum":"1a09d0b293edb55acdec77063da72f9b3cc9bfd6","size":8449,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.19.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.19.tgz"},"_npmUser":{"name":"vidorteg","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.3.19_1655152785825_0.6762121455920689"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T20:39:50.212Z","publish_time":1655152785995,"_cnpm_publish_time":1655152785995},"3.3.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.12","@hint/utils-network":"^1.0.18","@hint/utils-types":"^1.1.7"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.18","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.18","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"shasum":"cdd1ea6ba841570f0a0c136e4ec8b586fa199bf8","size":17534,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.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-friendly-error-pages_3.3.18_1654554463005_0.6021154739731118"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-06T22:27:49.220Z","publish_time":1654554463292,"_cnpm_publish_time":1654554463292},"3.3.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.12","@hint/utils-network":"^1.0.17","@hint/utils-types":"^1.1.7"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.17","types":"./dist/src/hint.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.17","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"e76478860f79a192ee380eac28160b3b9abb3ef9","size":8458,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.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-friendly-error-pages_3.3.17_1651628635463_0.804546058464066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-04T01:45:07.486Z","publish_time":1651628635657,"_cnpm_publish_time":1651628635657},"3.3.16":{"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-types":"^1.1.6"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.16","types":"./dist/src/hint.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.16","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"35173bba39dbfec149aed31b36fa1045521215f6","size":8458,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.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-friendly-error-pages_3.3.16_1651011080506_0.7588208296342718"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T22:12:00.798Z","publish_time":1651011080713,"_cnpm_publish_time":1651011080713},"3.3.15":{"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-types":"^1.1.6"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.15","types":"./dist/src/hint.d.ts","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.15","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"b3c99fd056b58da37be92a4a488bded7acb0ad15","size":8460,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.15.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-friendly-error-pages_3.3.15_1646937673150_0.22465830362197536"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T18:41:24.935Z","publish_time":1646937673270,"_cnpm_publish_time":1646937673270},"3.3.14":{"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-types":"^1.1.5"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.14","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.14","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"787c25aefed563dc6f54ab18b7dda1e8f59f78df","size":17085,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.14.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-friendly-error-pages_3.3.14_1637007005507_0.17528524387792555"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:49.074Z","publish_time":1637007005685,"_cnpm_publish_time":1637007005685},"3.3.13":{"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-types":"^1.1.5"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.13","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.13","_nodeVersion":"14.18.0","_npmVersion":"7.5.2","dist":{"shasum":"fe07bb2cca81ab1f10b16b7f7f6a92c469bf5a22","size":17031,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.13.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-friendly-error-pages_3.3.13_1636050592584_0.9558179903406634"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:48.175Z","publish_time":1636050592765,"_cnpm_publish_time":1636050592765},"3.3.12":{"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-types":"^1.1.4"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.12","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.12","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"d2c32c8a1eb20b72f993808cfbfbc635ecda6a67","size":16977,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.12.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-friendly-error-pages_3.3.12_1635537418514_0.2699879823415492"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:46.523Z","publish_time":1635537418630,"_cnpm_publish_time":1635537418630},"3.3.11":{"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-types":"^1.1.4"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.11","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.11","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"af647fdb113418b314fcf9d19e782f82b8d2b64e","size":16978,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.11.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-friendly-error-pages_3.3.11_1634833201676_0.8809013725521071"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:44.855Z","publish_time":1634833202212,"_cnpm_publish_time":1634833202212},"3.3.10":{"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-types":"^1.1.3"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","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.3.10","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.10","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"6c5ab985d00e56203635abe0ffcdb07644a6b53b","size":16669,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.10.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-friendly-error-pages_3.3.10_1623265883499_0.7986922920531372"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:43.199Z","publish_time":1623265883736,"_cnpm_publish_time":1623265883736},"3.3.9":{"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-types":"^1.1.2"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.9","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.9","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e6e36e61c9948a10668e7589dadf58f42859f11e","size":15347,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.9.tgz"},"_npmUser":{"name":"sarvaje","email":"jdgarcia@outlook.com"},"directories":{},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.3.9_1612572177484_0.6639210808071832"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:41.351Z","publish_time":1612572177592,"_cnpm_publish_time":1612572177592},"3.3.8":{"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-types":"^1.1.2"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.8","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.8","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"bde4b1f4b29f2eebd17297781c09a2785d8c3047","size":15346,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.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-friendly-error-pages_3.3.8_1612467060477_0.9044514538467616"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:39.707Z","publish_time":1612467060649,"_cnpm_publish_time":1612467060649},"3.3.7":{"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-types":"^1.1.1"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.7","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.7","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7c8dbfac69eb631379206a4cf8bb93aeffc69d94","size":14736,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.7.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-friendly-error-pages_3.3.7_1605127374196_0.7529123352791722"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:38.072Z","publish_time":1605127374361,"_cnpm_publish_time":1605127374361},"3.3.6":{"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-types":"^1.1.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.6","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7f6d2fef8d6e0e902aee387dddf9c98c34845914","size":14526,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.6.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-friendly-error-pages_3.3.6_1598306192023_0.0008852824810163806"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:36.411Z","publish_time":1598306192347,"_cnpm_publish_time":1598306192347},"3.3.5":{"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-types":"^1.0.1"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.5","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"c58d3aeff78f78d87b4736b693e7f8aaf40f23c7","size":14362,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.5.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-friendly-error-pages_3.3.5_1595882287710_0.787416644394745"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:34.771Z","publish_time":1595882288333,"_cnpm_publish_time":1595882288333},"3.3.4":{"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-types":"^1.0.1"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.4","_nodeVersion":"10.19.0","_npmVersion":"6.14.4","dist":{"shasum":"580ffa40f1c513ce6caf9be00e84d4b57cf23dbe","size":14249,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.4.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-friendly-error-pages_3.3.4_1589840203076_0.9762227470098923"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:33.144Z","publish_time":1589840203207,"_cnpm_publish_time":1589840203207},"3.3.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.2","@hint/utils-network":"^1.0.3","@hint/utils-types":"^1.0.1"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.3","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"35590a2566a5b6f5bc8e0147e6ef8fefbcbd51af","size":14060,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.3.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.3.3_1586978374336_0.8056754023502088"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:31.503Z","publish_time":1586978374541,"_cnpm_publish_time":1586978374541},"3.3.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.1","@hint/utils-i18n":"^1.0.1","@hint/utils-network":"^1.0.2","@hint/utils-types":"^1.0.1"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.2","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"shasum":"2d590e399ab8532d0e601222a2261fd2f6e31bea","size":13949,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.2.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"antross","email":"antross@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.3.2_1584568592348_0.8523050233635552"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:29.756Z","publish_time":1584568592466,"_cnpm_publish_time":1584568592466},"3.3.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.1","@hint/utils-types":"^1.0.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"5291f105b83c6ddbf73da3af76465fb4ec95c322","size":15864,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.3.1_1575506970655_0.7316080592975951"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:28.102Z","publish_time":1575506970818,"_cnpm_publish_time":1575506970818},"3.3.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils-debug":"^1.0.0","@hint/utils-i18n":"^1.0.0","@hint/utils-network":"^1.0.0","@hint/utils-types":"^1.0.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^6.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.3.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.3.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"c94388d522d682a691f129fa43cb18beccfbcd80","size":13287,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.3.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.3.0_1575334957579_0.5232465146649776"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:26.463Z","publish_time":1575334957740,"_cnpm_publish_time":1575334957740},"3.2.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 protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.11","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.11","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"035f6a63251fd3927d1c443c1ae7b74b25387888","size":12589,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.11.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.11_1572388216198_0.2853005180596029"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:24.811Z","publish_time":1572388216392,"_cnpm_publish_time":1572388216392},"3.2.10":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^6.0.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.10","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.10","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"8bbd2da83a4fac6193ddda681a7a5280dda28d94","size":12467,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.10.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.10_1571255117173_0.7687308863951035"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:23.183Z","publish_time":1571255117317,"_cnpm_publish_time":1571255117317},"3.2.9":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.2"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.9","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.9","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"368e56970a94679c328bb844560ba5c5970fd547","size":12402,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.9.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.9_1569532800164_0.027580214685097415"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:21.545Z","publish_time":1569532800362,"_cnpm_publish_time":1569532800362},"3.2.8":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.1"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.8","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.8","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"9c6cc6fd273746f275fbfd9b2b80d477446c906b","size":12394,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.8.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.8_1569353485423_0.28902437444347484"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:19.907Z","publish_time":1569353485555,"_cnpm_publish_time":1569353485555},"3.2.7":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^5.0.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.4"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.7","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.7","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"167af7ea91ae5a742a040dc4eab249f45b038500","size":12318,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.7.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.7_1568917971803_0.020258461303200193"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:18.268Z","publish_time":1568917971955,"_cnpm_publish_time":1568917971955},"3.2.6":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.1"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.3"},"repository":{"directory":"packages/hint-no-friendly-error-pages","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.6","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.6","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"0863c19b7524725013b981505199c74ded9e8615","size":12242,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.6.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.6_1568241108824_0.6527351436093969"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:16.612Z","publish_time":1568241109009,"_cnpm_publish_time":1568241109009},"3.2.5":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.1.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.2"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.5","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"c79c367681d4814be0f45110a6939dbfba60f9a3","size":11935,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.5.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.5_1567094079071_0.07737341093773353"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:15.498Z","publish_time":1567094079279,"_cnpm_publish_time":1567094079279},"3.2.4":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^4.0.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.1"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.4","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"802d03e90350e52c7d81c51a13f932b170177723","size":11926,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.4.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.4_1565923189748_0.24622935993487283"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:14.392Z","publish_time":1565923189930,"_cnpm_publish_time":1565923189930},"3.2.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.2"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.2.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"c7532856b866be998a984b0a9b50eccd2ad1c851","size":11922,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.3.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.3_1565124140579_0.15824293895619523"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:12.743Z","publish_time":1565124140723,"_cnpm_publish_time":1565124140723},"3.2.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.1"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.1.2"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"0f699bbc4c563c34198898fec9348054983a7ee5","size":11867,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.2.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.2_1564515062438_0.4536837975355683"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:11.108Z","publish_time":1564515062586,"_cnpm_publish_time":1564515062586},"3.2.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.1.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.1.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"0b9e5270c845ec8d0682c9b926dd2b568ce4f3c6","size":11707,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.1_1564003183387_0.6205031730572943"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:09.466Z","publish_time":1564003183561,"_cnpm_publish_time":1564003183561},"3.2.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^3.0.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.1.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.2.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.2.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"c6f07ee7508e8addc198afa83e3d478aae4385de","size":11702,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.2.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.2.0_1563899556450_0.46036481683883257"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:07.841Z","publish_time":1563899556616,"_cnpm_publish_time":1563899556616},"3.1.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.1.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.2"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.1.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.1.2","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"antross","email":"antross@gmail.com"},"dist":{"shasum":"3f6c462ad8b85ed824ab994c96026eb7266789f0","size":10545,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.1.2.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.1.2_1558626615024_0.005494653096496105"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:06.177Z","publish_time":1558626615247,"_cnpm_publish_time":1558626615247},"3.1.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^2.0.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.1.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.1.1","_nodeVersion":"8.16.0","_npmVersion":"6.9.0","dist":{"shasum":"5fd98c046085167ff675a970004bf82aec924600","size":10377,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.1.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.1.1_1557894382994_0.2907467279992779"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:04.540Z","publish_time":1557894383128,"_cnpm_publish_time":1557894383128},"3.1.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"dependencies":{"@hint/utils":"^1.0.0"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^5.0.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.1.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"9619fc890b393777a259d0bf7f170374259b5520","size":10376,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.1.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.1.0_1557888949064_0.49287921512845334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:02.830Z","publish_time":1557888949170,"_cnpm_publish_time":1557888949170},"3.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^4.4.1"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.0.1","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.0.1","_npmVersion":"6.5.0","_nodeVersion":"11.9.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"75547cc710a72c9b7c4d88d95ae6a64592362ad4","size":9044,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.0.1.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.0.1_1550858024442_0.8932724198281103"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:41:01.201Z","publish_time":1550858024572,"_cnpm_publish_time":1550858024572},"3.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","devDependencies":{"@hint/utils-tests-helpers":"^2.0.3","ava":"^0.25.0","cpx":"^1.5.0","eslint":"^5.12.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","hint":"^4.3.0","npm-link-check":"^3.0.0","npm-run-all":"^4.1.5","nyc":"^13.1.0","rimraf":"^2.6.3","typescript":"^3.2.2","typescript-eslint-parser":"21.0.2"},"engines":{"node":">=8.0.0"},"homepage":"https://webhint.io/","keywords":["no-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^4.3.0"},"repository":{"type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run clean && npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.0.0","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@3.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"9fce2603e4777dc607b5dedca525e09d6fc4dc97","size":8628,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-3.0.0.tgz"},"maintainers":[{"name":"antross","email":""},{"name":"leotlee","email":"leolee@microsoft.com"},{"name":"molant","email":""},{"name":"oaflynn","email":""},{"name":"vidorteg","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-friendly-error-pages_3.0.0_1547590662254_0.8163657307749779"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:59.579Z","publish_time":1547590662398,"_cnpm_publish_time":1547590662398},"2.1.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","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-friendly-error-pages@2.1.1","_npmVersion":"6.5.0","_nodeVersion":"11.3.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"a1434633548816f151888cf42860b3ced98f3c1f","size":8539,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-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-friendly-error-pages_2.1.1_1546464052394_0.6076373051376134"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:57.911Z","publish_time":1546464052569,"_cnpm_publish_time":1546464052569},"2.1.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","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-friendly-error-pages@2.1.0","_npmVersion":"6.4.1","_nodeVersion":"11.2.0","_npmUser":{"name":"molant","email":"amolleda@gmail.com"},"dist":{"shasum":"e8fcfe8b03cb5cb932e4ce75390eb24d498eb671","size":8445,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-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-friendly-error-pages_2.1.0_1543390581968_0.20071031996411648"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:56.813Z","publish_time":1543390582072,"_cnpm_publish_time":1543390582072},"2.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","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-friendly-error-pages@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.1.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"a9f9e1a8c408874b18d0fc32f02db2757a93c5e0","size":8231,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-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-friendly-error-pages_2.0.0_1541463683436_0.7826208515569737"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:55.157Z","publish_time":1541463683609,"_cnpm_publish_time":1541463683609},"1.0.3":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","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.3","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@1.0.3","_npmVersion":"6.4.1","_nodeVersion":"10.12.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"bf72dec3875e8cef210e05349fdb0910320848a5","size":7929,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-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-friendly-error-pages_1.0.3_1541030514419_0.9234739000338514"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:53.468Z","publish_time":1541030514516,"_cnpm_publish_time":1541030514516},"1.0.2":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","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.2","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_id":"@hint/hint-no-friendly-error-pages@1.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"20cec4bda9a3e1b0d4b25dce4b9d0e01f46114e9","size":7822,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-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-friendly-error-pages_1.0.2_1536275164251_0.3395625874347996"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T11:40:51.833Z","publish_time":1536275164407,"_cnpm_publish_time":1536275164407},"1.0.1":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","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-friendly-error-pages@1.0.1","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"92024b612367e4e2b50e4efa1d28c9160a165ae5","size":7750,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-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-friendly-error-pages_1.0.1_1533942537131_0.14236058005210506"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:50.172Z","publish_time":1533942537209,"_cnpm_publish_time":1533942537209},"1.0.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","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-friendly-error-pages@1.0.0","_npmVersion":"6.3.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"123edf473607e011248d213aaa9a75c1eaa029bf","size":7599,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-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-friendly-error-pages_1.0.0_1533596043534_0.18482829270793255"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:48.501Z","publish_time":1533596043626,"_cnpm_publish_time":1533596043626},"1.0.0-beta.0":{"ava":{"failFast":false,"files":["dist/tests/**/*.js"],"timeout":"1m"},"description":"hint that that checks if protocol relative URLs are used","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-friendly-error-pages","no-friendly-error-pages-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-friendly-error-pages","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-friendly-error-pages@1.0.0-beta.0","_npmVersion":"6.2.0","_nodeVersion":"10.4.0","_npmUser":{"name":"alrra","email":"alrraa@gmail.com"},"dist":{"shasum":"ae2ce6cebdf2c07ed4a73733785233e6be64bbe9","size":7551,"noattachment":false,"key":"/@hint/hint-no-friendly-error-pages/-/@hint/hint-no-friendly-error-pages-1.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@hint/hint-no-friendly-error-pages/download/@hint/hint-no-friendly-error-pages-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-friendly-error-pages_1.0.0-beta.0_1531860656459_0.2606176979203121"},"_hasShrinkwrap":true,"_cnpmcore_publish_time":"2021-12-19T11:40:46.870Z","publish_time":1531860656543,"_cnpm_publish_time":1531860656543}},"readme":"# No small error pages (`no-friendly-error-pages`)\n\n`no-friendly-error-pages` warns against using custom error pages with\nbyte size under a certain threshold.\n\n## Why is this important?\n\n[`Internet Explorer 5-11` will show its custom error pages][friendly\nerror pages] instead of the site provided ones to avoid terse\nserver error messages such as `Error - 400` being shown to users.\n\nThe custom error pages are displayed whenever the response body’s byte\nlength is shorter than:\n\n* `256` bytes for responses with the status code: `403`, `405`,\n  or `410`\n* `512` bytes for responses with the status code: `400`, `404`,\n  `406`, `408`, `409`, `500`, `501`, or `505`\n\nSimilar behavior existed in older versions of other browsers, such\nas [Chrome][chromium issue].\n\nAlthough it's possible for users of `Internet Explorer` to disable the\n`Show friendly HTTP error messages` functionality, it is not typical.\n\n## What does the hint check?\n\nThe hint looks at all responses and checks if any of them have one\nof the status codes specified above and their body’s byte length is\nunder the required threshold.\n\nAdditionally, the hint will try to generate an error response (more\nspecifically a `404` response), if one wasn’t found.\n\n### Examples that **trigger** the hint\n\nResponse with the status code `403` and the body under `256` bytes:\n\n```text\nHTTP/... 403 Forbidden\n\n...\n```\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>403 Forbidden</title>\n    </head>\n    <body>This page has under 256 bytes, so it will not be displayed by all browsers.</body>\n</html>\n```\n\nResponse with the status code `500` and the body under `512` bytes:\n\n```text\nHTTP/... 500 Internal Server Error\n\n...\n```\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>HTTP 500 - Internal Server Error</title>\n    </head>\n    <body>\n        <h1>HTTP 500 - Internal Server Error</h1>\n        <p>This page has under 512 bytes, therefore, it will not be displayed by some older browsers.</p>\n    </body>\n</html>\n```\n\n### Examples that **pass** the hint\n\nResponse with the status code `403` and the body over `256` bytes:\n\n```text\nHTTP/... 500 Internal Server Error\n\n...\n```\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>HTTP 403 - Forbidden</title>\n    </head>\n    <body>\n        <h1>HTTP 403 - Forbidden</h1>\n        <p>......................................................................</p>\n        <p>This page has over 256 bytes, so it will be displayed by all browsers.</p>\n        <p>......................................................................</p>\n        <p>......................................................................</p>\n    </body>\n</html>\n```\n\nResponse with the status code `500` and the body over `512` bytes:\n\n```text\nHTTP/... 500 Internal Server Error\n\n...\n```\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>HTTP 500 - Internal Server Error</title>\n    </head>\n    <body>\n        <h1>HTTP 500 - Internal Server Error</h1>\n        <p>......................................................................</p>\n        <p>This page has over 512 bytes, so it will be displayed by all browsers.</p>\n        <p>......................................................................</p>\n        <p>......................................................................</p>\n    </body>\n</html>\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-friendly-error-pages\": \"error\",\n        ...\n    },\n    \"parsers\": [...],\n    ...\n}\n```\n\n**Note**: The recommended way of running webhint is as a `devDependency` of\nyour project.\n\n## Further Reading\n\n* [Friendly HTTP Error Pages][friendly error pages]\n\n<!-- Link labels: -->\n\n[chromium issue]: https://bugs.chromium.org/p/chromium/issues/detail?id=36558\n[friendly error pages]: https://blogs.msdn.microsoft.com/ieinternals/2010/08/18/friendly-http-error-pages/\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","_attachments":{},"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0"}