{"maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"dist-tags":{"latest":"2.4.29"},"description":"hint that that checks if a web app manifest file was specified and it exists","readme":"# Has web app manifest (`manifest-exists`)\n\n`manifest-exists` warns when a [web app manifest][spec]\nfile is not provided.\n\n## Why is this important?\n\nThe web app manifest file constitutes a standard centralized place\nto put metadata about your web application, and providing it:\n\n* informs browsers (and possible [others][windows]) where to look\n  for information about your web app, information that they may need\n  in different contexts (e.g. what icon and name should be used if\n  your web app is added to the home screen)\n\n* is an essential piece in the context of progressive web apps,\n  being one of the signals used by some browsers (e.g. [Chrome][chrome],\n  [Opera][opera], [Samsung Internet][samsung internet]) in deciding if\n  they will show the add to home screen prompt to users\n\n## What does the hint check?\n\nThis hint checks if:\n\n* The web app manifest file is specified correctly in the page\n  (i.e. the page contains a single, valid declaration such as:\n  `<link rel=\"manifest\" href=\"site.webmanifest\">`)\n\n* The specified web app manifest file is accessible (i.e. requesting\n  it doesn’t result in a `404`, `500`, etc.)\n\n### Examples that **trigger** the hint\n\nThe web app manifest file is not specified:\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\nThe location of the web app manifest file is not specified:\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        <link rel=\"manifest\">\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        <link rel=\"manifest\" href=\"\">\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        <link rel=\"manifest\" href=\"site.webmanifest\">\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\nMore than one web app manifest file is specified:\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        <link rel=\"manifest\" href=\"site.webmanifest\">\n        <link rel=\"manifest\" href=\"another-site.webmanifest\">\n        ...\n    </head>\n    <body>...</body>\n</html>\n```\n\n### Examples that **pass** the hint\n\n```html\n<!doctype html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"utf-8\">\n        <title>example</title>\n        <link rel=\"manifest\" href=\"site.webmanifest\">\n        ...\n    </head>\n    <body>...</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        \"manifest-exists\": \"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* [Web App Manifest Specification][spec]\n\n<!-- Link labels: -->\n\n[chrome]: https://developers.google.com/web/fundamentals/engage-and-retain/app-install-banners/\n[opera]: https://dev.opera.com/blog/web-app-install-banners/\n[samsung internet]: https://medium.com/samsung-internet-dev/what-does-it-mean-to-be-an-app-ace43eb6b94d\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n[spec]: https://www.w3.org/TR/appmanifest\n[windows]: https://medium.com/web-on-the-edge/progressive-web-apps-on-windows-8d8eb68d524e\n","repository":{"directory":"packages/hint-manifest-exists","type":"git","url":"git+https://github.com/webhintio/hint.git"},"bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0","versions":{"1.0.0-beta.0":{"name":"@hint/hint-manifest-exists","version":"1.0.0-beta.0","keywords":["webhint","webhint-hint","manifest-exists","manifest-exists-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@1.0.0-beta.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ded7da47a4141f5fa0707669b35f91f5a762196e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-1.0.0-beta.0.tgz","fileCount":6,"integrity":"sha512-2jMcCorddbsj/GEAf75om5ghRLHSss/isSbQ0jHz+5FqNQBQ9lj9C7t/p5hoFuS5zcIpzTss4eFRKzVlxhURbg==","signatures":[{"sig":"MEYCIQDifIgSrJ/oTIcqkPj7Nd8c34wrAfR41PRoSscpvhj8kgIhAJHgiRRfU6atpGBA8OFQk3CIpNM9DuMCPzcMKNdnKCHW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTk7SCRA9TVsSAnZWagAAsEcP/0yCehF/hcCQ4dX9ew21\nMYcM4anVjeBaBG7HWb/gzTIoq8LE4cuTKNMGr34+c0yGO0QGwFQokwU+LWc1\nTN3+93dx3jSqysjJxYMtkYlJdkawIFaLkhTsFnoa9iF40G7O+B/0+oCnC+3z\nPtzu10XF7KBRSINQjJI8/rJzHFXwxEPWFRZLEnCoj0JSKBhcIXpKutLe4/ra\nVeewplO8ZgLOw3T5NZIAt2vF/p27x1Bnsf+xZviHMBRQA8nO3SRirYN1jM9z\nhqqL9VANBY2eiOlLKBARytOsyxWyVfEZHNY4KKDGXS4F5/bC14VePyZkl5qv\nBQBUV+kp8h0pVAnW5r+xYT+ENzUHd1JOsGY7e/SvHZkBDhtNnHo8NVlwEMwS\n2hZ/f9zXZeDw8W82ittATyDrff5TuDNWXhtwmJQlSlvMCOXdYdelXeFMUif9\n8/o//t4ahyakit3ZXqVMVRB+7FkT6IyA/gX0QCCa7RCXRg9y1Q39W1VWA5AP\njBXyjfjqnViUnf3mLlf1axEUtCCGy/h1uWHZHG5iO2NHyT3j/+96H5iImYIC\nV97QFTRmkNgzn4irxXAD5WjWBCHsahLutdcfl+IGNlecngH5P0oE0cyot2wH\nB1DMdK7Nenh8s5EhPql0wjAi93oM5Vy8h4IyCCgDY+3ODcdMiYHGmFJ9INZr\nlaPS\r\n=dHbH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.2.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0-beta.0","eslint":"^5.1.0","rimraf":"^2.6.2","typescript":"^2.9.2","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.11.0","eslint-plugin-import":"^2.13.0","@hint/parser-manifest":"^1.0.0-beta.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^16.0.1","@hint/utils-tests-helpers":"^1.0.0-beta.1"},"peerDependencies":{"hint":"^3.0.0-beta.0","@hint/parser-manifest":"^1.0.0-beta.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_1.0.0-beta.0_1531858642425_0.024772298241694912","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@hint/hint-manifest-exists","version":"1.0.0","keywords":["webhint","webhint-hint","manifest-exists","manifest-exists-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@1.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"67bdb7eff15f3dbc5813102430c09247c8916f7c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-1.0.0.tgz","fileCount":7,"integrity":"sha512-1H8hnSYC8rw7dpVtdVyEiNQym0opHxPPrh3VZlVM3EZDLWGh/HA/MhwiyJsecPlllLrWKLNp52iLQAcR6FZtfQ==","signatures":[{"sig":"MEUCIA/zn4vdrq5rKNsROZurPSvCgt+vzWgLWBTS3sjSQFFdAiEAyfyXTXQ/EaL7Xi3zfHD58oGvhKKRifRC7yitxfW6dGs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19798,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaMqFCRA9TVsSAnZWagAATxwP/15daePXkuUu+x4lQ7eO\n5JlQDeJml2WFbGqfNFuQ9K8Q7p0Lsd3/nT8rVz1XdneTcsSfAjL5S+Xr/B85\nll1jhQQBcWBO3jMIF3X4r03XLLDJ4vHnJvAYt+9CHeTmBQqL638o4XtLi+2B\n+WtipaBWvEgZ9L4Gub+2YtZ1oQMyHi4Mo0rYpnlfn4qzEGjym9hgLRaI3/ie\noOELomTOuUEXzUvpKPWlSKNRVIxZCeDLV2KHKCRs4T3kC337JAjpDE/f0Ti3\n7BjfrdlGd5A1pMv9kdzZ/Eh9uzIvR63swHoQa+uqrfoQkVMS2F4l5jujwH7A\nWoTBZgSMmGXeMOFsynVzuSDC4TYTlPKFpX8iPZdPo3FXCfVrCt7AHJwurBVu\nax2HdR0Je/AagEoAWmjU2nc0D1Xb79NINOOTKi4Cabq3XREafSZEfSO1u8M5\nPwkU1sJP9C8ROFpd8iwsHt/eynPqp+s4kEM0MkoXCOxlcnvC6E8IJHq+idEp\n1IWGEsug/CYIAqOWHTl31Xz917gTp6CnjLTKpdsa0tDjrAI+P/tkcK3CuO/3\n+OgFls9iNHukW/jUHOtUuI+IYRm/4GqnZzHCOcAzepCk7ThhryyIAaovffPO\niMJQ/Ek4hkOaWhARr1maAtxcbZnehy3O816URDxPdMN2sp6qAxaMQj0NQ15+\ndSAi\r\n=VjIJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.3.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0","eslint":"^5.2.0","rimraf":"^2.6.2","typescript":"^3.0.1","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.12.0","eslint-plugin-import":"^2.13.0","@hint/parser-manifest":"^1.0.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-tests-helpers":"^1.0.0"},"peerDependencies":{"hint":"^3.0.0","@hint/parser-manifest":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_1.0.0_1533594244903_0.553346503380737","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/hint-manifest-exists","version":"1.0.1","keywords":["webhint","webhint-hint","manifest-exists","manifest-exists-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@1.0.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c9a650a886bc41ba6c539b98cc17ec9897547322","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-1.0.1.tgz","fileCount":7,"integrity":"sha512-mTpKgTlFzX4fctv/78WzpX64pax1K7lQ6PwJIYDyM/vn4a+rJHeGp3is/vwdoL8BX5YJHrqQYSVV2cxq5U1/ZA==","signatures":[{"sig":"MEYCIQDodgYNLa7EbdNclnQxAdk65TDNy6z1NgENx8ERfXXthAIhAL/WzfePIcrY98Kyq85z2cpVOqCnjbPVpQisYWxZTI0c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbhX9CRA9TVsSAnZWagAAMBIP/3lmmPyaDNxAoAbVnNxr\np2RcbTjG8mLeW9zBne+pUNSBaDAI2QUCe4CmVh5hs6+XiFWwuvY1ymrbqcWm\n0nUHt+v69uil2/EBloXXZF5kJ4RXgmQ01i/z7x8AbvOlte230MESXaoBFch4\nGHcRtFuu3UO93JoMOZnV4RdI5t9R097HbpgcFo92FqTiZInJYoegWzip53LD\nGfZZBUHG3pSVXqzE7Y0lL6tbp6/peypP1au3bh7U9+Dm3F7JJQ4nkrotiYjl\nhveSsnQXW4bssAK1G6TK94GauluU3PgPIvn6GFxKKIJcuQCPBK/YbemkeQCd\nJZS4vrtK7CKiv6tcwDdWj5pgKkXDuAxZ+w+YWbX5hFxRwq1wZpOdk0rbGaCN\ngEXu8gNbthblmoHpL9xxxX206Q3El4kME3OYjdGsidVIYnOp3hCR38ha1A6+\ntsiUVI6jYc44mWk6pr2c+wBmYLWMa1xyVj1LZR1PWyZCQNy9ewpxjfJtykQq\nVbINHvGw+Sv/hXZma3f8l2PRVpYQverVw3mMqzD4YCnMvjRGcH9JZ6DhpJIa\nWiXv4UPU7BK/ZiHbodhG6zzqXHXaz5JZOrw6CZxtkBKXwpyNM+Y3iKmfRWTk\nzE1lw2KaXQuLuK7VfkRbBAFMwR9wtssczNQHSw9QgcQeUOZCozlYoFogh2rE\n+s4h\r\n=ic0T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.3.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.1.0","eslint":"^5.2.0","rimraf":"^2.6.2","typescript":"^3.0.1","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.12.0","eslint-plugin-import":"^2.13.0","@hint/parser-manifest":"^1.0.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-tests-helpers":"^1.0.0"},"peerDependencies":{"hint":"^3.1.0","@hint/parser-manifest":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_1.0.1_1533941244793_0.832274804514801","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/hint-manifest-exists","version":"1.0.2","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@1.0.2","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"7d41ebd4fdc2bfc09041a201d2109665e6a49396","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-1.0.2.tgz","fileCount":6,"integrity":"sha512-GFor1zQ1WtsdFdeURSVIoa4M8O22VvPp4MGJLz6NhMq9xbTE+KIM0+mfDm3dtZlZKSswirrm9VDujUBgz0kjkQ==","signatures":[{"sig":"MEUCIQD2O1XkK3u7n+l9CIC27wNG1kDibNDlsL023Ka9a+OutQIgWzdq6WhJHaLshFxhC/NzBAd6Ca1hBhbZndE6yqzJCAY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkagXCRA9TVsSAnZWagAABFAP/iSp4A9l8Nr68lYmdqBz\nnlNu2EKMt6W+dacEE16YzWZoYp5WjNgW1uPo5+5q4XtGsSwr03joGf+o32uA\nbVpx2NRoX1hZfZ1pnXrpSGhVOEi1S3BQ1mo935Bcc8wFp/GEtet8SnrbGA2Z\n8SxG4jjb4MD1ILROCOhswJZPCaE4+EcDsa/ZSE8OzhB7nYBDi792SwP6dRqE\nfFkAmI5nOEDyLWQh0nj/NjLsgHk2MvFosV388Ku23vSnppWvwZswrxW55FCa\nevHwuWG444GUv4RS3Ihq/hdtEiM5JIVXJoYveyx3LnoHYMU08qK+ipZqmcdg\ncCOQ9HL3OFdc5FmGeSzK5epIGpuNFpfCOLwH4StNCIyHMSiWk2ycY/iSBrLT\n+GCQR4QwwfvDFgCd8l1UBtfBuvOsEm0MEii1f2t6cpwfeXpN2E0+5c0fYv9v\naVVjGgq6SXIgG9uHMImwgCnwGCdrCak9izsO0uIcq+R1XtVrY7Zjq+0cOPyJ\nop1EziWDy/rTAv8/3W6mBEKtrGKfSZ3kFY4vUjAoUABruMkY3jsR51SIwmAs\nVPAOJTKO4H7W2lT80hYA/LRsmjP4X+fGd2orGI5qcQ4wnKP6q9xfVWcx7qKC\nofZj6/n1X6EmsjtmbCm1OZ5nrokaQqMFjMny31pxgmyHf84iaawumzNuZQLh\nyg4u\r\n=9UWx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.3.2","eslint":"^5.5.0","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","@hint/parser-manifest":"^1.0.1","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-tests-helpers":"^1.0.1"},"peerDependencies":{"hint":"^3.3.2","@hint/parser-manifest":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_1.0.2_1536272406489_0.7904522434087451","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@hint/hint-manifest-exists","version":"1.0.3","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@1.0.3","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"fc321693f58ddc8a2ac15e083f0e9f584b6c5838","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-1.0.3.tgz","fileCount":6,"integrity":"sha512-mKoLu3LyFuMbvIqzULcNO9Epd2LNDUZbJC4XzAh5uehi7Umf9Dd+GviRtaDzKRz80NzrmEQVS2lK4RmRhtffvA==","signatures":[{"sig":"MEUCIElghRgOIViaoeghAQ8shHXojJa7eolvJxxu7Z65EgjXAiEAiHfjreC927Z2pydsUaEdaemN3m1vjjzH7R14tPnFFXo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20798,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2juMCRA9TVsSAnZWagAAQkMQAJee5nZaPUV/l//28kt9\nM48bN3/fM3p7OezuB/qtN00ue42x58bOcVtN7FFaIptwKObJDXEetO02Gfyl\nfSWwGX+olSbmpEXOHBh0Kw4Ux5HB+y6Tcu4Q+JSZQQqYGBhxjTd3k18E7FyR\n8ZFHUf7/3ocg5Ui9wIhMVkLSnbfCqr3J8yLuNM4AjCRE/Qizfe4wwZY4+EkG\noTyC39PO6M0j7XYKpQyllbLqGr3TW+BXJYBpn8gIgzxtZTzqfxefYZZv4eTV\nxd/+yG30bvaH3CPU1gDXNf24zNKxO5pNU66CewSTWH0HgqXMWMgdy7yF/vmp\nlkzYWxjEv6kmGdPWRbwDTaInZEaCRgpnHwLFJ/zRxTkOgkecVwKKMC8oLB3R\nXsoHstN66gvr8n58hqkZexT7auz96a6jpiwxT7jRCJBdTSuRjxqHlpBjWWjc\nG1wAR1Kz6gPma6RmYEW7lMrz52BAfZZrkLO4Pl/32wWZkLqSzKJa9P2OY7cO\n1kyxvdA5iQLI9BxR0vdoDJKKaaBKqfMAvU2gCihP3uBOqa0zOBWGaGXq4iSO\n2/kj1xxHjQCoDFmixJeAHVs4QSIlJv9WKRARvnsyajOhatRHQDz1B6Tjfd0P\nhtQL/7WditZcMD06ikDPwhAQ9NyBatH0kS+/12VTuKHXxTJgtaYzGieEgDqk\nO0+n\r\n=4jCH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.12.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.14","eslint":"^5.8.0","rimraf":"^2.6.2","typescript":"^3.1.5","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","@hint/parser-manifest":"^1.1.1","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"20.0.0","@hint/utils-tests-helpers":"^1.0.1"},"peerDependencies":{"hint":"^3.4.14","@hint/parser-manifest":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_1.0.3_1541028747655_0.6437056840905826","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/hint-manifest-exists","version":"2.0.0","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4d86f421a59c4c182fd8ee3770cbe87128809e66","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.0.0.tgz","fileCount":6,"integrity":"sha512-MZrnJgZacIqs0wBbKKsWSFKGIcoQc7MWkwF/WUrA9WTxANUCzb40gzWh//IAlS0PPEgUhqKGMfX7qt76UN0KxA==","signatures":[{"sig":"MEUCIQDXRgJzal6kHsu99oFB3YbEU7m5v9HN4Gycy1jxhV3tnQIgMBYuwcUHZiw6MUPXuzDxeT7JgY6QfXcUpCJJ4DTuc5I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4NpnCRA9TVsSAnZWagAAWBwP/0AxDX7RSVTNjRCq0pzl\naZRD5kSG0pWUkFGB7XQxDMMucjEXICgcVvX7mzR/eKHxfULfVBTsLDYNgkYr\ne33BAvAHK8NaDqPBRnyeG0n3hqFNYztIDQEuhdsm2iHbYn7CfKZ1dqhQElrA\njdL3Mpj87p8IQwiYkj2kghxzIgifQuId4W+6o8asQA8amUvSCFjn8ObjD2BK\nif7lbLiIOKKQZIgT9gjev67yhIBO3ceV2pE8XzH5/LoLLUq80qhNqaUi/Gpx\nvFAjfasD7WQr3I1aD/9Lx97j0ztBdHV7jctmyaF2UHMjKwvI4G614e0eKqdW\nYpKpxF9YvMcaMa1npeyVXkQoDIQuZTmMAjsBwz7+TMQcBQaLGy1EJsS1PGwT\n6sLD4ivRQLDaDfv1RGGAAQm49bYKoXQl026fWjqxu+mQqChuXbBgjPw6xZlD\n0ZEwqynSBNTq8xCdsDbiOI0s8XJDsOIGL4ifCUoQ5G2w5YH+hOZiM3OcRwgY\nhtSKJpYum6lsvsdwVwvMGQ8+0d1Ha4T+l2kp4F6l0C0Tj2LfsaNceUYueHq/\n9bG+J+naGeNbrnrEWcHcQxxnWUhA8bqYEnR3EfeeyYHuFx68uRQObpxuWTAW\nNvDdBT4wXhSuw+43tz3qW6qLHurWdLm8UMGkgiosHuC6XwlHFE6qAclvCc7P\n1M4V\r\n=1JmS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"11.1.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.0.0","eslint":"^5.8.0","rimraf":"^2.6.2","typescript":"^3.1.5","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","@hint/parser-manifest":"^2.0.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.12.0","typescript-eslint-parser":"20.1.1","@hint/utils-tests-helpers":"^2.0.0"},"peerDependencies":{"hint":"^4.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.0.0_1541462630451_0.5627815438092667","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@hint/hint-manifest-exists","version":"2.1.0","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.1.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4f1ef12afdc1846d8f4f5a155cd708c1b5b6773b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.1.0.tgz","fileCount":8,"integrity":"sha512-vd5LSU8ei9Ja56dmrnU+E7e5jRuDaM1z2JDpkIYQ4fM1+oejODUDnpK+kG7g3/03MIqIf3FGZVd+oVXO/7Yrnw==","signatures":[{"sig":"MEYCIQCtFFFUPxyKpM05grU5nO/mhl9YhW4vN9B734VnyF3siAIhAKJuAQFUQ9j4OFA+cRkfwg+SbsxCQvRfbzdPuoUYATeK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/jwPCRA9TVsSAnZWagAAhhwP/jCNmaYfC0d0FMPdb1L+\nw/oX2aWgHbdVUxkvoHvWkt3S3hyoAkEGwgdLxJ4UsT3+RetiKBcF+21zl5j/\nO+yWJSesmHJsBSF/+wjR2wE0rlD8XavCgPTgxPI8p81ULSLdzNe00tgZqIfJ\nYrinz8E56SNF4036Y2/r1QyX6TOR7v/Sy9C49TqNj6gJH1oXcwDEaZahkwPg\n1HVui7wYvAfLq2/iQzvBuyIaP+iiwR1A7i7HtFDTqCLdFtP19f2wRJR3Jlyr\nA+TCk99iPuBCF/DiZQUuotYeH7QeL/UEw1yyqaazW5RS2uISK57px6ukV/7p\ntNsR9jnG/7PGLTwyR2HIsY6Q5J/VU2MeikFoVZh473Li5QHnvLHn9lmbR/Dc\nm1s+dI6V4x8xZdcs4uicISX5Z7PF3mB3oZYNeRLn6m1TkoUSKtznIZbewkHa\n2/fDzXYKKZt4CXUR5eoXfpRJU6GprLBe86wn5oNVf44eaV1Z651esq4SrR3n\nQj2dymA9tWrWHZiqOsMZxuigGzYFqCYDRy92N2YCjSd//yylhZtbNidXXeBG\n/wiURI1RCQiOEMP8qLDAm6CexvwjeZ0oKxx0d03SK/p1Ju0JxsHoRJUJ5lea\nSnLraAJNb6Btp1juHvwsF3B0COWqgTPCQJNaGSLcuTNgU2fPkKgjz2T3oFxv\nTmtu\r\n=tEjc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"11.2.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.0","eslint":"^5.9.0","rimraf":"^2.6.2","typescript":"^3.1.6","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","@hint/parser-manifest":"^2.0.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"20.1.1","@hint/utils-tests-helpers":"^2.0.2"},"peerDependencies":{"hint":"^4.1.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.1.0_1543388174698_0.4384538887674587","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@hint/hint-manifest-exists","version":"2.1.1","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.1.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"98d2724028685ba6c6ebfa43cc57b1337c351fd3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.1.1.tgz","fileCount":8,"integrity":"sha512-9ppP7V5Xur3sIGVLtaeBjPLz7lPDHHn9d1JGfskLkTDtdVybpnGJ1C/g8H4UVO4kH7PuoqMFfAXGQM7O2BbJ6g==","signatures":[{"sig":"MEUCIQC0dai+abxu62aNs/LsW1NaB73OSqOiVnxkc5n7AnKb0QIgNtkhEU2pwmyGU+wL6W2xmRIQACoSCXuCVy7I0gDneqQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23037,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLSQ9CRA9TVsSAnZWagAAP7EP/1hX43c/+2MghE8SwDM8\nUE9aiqwhvOK5gbboEY6oYgWU2YKEwtBDVmLPFgcxaOxzqFrDhQyB0oZ2go17\n2QD84GcgMwllGVhoLN6TSnfSM9xmst/ZMTr+UP9zNgQmJKkKjajz/Nq+54i/\nLxyqJbS3VgJsgQrk4pElrWc0nzApW7Dwz7ihlq7X1xD3UR3vS8uG+pI85PKF\nHv60yzl6gKf6/0hIi6OR7HWkSxF5tSu5R0emheSvjAmAZsrGaycVPxOwHYua\nFVCI6HlE/VbIof/FFXVLV93sqE0yupslMFL1x7udElBDg9cpjSkaVEoV6oPB\nSrsNR5oO9yndWY3cBOB/zviRGZmZ8YRLWI4qOlEM2MuyrWnI6cRqhoJxSWhd\nu0ndUd02VzTrKbsjkGBYHnJ/xMvddNJ1lqNXkkkYZ9IxtkcI3yuoIWkEtRPy\n/UDcvJWTnPVg4uU9/uHfO4qWFqiFRjSJaVLmRDdrL4LO/XPaaEN4C4PpeiGp\njQntHCRV8C4Nr9axjcVB873s8ONU+Uo6syldjU3Dg9poHhlES+DKeTqyRZVo\nIIrwtFSu2cocSGdaFhZvkRQe87bM9+kc7/SUowWPBUGmxHHqJuCCvAJnRnNQ\nkGQa9ULrDqSCE9nPEqBMp0BGBC2tRKKENsvU8cgMe9soLD9geJRypDsAgS8E\n1C8u\r\n=v8if\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"11.3.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.2","eslint":"^5.11.1","rimraf":"^2.6.3","typescript":"^3.2.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.14.0","@hint/parser-manifest":"^2.0.1","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2","@hint/utils-tests-helpers":"^2.0.3"},"peerDependencies":{"hint":"^4.1.2","@hint/parser-manifest":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.1.1_1546462269272_0.7454922633697616","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"@hint/hint-manifest-exists","version":"2.1.2","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.1.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"cc34402d08b3828087cf405dce4612c500b8e6fd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.1.2.tgz","fileCount":10,"integrity":"sha512-8Zuds1iYsrxVePJ2W2/3CVvkuJUwv5ct0gQ4qZOZUdA5NIzP+U8WD0kMiMcKqO7Q66H9SPiax1LDABvPrUomVw==","signatures":[{"sig":"MEQCIBO5yh/4qw9r+DlchPFLQPj/o9YB/Y2XmuJfkegOVJwcAiAyJCSGtCyq7qVdzK4vn5sjMd/ci7jw3eLqjqyDzp01Gw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23983,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccCyFCRA9TVsSAnZWagAA+wEQAIH/tMu49Q0HO0YM6LPI\n8zQGTRwQKQzMEchwy6sXrnssxhGmiKJ1vzg+wfuKNQKIiljY03n//6Y5/OVY\nH+RWkQYiDYdZX+OLUGEUqT5YbuIqsENwVFUv/o/yaohYKB5W4tSLK3ju2gG4\nDJLLfxhSavvBkc5GRbdv/bPC7hevRrr7FiQh4vp3o5EV3cRhHsNPTPHhWOed\nVPK8TdXnOOMxkvEjDu0Pkgk072YcBcwttQhNbwK8dtwID63QcH0/NmU6GPcH\nT0whOtAnn46RjlfvoGc+Rg78XkNoUoVLETiNc6SAlzSeodKdEZpt0eDOejfF\naBYfyjKnfy6/mAc9F0pasCFrKzYXiXqXM5ABp0QFlupjYw1NpGTneVhUMW35\nL/kCUIWYE8VnPvNlke02QnLL2u683lM9TFIZ2LgewwPhMArCxR3voGPbn87h\nukbUYjSGo2MxCo5IgwiuSY0pcOh8IQOvcl3QKv5meK2vByyKaZ02+S0TUmAb\n1V4b1I59BN2+Drv72K53BJIsDALG/pU2Nzkc06U57OcckBSrD4nLYz90JiWj\n/sMShD+buIUZ05h2+KZGKZPC6H2WoxYxNDCSqK0AQimagb4ONEysk//1KduN\nFXHYHy4WyjKYkSCIk1A+5+KNT4vQf8dF8IXjvNAaq+Jm+KgHmoneHrnBUV57\nJqff\r\n=e4JF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"11.9.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.3.0","hint":"^4.4.1","eslint":"^5.14.1","rimraf":"^2.6.3","typescript":"^3.3.3333","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.16.0","@hint/parser-manifest":"^2.0.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^3.0.0","@typescript-eslint/parser":"1.4.0","@typescript-eslint/eslint-plugin":"^1.4.0"},"peerDependencies":{"hint":"^4.4.1","@hint/parser-manifest":"^2.0.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.1.2_1550855300864_0.07775666643011481","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@hint/hint-manifest-exists","version":"2.2.0","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.2.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"df7d439651cb3e1d0173be4586f09abf3a7885fe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.2.0.tgz","fileCount":10,"integrity":"sha512-PKsJcy+VxDhAbWMQ3/xvU5ekgMT6qeDukmyaVEZyYQkRMDwAELmIMRF1izz08gdyVJTGOInv+Cu9k2p7PxZ5VA==","signatures":[{"sig":"MEQCIC4LjT4EJVrlDKZ2WkgY0iDFe/58iDNnRgSzu2aD0e7KAiBU1o1kmWSc7rQX1OWEuha8S8ZVpwaV/rkAKt0u67zrzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29424,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc238WCRA9TVsSAnZWagAAgNsP/iCV3W3onL/od1TVyuoO\nX2MtNXgyfCNLV08tA8f0rLJ+OXvSqU8+RV5ZZFTOdK0H3SX/3y8jmhcsKY2m\nu4zAgH3gDQVFivwdiY6b8LYFtoO28MOJ+rHBQjRHGymV4bW1OOqwT7bybFAD\n3adlsJm0ZAvrquCAJbmMso6y0Jp0/t+BWjhZIXwHvpQniABvINQDIV5Qvu34\nq88YsGKpdw31HDlKW16TVd16N9ZAQkjT4HLEfUchxVg5L9TLZtQLquoek2FE\nQijnyg5zhDF/+c2k4H4iNYZxl5KEUV53lYuu3GAkNFXctoF7zSKyNJzqS5Xp\nWQoteKc+Rq60rApFR1Xj9rR6KEwL4Rfxo8CfT77JDRD62qKidhHoBt4UoDTV\ncVqPdRECypRxSnozr3xsD0iNay0WJrRUpMBPn1ZLw6DizcAO5p5H1eK31NEB\nKV1ntYeIAD0t393XiFbYRoCfOxbu/YYj0dnKQwNOobAQArPjzZYR55T1fKmz\nZrg2N7LU+Lf9Mo+oVDUY8PO5Lj4yRvsIiO26lj5eA0ZbMUspdhHb0kG5YXsV\nup5+nDQBcSKF1vDav6Lx6tGlxvCdHwiSSswTwNgtp04xIEbQxBVWbF28DHqz\n+Jr3nA4rbFiIWEh3kksf1AbPXIY5rMeFABjfq996E1b2wCj0sdmyFQQ62b4y\n5i9G\r\n=3Co8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.2","@hint/parser-manifest":"^2.1.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^4.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-manifest":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.2.0_1557888790251_0.2676735056997852","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"@hint/hint-manifest-exists","version":"2.2.1","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.2.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"355f988b2e87984cb641c7783c75eb604dc57d6f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.2.1.tgz","fileCount":10,"integrity":"sha512-nqeC2M8x2PId2rE7k0J5uA83Xt9BrIbDL9Pi3e95UsYeLTLtQsGYaZWf6yMVv0357uLtegssFyjIBTbFf8G/6A==","signatures":[{"sig":"MEUCIDHD458fyMXxTL6VWm44NIA1uEgoPGiUxHLZF8GuI0wjAiEA7alEyPgAmdVJtCDITw47eUbNGMrj3TadJkLjammlFsQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29424,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc25QbCRA9TVsSAnZWagAAJEIP+wYM6/XLD7n5GE4Wpjw8\n5sPoimJUfynLBxQy9QtxXL4g8E4tlZA+caAeLfxySWhIiL0RhKioj6maSYlu\nW5BwuYDb6iZR6icjZa4goPghyXfF/xMgFNsQabT3ocwY1tsQXA6KeeejRw89\natnntLaGr2Lnoa+FTxLS5xCyZ7rEUPZjtyLujz8q2kJ6jFdGrXvAyZciZWo0\n6YUNlxsnqKqvWWQDXTDCbZW1BuYT/LtHqn+TLH+B97tAzhTsZZ492drA5LDj\nC52yBNXQmRGAF0Kab9sw4QnlnLcWJ/y+vSpJ27hCcb9B71PI9tTAVRmeyd1P\nVQOyfHz2W1GVBJ9lE5tNfoiW04uk3D4QENA8w1csoUT0c5fJ+8w0G+J+gzXl\nsmFGEJN3Pa3uzE5GmgQ/JOS9/LUkShR9Z8VNiDh6h+IA5HmSK+YBE2OzZ/0Z\nHdUF8s2OX7p3kbsWoc2KnFuGNz56Qc/465F9WxCDb2Zc3qJYSwbvc2oDE+gm\niqBEioV+wS3Ih1Whwgjws5LJthGDIt9kVjKmgEefBOy6fL9ATmz+0D+GvtDV\ndAK8O+YJncWckLDgZkFlYv9N02ZRpqkOKZvACMxwi0nNrTuCmFpDhtw2sYbn\nLSDRNwZWxNt/nIElaBaOcUkgbFUizXCNIPOpCQNfOuHMw+pecCj7nD0f+lRp\nVQzp\r\n=47vy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.2","@hint/parser-manifest":"^2.1.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^4.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-manifest":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.2.1_1557894170784_0.6352582022409758","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"@hint/hint-manifest-exists","version":"2.2.2","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.2.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"fc86a01475bfffc59ef4329a8ca9cf015c6fd6bb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.2.2.tgz","fileCount":10,"integrity":"sha512-vjYXVsPDSxKTZmwvIllAEvQ9ny8+ssQR9rtGkGJwNQtkqvbzmZjWzG8Tl47cpKuE0+Awc4MPCxbdRSv5y3dVJQ==","signatures":[{"sig":"MEUCIEhNNMZMrHF7AXM8yJvMyD/pD1dSaHtg32EDtcNjRvKgAiEA/Ue7OBMPqSRLCr/Xc/c5aj1HJrR+EVY5ls5wrQWziDs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sEECRA9TVsSAnZWagAALmsP/RNJ/P7wktRn3axZOoUP\nB8y5as+HbzD141bVMCFN75hDJEldUW3z0ggarXYRe2H3S/EX6VBTWByJ9ktz\nvhKiFxFq0PFPxC0b0fK7fQolrAwm7l0Xrc4sT063AxdwSVKtQCMj3pu/a3xM\nw6/W8mRuUUKAzXogjRWRitQIeMNh1gT381vUKOV/7EfmCNdvyLvHhtsTKN9w\nX0Bq/9Ba4NiQ+Usb0JUfUiuB5LYi56QIZfCO56nHcusyNA8gJEiKoTkW1HLC\ne3TRRJYIvyk5MB963nGfwhxWHHqdbKhg1G+Hb9FpR9k6fxgEQC4oh1lIK/PT\nB30zdCUUG0op+QoVGAHwl/C5ii2DMdovpPYQT1Z95tdqnbnATv6BAmWyWksX\na9H8h1yNWucSpwkn1JKuxXsuiUZYNDKJaoJ8SX4WJuBOwcvx9y1W5sS1I1Uc\ndQTxls6DdY7Tdk40QymgegsqG1CnaDiD39Jxk9cqJT85MjeHb8pr/esyVoRj\nTAOhuaznpCtyhTDNEiO/v96YY15rb2tJJvyoAdjyglZWwQyVK1F7NI0uof5p\n9hMnH/WvFmf0oj+F1ISmjYEIvNTzjSLe3jXrAg6ShnUWUS04No3lyAr2Es3+\n2D0i1SiV7P2/6O3qTT2X6Ykc3VwvUp03CBMAeEOJ6rQVKh6z4/WCdbNq2vuq\n4qEg\r\n=FD6N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"8.15.1","dependencies":{"@hint/utils":"^2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.2","@hint/parser-manifest":"^2.2.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2","@hint/parser-manifest":"^2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.2.2_1558626564166_0.6004547020989806","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@hint/hint-manifest-exists","version":"2.3.0","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c6dca5eb3b662071eb1f718c89d7b5cf8e4b90bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.0.tgz","fileCount":14,"integrity":"sha512-SXd3gB0uQOfRFAmS/PTVtEdsC+im/n1BNVwYfW8D1xXfBvy2gc8cQDsuSca+ai4Gl5AV2BFt032CSd5EZzGbrQ==","signatures":[{"sig":"MEUCIQDBZw1h+fqq1LGTFEGQSF+qVnrkVQVUEugoI7BtTYrSRgIgZ7izVJTzKqbwLb3wkOKAExyRcESj8REof5RBVBYocGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzZuCRA9TVsSAnZWagAAldgP+gLZiCD9GEI7HwSMaMyF\nMDgnx2ME4rUciVcLL9hvUNsSJzzIyu0wrQFOVviFzjsRnV2XHwVPlNr7gmau\nKMtRj4FaJjJ5o8VaqBIEUTUItrQ8K37acjuZDGY0Akl05CilS9L1wCeL5Avl\nJ7RFQooSju9qTJrSCVcNH337CLANBphCsjLfHJ9+Wp7aeixNE5yFw+I4tnKZ\npYfr0YGhiAT5pgISY+RLogKkf+swZiO5hpWevPe6XTizs+rrnZC2gsyCFw8w\nSfCjHRmltsRV1ho2Bu1/OGTHtRNT+wWvHSpGKiDHEZ+0xfjoVll9h00f/cc/\np4A1fM5FThEeUMSlshPPlYVJVVfWJqA/DvK7HzKaWf9zKW/bQOhOxphmjpT+\nAV1pfqwiV9nx4LcM72HmPL3SmF4vxj6+L1i2y23Tro3T6/SpD4k047DW6bsf\nPScnZ4JjruJ9ph/eIU2R576fUWKHa/n5BLKHoBBjxbLx7l0Ay/Z0n+l/S+S6\nhm+jI4Xyykq2LKwTQXSXplnVQcWXPL92nQjYsQ1dtB86JpwUx0IuydyIV5Mq\n7yFOylaWdI3+icoujMch5fWpLYtp3MdCbqJNlFxvpO0BGTqcDD1jiT6Iopw7\nKOGnpghhortevHUjLr1db2gMt+8d3c6pHTflxASUkOCTSZIMySaDPq8n8W/3\nOEin\r\n=7ca8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.3","@hint/parser-manifest":"^2.2.1","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0","@hint/parser-manifest":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.0_1563899501582_0.1378818582113499","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"@hint/hint-manifest-exists","version":"2.3.1","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"a18b70da2aee4f322a816f02cdc88f77879405a0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.1.tgz","fileCount":14,"integrity":"sha512-HQdnaDwkaj8pDpJ/aG3CDauALLXzjWZVuLlbM/K1e65gQ5g6dEAekEUitFbtVz/IH8yYH09WyrAkDTXxkvFXZQ==","signatures":[{"sig":"MEYCIQDEmnJSnj0IpGl6pTTCpbmLT2hQZqS2gV9vqaDg0Non0QIhAKEC51yq1dCehsaSdzZyvDUnNxAWQzR0gN1R/XOBH66o","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMtKCRA9TVsSAnZWagAAbSAP+gL0kq1sbfYkMilFMuCZ\nDqSuUG16wQUKhZdoJsm7HmB2B8TLBaBCkBGLvn/b7kin6pSH8g+zu0Ruqjiu\n0dRJJ2gxjWyPeMyr473HQbJ1UszMY6WFBGm01lnZiqLBa1d6ZGsJiEWClucp\nQjFd8GeZHJjVZvfoQnhHEFHQ8E5gXlMtXpA1WnrIU4FIlDEwCl/oxfP7lfdW\npoUjmYoHULq0Jj42H5H6Y1BoMVxAtp3zG63ByiBY+WBa4PiF+nqsphfF3kAD\nJ8PhEnbfae2sO69WvwQlzTHXw7R4q2tK6qXcvONNq01CeUe2kQqjmETpzrTH\nxmXJIW6U2YoOnWQJpLmMt5PImdDpGogSZY4KV626kAsN8YfImmhfaSIq2zMu\nMXQebGuG0MBh1F4QIfdkL0t64E/XrNARwx+I3k/lXyXWb99NegGr/HqNILy/\nOf4RsGXgcv2aMVgG64wMbG9fyXVNSpLDgHPh6MacmEKQmmsnrLVt/9zQVR/W\nRql4OeRV23p57MWiez+nkEy3JNcfBHxwKmHjIsjeDD+7Yu4hzfq7l96SoDH/\nazUP1k24yzchjI3TUI/8k6/4e9uuHYE8qlTZquqe44eQb9jtwTXMT9WXiypu\nKTITupKA+O5bdipPGdGzv4JaOmwwe0/EDskixe+T2jwOScbYi56CFGT04LrH\nUqbW\r\n=bl/H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.3","@hint/parser-manifest":"^2.2.1","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0","@hint/parser-manifest":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.1_1564003144865_0.5731759369321843","host":"s3://npm-registry-packages"}},"2.3.2":{"name":"@hint/hint-manifest-exists","version":"2.3.2","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"100bcff3e0e29e19d2668200f7bf7215b8ba0597","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.2.tgz","fileCount":14,"integrity":"sha512-H3c1K+oPc5lBdL7svLrHA38sSnchxHdjYF4j2Z7CSLy7pVJvn1ZhMofrIWxZo1ZZ7oMpgViL55lg1kTNKWhdsw==","signatures":[{"sig":"MEUCIQCmqR5iPd9lkSkFi8XH+VB/RH2udAdHMbTCRAtvXbNbdQIgRk9igr7RbrKjvyqtFTS/Jy9M9zjizX8zNAWOzJCs85c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35824,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJq/CRA9TVsSAnZWagAAWn0P/2SqdPagtoFw3i4Px20z\n815B2e9ds7DR6VkgcG9bzudXuMIjeFVxoeKtUN/mtIrUKZOB5uLoeabOKyMC\n1oa7Yh1yP87Tqy5F7FXCngNwELTA2zGB1FZd9uH4mU6WBeg0D3aqrL4tV9ou\n4TlXJPcQCemLoQACBHCTGh02L9eOBLLDFY7DGtbYQJDaLrvv92iWo5yiyc2E\nRg2eu2uQH4bGgYMqvjKGjmhZUO+OBzqa/7HPdfbrYcpy7jS6aUM4l5hylQE1\nE6Kl4Tq3atlPkFv3BcCkMvwxtSbFnHffD7lxSum9Hz9HjJ5Cf2/EciuSBBUv\nkkTR+s5DodSmZdLi2iaDk2tNHt8PELnjMZ+5t0iBSdeDRXjPEc0MSxcz7EOF\ntbmq+jrOiKFC1SuZcajmLmBtHePn/nnJdqL2CFJ9Sc6Hpj6GqjhgXCGS9LSb\nhw8ccKhtczw5/EMuYidfU+Vd/cLVjLvQtFJF6EF58soOqM2Ry8qidNtUeZe/\nmtf4rBL0bBPiH2L3rPyQjvCrMp+Cam7WZYA+zOGTM78kL4YnzSQsP/kKe+f2\nfuLA+OH04DHo+oWJCkgZUNdCpva6ernEV83YR0mQIaBFjYXzTjkCteoTUOVr\nNA2KuBh4AdOBVyY71vFZFxd4UN4/PdYsupfntmAR7nYGgcofTWGLNN4jSsbM\nHJvP\r\n=AXUB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.8","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.3","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.3","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.1.2","@hint/parser-manifest":"^2.2.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.2_1564515006813_0.037370834631123895","host":"s3://npm-registry-packages"}},"2.3.3":{"name":"@hint/hint-manifest-exists","version":"2.3.3","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"07171043f391aba07f4a62c8c4cda0a4d199b599","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.3.tgz","fileCount":14,"integrity":"sha512-cFfuppNy5ryHpOAA09rxurMiDrTX7Xl4RguCZWJ5Jru2ZhfuiWJlbaw2NHOVGH3wGkqoARmkyzbuyRTnUs6GCA==","signatures":[{"sig":"MEUCIEuK1gx3xAp1I2mv8ogszp93VTKT2mm+WzwVzBOWW5gQAiEA+0G9oZ1Tu/zNllGSskDGit5tCKxRxHGUQVG6sNT+g3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeX8CRA9TVsSAnZWagAAnssP+QBZUQkMW04zjtPK0em/\n4GjZWQ56xeqg9OQDZGr2F3b1mhK04qBrCsbwS/75D4jFjUvpU4SR+ZBeXQzM\nKKIBN+XpnGBoZpmR9db2kcl/KaaXGBuqM3wlTmfANhH1jjJyDBbOWCGZEa+2\nGNhX01zM9i7aEpzLjNYbTESDO4OAqQuPur7dVDo30jYKMe0KLGTWKc4GKiXy\nlBiBtbIpyMwgy8xcvEzYj1we3b3FAIQxcHu3oHZgMiV8DvebO6NSkeAu+vfg\njMeu/4Wxk9Wx7WmqmoSK8HtWoSg0hsg1p0HELqt8Wx5fVKDA5zPGLjADKyQ/\n5ET2HpSBSAStXQTfHdKi5MkDGRHXFpnls85WJV9JI2OxhOUwLc1h5g9MyswA\ngnGXzd0Sdd75b2ylalLIfo/SWbZQ3Z4WUkO3N+DJZKHdMJ1pBgMWJLowNFDZ\nc9EugSlM6v6VkWq5OZ6YtaTO8nnrAjpSaYv7uUVsDwYrAKBHoRQYlWT7T6lS\n2YgzDHxHo16c3HeLRM/vGQvdmwriTFVZ8KpwfxpwQoDkTOp0JesspiUp3hwG\nXLlCGWKu3GIu1ZJ92+XXLWlLamlaK60bNMGjHQ7r0cIOMq67JIDnbF2QQl6Q\nQr3WIfajkMBlJknTh4PvS6vcg5/HZuCAs0+Ms0FUJp0fuV4XVNE6DmJtikgO\nCDUr\r\n=DOOx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.4","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.0","@hint/parser-manifest":"^2.2.4"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.3_1565124091877_0.4836400782546937","host":"s3://npm-registry-packages"}},"2.3.4":{"name":"@hint/hint-manifest-exists","version":"2.3.4","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"28184b1bf7eab6ef6141d7cea06370fbbfd22ce5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.4.tgz","fileCount":14,"integrity":"sha512-UswszlQfSSh3XjkCANzLnLqBoIljt1Ce3NogoSotvdCYSMkHBZuiWDCJMpOG0/0pihXEnGlm0tfsuIgIgy0Sxg==","signatures":[{"sig":"MEQCIGqClL0kBi40e4aJ2pxJ4/2PaHlFHKF1xcnIsBgR3a2UAiBQoo6mZw4G3CPoiOggjcZ3VhEsBOENgQMYfYVKKsxmGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhdECRA9TVsSAnZWagAALZEQAJ3K0YlSDNQt36N1wUpk\nRwYCFbJHL71fE+wlSmGusUxHTgIs+nziLLt3hUiKOjyTiGeKNhQXF/5umO2D\nTayXYWGoQRNON12toQOrKaJbGH3JlfyWtSxPpcIwEzl53ujgZd2bPRlURogg\nROabxb3UZeMnZJc//fZW5Lj0yoQRrXfXTGoGnWBSXyJl2L29U+hQd7DkHy+O\np2/2AS0kuhf1aZOApvduxNsvfpwhMHSLOSJS8gt+fjXsIjB2zJAJSkXCsQcQ\n8l8uQU8amkCD2qScrVeUL8g2i+v45Pdtdw2TPKsfH460XyaJt8B3b6tXJr7H\ngHpUuKIHdd5c2hyCzEVVtZIRnCcCMahi9DYdegmlKPdJN2Ali7Y/6oh/q8Po\nHso/AjhfdQHGWG2WLdpNwyZL/Syjbbq+7mX3H55Uw+rSYtTk4faF7xxaY7D/\nFBs20WfkZmGfmcMQnWEhXvNx0ejvJovzLqTfoG5ZETtbAAxMp6SlrS/9X9cU\nZBM0I9uPk7TiW2lEu9Ss6922Ab5u+6Fc2Dd5qC3FSr8IXg/RuBCkRSSF/jwo\n1Gu69Bm/foYf8wjWBEBU9jcthMSinYtYnYpxsWVNE4qFRaNeQmuKki63D531\n0PdKqvLG7lQzOlIUedGO9M+cd+IxfQ7952t6xzXKb9KGvOHqH9EOpqinPBcc\nVIgO\r\n=OJCA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.1","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.4","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.1","@hint/parser-manifest":"^2.2.4"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.4_1565923139671_0.4064655611036794","host":"s3://npm-registry-packages"}},"2.3.5":{"name":"@hint/hint-manifest-exists","version":"2.3.5","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"529abf28b552c579588d939a9791ac91eb4a5645","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.5.tgz","fileCount":14,"integrity":"sha512-Z+FGibEadEMUGimqdKoDbX8MX/VTDraZDfQVarJ9e/2inMBqHpkR12xbbYirVvJP5h/0HBHxnqtr9ZFQvih6fg==","signatures":[{"sig":"MEUCIAnBQxgiXgI/Q6aaPbv80AAx95V+/BoS/wvZ6XlTnOmWAiEA1asYxbrboCULE+OZUwXI9PY2iQvmlPU7kG6zIan7OlY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37340,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/UFCRA9TVsSAnZWagAAkwUP/3l9v/1Dxy/KLt1uh/FL\n2MLULRvd7eHhBVK6CxzSbo98sbIu7R1Wr6ATjagjx7KS/0iU4mhrHulQ7zl0\nT6shcNBlmKQ7DDSVbsr+v+4/k2NhiDgimJ9IFnQ8h2nf8o3R/SofhU7GVS6O\nwB6Hebvzx9REUbTQC6bhvMuTkaWvCPr5NtZfPlKYS3Tduq7irfpQ+77IQjIm\n+2FZzipgu+5FByqWXQX9amogbB0YSiZ8O9qNW66BPrH1DmiSVYAS7iGfdtda\n5GlXPkVO6GqYHmvPjdZCMkh6MQNibs95NIh4m2fEDN8NPtqTXmznVLQ7JDXd\n0moASulo1WzrOLQqzjcOAEydUYfqApxH5qPUyc/lcLMP5sDTpjrmu/+7Yd/i\nVJnKXbNpY5rhaL9Y4Ka1kV4SuxQWPnDd1GOhfT4fwRalCdQoQfP9LYrUuktJ\nShWo2GTcZYW9G0fIAmC6YfM4tRRtlyKRI9iUKdX0PoxbC0w9WnWJqLkD8F8k\nv/yEWEOyQRlwnL2pMvt8tFjuL192QSI5Qqe0WcWXpfquoS9w3WeABLZqIOvP\n4chtfv37BLMqUlVb+vHNlyXN3SyNdEvcuJ+0ODaVFcK+9bPCAj8QgzsTN6Gf\n/nw/QmaozkiY0wAA/Way1XEGEHLA+J6UPh2kzkK7gooyGKV1O15jeWC9e/qb\ndoQQ\r\n=rcAn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.6","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.6","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.2","@hint/parser-manifest":"^2.2.6"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.5_1567094020780_0.11195345867729989","host":"s3://npm-registry-packages"}},"2.3.6":{"name":"@hint/hint-manifest-exists","version":"2.3.6","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"659c90addece8ab7ff0484511df80a866d0b9f1f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.6.tgz","fileCount":14,"integrity":"sha512-N0p5yNcth4VSVSu9qXonnFDA/NeKPkdBoxe9r6flngJJdTPAt2Vm9dPyV1XviQV/jjS8MIlt/5uoRrzhALHFrQ==","signatures":[{"sig":"MEUCIQCRAcVsBTc860yQPH/EtpfgyusQ7zcPnT3U5c84yvSUvAIgYQYvH7nqxn6Tq5CHMMWsyKTuO16y91Lt3MtZ38Jh/CQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXWqCRA9TVsSAnZWagAAHxgP/AtICrr6jU/AQNqSni/b\nt5NfTwztnMj6dy3q55XnwoxPpdpiopNY4+K1cPHmhsEWo6MXaYc0MoerNNtY\n45ly8vsJW0Gc3lNl1eBuWPaw5to1IJO9xzWD8zEWjxviPMrx2TV1DTKsWZ/4\nvwDweJn+wCCRHR8FJydqaG6aWlt03/tv/qf+nB7FP/PkOlSrQSf9zXeGTVOd\n/Jtui7D1YoVx3h4hYZEA21mEPJ1DxjQloCy0KjCGkRjx2Giv+Ons4kp2023M\n9UbfQERMNgOXm4bEziIZq4I2wI4ILnZIfSEozSxmmoC5n4ospSvDLiGhAfx4\nflKDe3uPwJkdK2yNRAITMqdRbCqWE1JHIBaX4WFApRK99pcN7qQOup9xT9md\norXGKckj6SAghr+DZ+QgWKzlrzdVPdkwOfGhSlGuHNrN8DXYY5K3f6u9NbrR\n4m4yUGVIh5BH5pRhZBF1c2Y+f3fBxi7rYD8fHMRElpAT18ABEuOhs1psi6IR\nw0uwLYC1XJayy5gmXIK6oBYWG231ZvxU22k7Evsd2HEwDJD+lyJVCRcXoA5/\n2QtKmUrDGIgw6ik55Saeb5OCuFJtnd68KE4UjytMkcOWcHgwXT9EBcZF/7gs\n7G78OagD7UszT6tObSvNTvDNYvpk/N1z0CuGH7ULwG+WfByqEYxPWoqFGXEK\nwTqW\r\n=wAE1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.3","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.2","@types/node":"^12.7.4","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.7","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.7","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.3","@hint/parser-manifest":"^2.2.7"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.6_1568241065838_0.9183200210276661","host":"s3://npm-registry-packages"}},"2.3.7":{"name":"@hint/hint-manifest-exists","version":"2.3.7","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"88bc67da7fb9b433a8eadd7fcac4a6b7494482cd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.7.tgz","fileCount":14,"integrity":"sha512-KEJW6PBjwVLFZWKq94iq7re0THUBUeqbtdqP7CpktLgpYhSTbRVxqCARg17e/Z+xZtKVfg7DSeEy6YAARBR3+g==","signatures":[{"sig":"MEUCIHUN2S3uXuEQHbHNjNoqDDgB4bLJDmEKGH71l+DYCYPLAiEA6ywVBrIpG8pjmFRVNAbqdOeZQhaGwHvegqhZ7MyiMEM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39163,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8msCRA9TVsSAnZWagAA3L8P/3EymXwkGqWLo90LydKp\nJexQtj4oi4iFhoGLyIxwWe0Eac/VxrTxeIOYiM4UYJCDrdA0SEJrhsoVFPS6\nRKDCMrJ4t62AGvgv4bmY9M6ELfR0agXcQ9dhOEfCisTI6xgDImJeqb9aSu4e\n+DxSQj6O2aAiXUDZkivg5fwmtTMcwf8qVm6T/c5YIzBooWLIZ6h2HgldEJ7v\ny8+FWwmxsrU8rnV542bVyamNGHswm7voP5/P/lDWChF7ZnrpED/mScN36U52\nYzzi4zcnxsHK7tSPoE06Ui81VXrBwLiOneIFoNJs3shZCDUdkIarAgoPCFuX\nappSyT/QCxQ3edpnxJ3CvebfG5McUT0iqfbZuxTnRCtyHRnZx+0VwIGd14vI\njrkyJbQQCnKREZSKMOEwy3ttcmw5fqkdNik+Bi5H69Sq9e3YwlCCbV4ogv2C\nQAC1283Nk0gHy1YGcXfIJRAtb4hymmp2E+oNmOxfTFWdKVbYhuBTxXYpKNuV\nIVHcdMEGcsSH1SuC7kQ614Oqcktp35WB/wfjj8Qs1ikverSGdNSjQ++vX6nG\nVNDcJrZdA9Mf1LZ9Wriu98V6H5+JQhvvUWc1CtPNXJzkeFMxmhMWTP+lGbUW\nMpMO9wY/4qnZQvW+9czjtoQTr6skiTz8ufX4TXg45N5UIUuiTSJR6Cw3tAGZ\nLLAn\r\n=EfJw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.4","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.8","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.8","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.4","@hint/parser-manifest":"^2.2.8"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.7_1568917931959_0.9711318996650051","host":"s3://npm-registry-packages"}},"2.3.8":{"name":"@hint/hint-manifest-exists","version":"2.3.8","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.8","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"763ac9381829b6464c428965efd9a9f01afde51d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.8.tgz","fileCount":14,"integrity":"sha512-blSD4dnl0tFUJ5OUuksJFK46SX2FHVBFXXo+1VmVE9j0rAF2u/axPe7/9c35+MzqOsbsxuNcpCcK0b6tlQyn2g==","signatures":[{"sig":"MEQCIAiSHpYAR4JE1j0nyS7lFRWOfO6MEC62nhLGQljXwJN9AiAo2lXME5k1SvVPCEw6MB3oybpUvBOzljfyBLPR+LHPUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim7iCRA9TVsSAnZWagAAKJgP/AlYjxEh/oeJRSXEgbqe\nfAb9TANMLQTSdWRfZXrkxmcW0/NJPXnpk7C9TL1axKqDAUue1P5zOeBqykPc\nOm8nyJOxeT9/35yhHSU9nhP4FSm0PxWka76NUilNOmWb4wDF4WwwJRN0A0d1\nbSwq3T8iaqz7sp5B6cdco4J2u9m+iS8PTZZHnO7aB24QdDX7bDBL6BTVR2TQ\nmwmA+L5WERW8lVCZVFJzP3upRXlW1BspBsMGRvnYnEpzq7Suo+Cw5ui/d1QG\nv6kjfH7ZCyA1UIZsVAT5pTRmKGsd3iSF40/63HyffmP5b3K5FqJqF9Kspxik\nX0+4wcfn0AviUEDlDCQxO0y+roo+rjIP/HDZMSqRrKfKkODNwTpVovGcvEQQ\noQeGWm9vrmgVDK9x/6i0CtJQMlsGZkhlVdQeb9vOLoc+dnpYX2jDygW/lOjC\nPXXxdjuVrveHisIqz85rr2Tak4BkFL9JFLUFVT7CkYz/bYT/vtWPewZ1EDot\nzw2IeV3nRQ5XZcCLjgkEPKAV1QYPznLnQLvJ3HvUSH3ZUJ//VbLobO2I53I9\nXViOdhJEPc4aOMdUm+1YZVgpYcwUeeaEeOmMyR5UsWuI19af9Um/btKYzihb\nFZIBPXCaEIduVdX5cYQGZeqWgzzMKqGd0Uh9YnhALYvcNBwPa/pEXiPKuHsR\nWyZc\r\n=VVim\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.9","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.9","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.8_1569353442050_0.598143392258276","host":"s3://npm-registry-packages"}},"2.3.9":{"name":"@hint/hint-manifest-exists","version":"2.3.9","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.9","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"99ba52c414da465d6fb1649c03baec823f061b02","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.9.tgz","fileCount":14,"integrity":"sha512-i0fo+MM5WSu/T+m3eBcg+j1ntpQuJOU8b23ZyDErA4mpsihmhE2+6sX07MIG5l76QhOqe2ny8VfOU3q6V4EDxQ==","signatures":[{"sig":"MEYCIQDl0TS4iQIPHUvxHnXJXqv38S5kEZTkCT4hLFgZ6E3JNAIhAJ7BSjUtB0Vpm81CVB/8osgvcNmZhM8bBjd6TxIGpEZG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39595,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjStXCRA9TVsSAnZWagAAgI8P/Rwa+SkY9bJq4MOZ6ntc\n/4gpr6qgpZ8ahr7U4iOTDVHcl5cGCCY9le/RHT7B2rgT4ixkI8H3vxjdCt8v\nfnYz5fgJF03c3gvv687TwdmyU/lti64/fJAl8uobwOwY17i1rVOTkNAmOtjy\newPZmMYNtGF7Iba3yUakTJ/p34h+nJthwCIZRL3Sbe5yYqTIHWJIzDIsK2yx\nGaHws0IIDPlqE7Fi+h+pgvWr3/D3d4GpelmsuMsl8gVX4y9TKYnhFPIRr9A1\ne6u0Et5tqgzQlOV/ZCeBUqQRP8lpRxIJoiry86D9hiYwThb3vPYvjs+pZ/zp\nGNL2emBGFpZ3qOc6hM+MZf/B3LJp8VwQf/S6yXflRQtOYsq33kQlbp/gLH6p\n6WJkYq6Ct/Rh8bA2joW1x1WQG1hEFRWV4HZAvzptVQKNntvUSPxgjYQdtEeF\nMklYdEC2VGqokD4wudFD6e42jt97VHAOpir2Mpc9xo6HfsG4uMxgiaZT6Qk5\nXj13kUQRp43ccWdiVB6vAuuskH8OEvgEKxMEC34SBnbWEra1P07T2Kp6l2Rp\nPGLjiLIz1RSacBhrmMASQ9aJDbxrw1Z++aRJnTrD9B9OJqjwAv05Prmne4iA\nbN+M1OZCkNq6v/bADfpL4WxWR7YbTiCodVI82A+2ct4ra2aFFExScJuf89us\nkJIn\r\n=/AZ0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.10","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.10","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.9_1569532758568_0.7866579687448683","host":"s3://npm-registry-packages"}},"2.3.10":{"name":"@hint/hint-manifest-exists","version":"2.3.10","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.10","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ca18c80be90574eb6a9f701fdb50dbc962031878","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.10.tgz","fileCount":14,"integrity":"sha512-CBK104NzgmJ8CyOWw7HBjKqfqyiNnvVpd04SRsFN7xP3LaRCobTTIL/8T4z8y/haewrk2oOsufkhpFXs2F0tSA==","signatures":[{"sig":"MEUCIQDNi6NByEVXElB3EBy7qKXWFuute1tCQW8mDbD2Az8nvAIgKl8IXciQ6Qyo5hAP0r+I448J0ptiOkWSjjKMFFulUnM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3MlCRA9TVsSAnZWagAAhwUQAItHLo+9aTGGXvSNlcIZ\nz8Z9lhHvjmFJi/JlQq9G2n2xEeOq4iKeJtFNrIxhIL38yp4Rn3/amo9+Z+Oc\nionDfrtTM6sjPnVLBAUhkdkXR0W9Xb/eS7iwDrjz0Myjy61E2QMUvg23aQ5Y\n3tYGZwkeiaQtDuM3mhJp4gkRMWfVMFvc+X5KQhzB+vUirYt/++51rIsFIMX0\nnJKCE6of0gZ/5OrHEZkhmS2ddyE9jIG+UaRwXlLE6awIfr83uZvq5m7D84Ml\nOdSjYFXhY0w3TqlQTG02Glg/9plEx4VYmNgEOAk5TaKqC1WsIh3f3dC+a5pa\n5ThnKx7syckI7wHl5PcTaVlVcXyOCieo+uJ6vvgIVWEMm5JQPKDqvbzsiDbU\nrch3rSgA+GVP74zp35wGDKM0o1EN6t832rrzf517zA3vSDUQUxlMP7uO8iMx\nveo6+cixMQW2SIWUEjs3sUkiJVheqVWHwP0Nck7iSlDUGUaXXHmfwWlH7p48\nVIEdDexsSMIer9kryIARWEDSDBEdLXGUP0PWnou8JIqLq6MV0Fz+JE1QKbg8\nb9kImeIWhJFQwNkTz1iHUj8eDojtWEjfgQrDu4mFmQP/6TaDKCB14OpD83Eq\n0mrukfnNdWxShj6NxPhQqHdaAMQHeXuUrquGd9b42spw9e9IM9udw05l1c2p\nlBl6\r\n=9kkn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.5.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.11","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.11","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.10_1571255076581_0.044556701023568124","host":"s3://npm-registry-packages"}},"2.3.11":{"name":"@hint/hint-manifest-exists","version":"2.3.11","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.3.11","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6b3a85fe74571ca529a84f75a965e5eaaad60a72","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.3.11.tgz","fileCount":14,"integrity":"sha512-GCfkaOl8uTxtwTmmHEivAHApg94Q+o+PINERWNk+McmwGMuhLdof/hfe8Wh9qL9Uiy3887mDSzgl0RDmtDUMnw==","signatures":[{"sig":"MEUCIQCKYB1oWzSnxGJTXm0MXr5BY3oVAM5pkrnmSzKRqipQEAIgC9rL/3OT9ppnksyqRqM9Fluf5pdEk8NMjvNOkfXD4cQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduL1JCRA9TVsSAnZWagAAcGAQAIfNj/b0VPnQDfSAhFNV\nS/nGZPjPvSWUYSt5VvCOn4etcw/amqml4W0YOUSuYs4MeL9hfjFcWIZ9dP+l\nFglzjhk1m+3yZwI0pQcojuz4GiXViWj8huhfSFQGzR6msKEfoVzQ3l5CRh9i\nuxSdPTY55b74BWyhO4AQXmiQE+tBvcCEMX0q7Tf48FRLAJ9u/IjidyVxUFx0\nB1xpTKM7VgaTUflXpmWPYdbNpSSJNzT1taZ8bcMq5dmRvfjnJX2n60bs2DXU\nQffRUC7oWcRojESimuhCfvoLPQDdMtzsAu56wcqgmGZCN3OkV8AR83qwpzvf\nf5qA9nd4Cwc6k88xnAi3K0PxqRPNmNDY3BPXTXjDPtWDliz29jQl+nADAE5F\n2EkU5YIF/QCp9VZIaAbmkRsCSFhdMiIDmqCkyjP95V7R+8vYsa2PmpM/b4zP\nYsWEyoeiTXCqV35U+pi53gl4p33FJB7hnOTQX0VmeqlMPvrwneM3PMnNYC6Y\nH5RKZ7ppEq9UiQVYXodwjNHzGU7ljnopV4GoFgzaIfg6lYDewEnqhIIEZkqe\nAlP4elBXA3LEvjV73+rXSYuT4S2YKSsRO0TGSyDePLFwLtRU9oVR0hz0If8U\naOLv//wecixLKKSEcEy9zPVKIJCKNS3Fc6gur+Qnusul0RuJDtMQaNm/hXom\n7dWz\r\n=8F6/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.5.1","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.12","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.3.11_1572388169188_0.14391073828918088","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@hint/hint-manifest-exists","version":"2.4.0","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"10832887a37ab6c6ca75c5e8fbeedc7fbf5d5055","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.0.tgz","fileCount":14,"integrity":"sha512-J/zo477YSqwLTbmazsmKv9yLnyuHLGldw1ws8hoG/A3mMOMbaJsd8sfU4pzlYIBoUigUHy8lxT0Ldni6/MCo1w==","signatures":[{"sig":"MEUCIGbkpzSiZQja0HiC7enuoCL+A1riKwoln6DlKE2v1deFAiEAxWEuNJImW5LbuDrbYw+l3WmiXj3sbXve/4/bR4D+Tes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bQECRA9TVsSAnZWagAAsXYP+wdkvIH8310SNyjPzs9Q\nM4oYaUFy2zJFuq+bCbqlN7CxpLmcH/vNII7TdSlgBBQNQ71HVGbE8nOYVSqJ\nybLEu1RB6J74TmEv9APRlBrfAo4BMA5hpRFJm04BNnQQ7YjhRDuKjNonTXga\nPuw5vlNtCIo5og+rtI5ZjcCBi14toNT3z6AhVVHCDFTxdMfr7mHcMuZaMz/7\nilG8G26H0DsjEmifAa/Czrlq5zm6DxMmnuA/5y9RezvdnR9T5vXIT1FNpKP8\n+21fJnJ2oquf0kiF0etyFF2IBQqa4okESpohGsf87I7jMnc7JLzCyi2S29hI\nhPnlMxWtSIEZeFiyQLOq3bWjMyLD31OxjV6ScgjEEgnvMs9835Ka/Ydu/0JO\noLoC4pk6IIaIokdLW8scatYNlP16LPi0NEAIw9/EyHDcKikGbXuO++mzHGQ8\nUUe1BsIR727m0xcfNyvppLHo5YTa2mlISyeAJ9BU93Ze+S+YQe0LXNoFS0aO\nZOrfF0G8ANQ/yBMrQRyCDLtT4LJiEYflc7u2qR+Pk6WVj+3eUTZEBodu9D5t\n0Z+xUegPPcwoXl/b+T+SZJ4aS610iQU5Ux5MRgbo6n0BM2+RyHv5vXGkCMkg\nuZGx+HKMJlED4PVamQhfbzbvGnkgVFI5zVPrJ3gzm2HRZc8UVs+qh5JWkjUG\ns6u2\r\n=vC2L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-string":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.13","eslint-plugin-markdown":"^1.0.1","@hint/utils-create-server":"^3.4.0","@hint/utils-tests-helpers":"^6.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.0_1575334915682_0.5301218721841321","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"@hint/hint-manifest-exists","version":"2.4.1","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"63403b343d92596b4312873e86deb5d5968157ad","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.1.tgz","fileCount":14,"integrity":"sha512-EXbe6sgvVgdMpZUzknKattH8atK6G9uWWRxzJJh/XmNrqyHpMvqvxjii0YjphKKe8zTUoWOHXJ5+QnxElFNMKQ==","signatures":[{"sig":"MEYCIQD5dfAoEXc4Xu3SJc6uddlDiPg9cgv1Py6ULxFIefEdiwIhAI6Rvl6TTPRAVzMJ08rNl9TcWiuuZn95y/P1vjNX6Uwk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5yzvCRA9TVsSAnZWagAAsnMP/jfjbjrdik3tOhe/vOiB\nU3JgcVr0d9RrB9qSC+qXSX7OX3uT8R1086SzHH+kgqICTUh6tYhnEETSGvyM\n1gI6NoQAm2plDSVCH0vsy6kqg3VVD3CTD8iOT3gOkYAGCE5ol0cK7g8QSUmQ\nI9vQQphzjmSQMJrjA/IkUfqciVGY4GryP53vY2ACv+WRx0ljwRQgu4COB0XU\nu+rpkG2z0FTs0FIzyA3w+p1y471Y4J1bRc3UMX8joMBItffGrxkmPKHIyvhb\nJTfgapL7cAFzNvk55RVesIWotglMT6UcfuUQiXadP2FJWzooTOserK3oJmCS\ncnu9P7Uw1EECu/oWWuArtU+pGiZOX303PA/UUPLVcowdf4gJIrEwdkTS5oR3\n3HhCywmisrcFlN0Bp4yHKyvTM8eIPWoh2WOhyjcKXQ9vFbTS+M3GLE9MaXIn\nJ5OyukuHpO9WcGpQbwVbxj8BIzqW1d2AwrS5OipbdXnB18S2xHk8mbf/nfo6\nsSLdOD3XMzKjevtt4bMXiDI6XJ95D63dKt/M/xKB4QIGlg4NjEcBX0TBD/Ty\nGlcy9NAoBG3m6qAm/eGMiyNO3yICvsd675rN4yassqFZ7il9rT4LGUAyxjxs\n/X6n3sJgDz1rO5O/MM0MdQDR4wbj9VyDmNRBJ8bXCp85+C+9+/vwIMza06NE\ng7bK\r\n=Zcn8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-string":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.14","eslint-plugin-markdown":"^1.0.1","@hint/utils-create-server":"^3.4.0","@hint/utils-tests-helpers":"^6.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.1_1575431407262_0.717442171327731","host":"s3://npm-registry-packages"}},"2.4.2":{"name":"@hint/hint-manifest-exists","version":"2.4.2","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"fe6021b3a33067b86d678dfe3c73c52ba35903a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.2.tgz","fileCount":14,"integrity":"sha512-OxSrdGdz49cLeRbw9vkvcZa0rc67PC4U0Dexpv6B9ni9mrA169tHN60DpH7hVWfGzPqw/ksiBEnV7vmIfB34/A==","signatures":[{"sig":"MEUCIQC9I1lycQhnIiqVI5mTxgJ3EiVQUapCiWiOk1ruTdn+TwIgPbm2B/IJ/yn2P3SztQrbk2ptVtmMDFm3/CGJHAMe/GE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6E27CRA9TVsSAnZWagAAfj4P/2tDlHbGqP6npjBT/pFG\nEHgmiBq8y969HSS0GKEoGUvLOS3wdelneel/NzTMyx8HfhYlteImNaUtr6YE\nT9ZI/yqItLCOBJlOK/26C/NDgDjqA0p8lHb0zdC4HEPecqxdYBUanuRAl9Hg\nWD8kEsJVwvQDeWrN45tdZyEZQYY/IZ7SVqNzP8JXZNqQZPBv4GbaP3GyoP7f\n4Fe40k6RRxUOU7kFdFbBuBJPG0oOPXJcOEzFFMT7nbezTKiIGDBQlpXXq+lv\nAEeu2vZXwyY57iWhnu9vf++OdEQ52wQBNrM1TwRexta2NTKdbhMSNHJ8K9da\nph2AlvyRPi8nPQzK72LedRrUyDtMVQ5NYhkV/YvJmjq0qLdfK/lFn2twRR+H\nB/6NUZ6UnniNpp/UgEG+NrA18QZ84vlHXDb59FAMAuXynQ1krxeOl1Q+04eD\nhBTEI2oiW5rufRueXcW6irA4gtMRHLRCf8kuXGdARZ87tulXh60hZW2uTl6N\nQRlzTz8imgcGSv6ZxcQrY2RlzJd7Bp3yIHkwYNVa05+eNg/VM686I4l8387v\neQNAER+CAV/NMji1TxV68iFNj0xaWOvChldL8bMLf+qzgq5K4nwFlQyiq1ja\n+ni0pGn/npbaF3laZR7JrjY4dR50CInuBDO8wjL2dWPxAPXNy9g6vPu4BEpp\nwNJN\r\n=dASR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.9.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-string":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.15","eslint-plugin-markdown":"^1.0.1","@hint/utils-create-server":"^3.4.1","@hint/utils-tests-helpers":"^6.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.2_1575505338569_0.9763741846425338","host":"s3://npm-registry-packages"}},"2.4.3":{"name":"@hint/hint-manifest-exists","version":"2.4.3","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"913786eb3680d8cf5d886232836454e3b203fd1f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.3.tgz","fileCount":14,"integrity":"sha512-/7Q0xVspS+wdn1vQqoUkaIjVQLzYSCq04sAQo346YBLSvR3fPVHcIeNQXFfp/zYAJAgMENpY21dSi8Vf0yR9qA==","signatures":[{"sig":"MEYCIQCh9u2lI9ljpLpewzNMfqOhCByWfLFFVYKCJFEvNOwsmgIhAIjkPtBeg0oZf/kQyH9c6XKXw2GmTwhj8YR7fa4tNRAP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpjaCRA9TVsSAnZWagAAi5sP/A4kQ/H1ZgN4Uz4KkFos\nFkdf6syoyEyRaw/N6EJN0WzaGXQDrp/775LYtXSJWvFDvuNq3wUch16xLzDn\np4QNdltd2Y1CytuZDj3eL6UkB2xhfgDN5sOxflVHSqEvIDEux6hHJtyCwnBG\nggy6xE54lBdm5Bpjg8O2cLk/p9i6FYQp3pEO+5EgoKSHPko3Mr3L1I5P8f7I\n92JKSczn1C4B+5RkIZo1sUccVsfT4mag1mIlVO/7cYUNekPaB7Q156046lmP\nbbewCxYv+3jM7gneAu6oipx/G0OewEDardmRjtrxPM8H6kekhwmXVxpLoA4n\nz+ZvKXyB4urs+8qMHfoVSp1LK+tckoSBr/bHLE3vuH6mQ1MNWcdVtuyGqC5h\n6rR28KNNAgzec+p1KXHEiIU+/xNes/evnifoMNYgGCJGxVRFD69SU7OpOq5F\nYbHCqr8F6dWKIN4jv+VaUBT6KNp9jqO3pnYoCkQArQQlfuuHkO0DkkErgPsW\nqQBGhjihOVU/LVtfdEe3dc8m4i8MX2DPon3rwAOSOVPDD7YUKzodDfPs6aVw\nUI36c7xC2xqUNcMhUns25uRg3MR4o3WGEFXjgLVr+kxmkJr0qjLNGUoEyq78\naZE7jgsh5clVuLoTvp2kb31cAuVkjLHhvG1LuHF7p2bIPOaefmtoc/wRAqb5\n6ACt\r\n=Dpqk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.13.4","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@hint/utils-i18n":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.16","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.2","@hint/utils-tests-helpers":"^6.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.3_1584568537638_0.6042000012039617","host":"s3://npm-registry-packages"}},"2.4.4":{"name":"@hint/hint-manifest-exists","version":"2.4.4","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c72f42b3b6b76fd1ec4697bfe4bb41a9a3af95b7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.4.tgz","fileCount":14,"integrity":"sha512-Le50iovJWuQ/2g9QitHTmBd3nCI6ZR9CT9JA2zRoTatosZym6Da09pv/Fm1MHrhdbRmVmLIAeqLFGrmJkuIJLw==","signatures":[{"sig":"MEUCIQDSQXMtF4Dx9NU7A5312X+DpJZ79WhYL8Ye9y5rLguy7gIgFQp5EdjG2bXvlDyfFUK6GkbZs9LyboyfZjzcFw3gcow=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45854,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel14WCRA9TVsSAnZWagAAg40P/AwIAk3Fsc72lQRmZora\nCrrCIqOVQr3EwxZFSQsBHVIrgZ0v7hxOSlFXOMJLcvAygLVUrl1Pz6qk8Rgw\n34E0N44KkWWD3z2z+5k//5KICox5UCvjElrpny2Ad2/O4HVkK9E3FOqpAHrc\nQK330gaN3j1wGDXUq72xUja6LAQmcSj/c7ZKdLpXo5FfU1E0K9z8Uh6+bdeD\n828a5hPZGXQQDBKVgq3jZtfzuHGHaOhCDZ3Bb/5A1fxLZn1sVnqW7nL88WOD\niyRtN7El610UCnAMxWjh4n6L6jVylUs/AXoe2JWZvYpftKusDA/Y9gpG1aWU\nJQfIzWdVMqSBkGVcZroEkSXVWTGYe9lju/cCcIMwUrEpnZ9vWAfC0BJzlBE7\nFuykwPfmY6mIMveCc4SAkwr4j7Jpvchbc/giPbwshkOz6+w8FSVyVhMkK6G3\nkoXNb5iIBFn3EUHqRvwyCtp9SbYOEuP5T3oMlpJyMF/tgnYKj+sk5+iV5OtN\nyPijtLAbDP82bz0prFRfcyeYgKvZkabDE8ehOccU4tZOr7Nn5JO7DiGglgHw\nCc1pEnVkqNnFdJ/lDj21HlqFvcAPmwuAlIHioq9eUn50yyXxb6hR7YnDWttU\nzQFXc8Lr8hBfRnUtdpFIPYulluAfIrk+etxOEJTFlK+T/19m9BKE4e9M2wYe\nOh3m\r\n=IH0f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.4","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"12.16.2","dependencies":{"@hint/utils-i18n":"^1.0.2","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.17","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.3","@hint/utils-tests-helpers":"^6.1.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.4_1586978325486_0.7216181734195699","host":"s3://npm-registry-packages"}},"2.4.5":{"name":"@hint/hint-manifest-exists","version":"2.4.5","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"f8b6f225b514c911fdf4e8720ce406d2fa928443","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.5.tgz","fileCount":14,"integrity":"sha512-tJ2uVi0Cg1CrYR6qcgdrKeZlV+InCDZPMaiY6eNp0jx+zbJSNWns+pmMKxMsRKET3/3jBe3WbASyKoM8CnFITw==","signatures":[{"sig":"MEUCIFc05cpRhYbpWdr/sTZXhxbYOu9zoQmvrUl84XLw4Gj0AiEAiMg4JUntfHaqzoVAqwikGZbD8LdFwfFV8OWtRu8oUyk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwkYCRA9TVsSAnZWagAAinYQAIW+8o9kQibONqvq6Lws\nN+1OKAHCdP01jqwo5s71R6giZqEDTeXVB20Daa8OcAdhJSukACY8vslBLmsm\nJwTseaLcGg/NhGjlwjSHnnMj9pt8gYXFi0aWJh3Ic5N36CJPlna0gMvKex2y\n/0q+kZf733g66G2o+VRG/QvqWeskVrTk4L2ef8roMNQaSYjvKHAtU+22Cbn1\nNCQfIifJdMAWcR67OzWERV9sKMPvSfzpmuI4srjZFESOX4wd3cKDYdZqn07U\nn4bRryWsPaZMoNqGGmDjezLeYYkphQFFWi/LUqtirkm0o2MW8xQzbcmpMLaw\nQzm1504gcEfETiJppl1W/cJqOlmiCoUFV9Cw13aQD8Gl7KYRofQUej2s04J7\nJFynP2X25Xogem4p8QwnSGlPI1XOWTEwGPiH9HABdnCL1oY7Ird+nfgZMS/2\noira+Lbcevc70oE6uhLaeWPLlQpx5gpjzbRrfF0ijh3tA8e74fKNigmuvzEq\nxdziV4VtAr9DS1TyVnxDgkttCE/IfJMS7YdXGq7+qabv9LOJ1H5hIF+b2aK9\ndRmX2mWTCJutwfXhf7m7VSBPtO9kVxYJaa0Geu6W9bD/jAQyD71wxC17cZv7\noP9R4m/bEYQL0Op1t65M0klr8PjnKmHY+UI0s7EvUMPa3XzhMGpF22faWmpQ\nm8S2\r\n=38yc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.4","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils-i18n":"^1.0.3","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.18","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.4","@hint/utils-tests-helpers":"^6.1.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.5_1589840151445_0.9284877736654564","host":"s3://npm-registry-packages"}},"2.4.6":{"name":"@hint/hint-manifest-exists","version":"2.4.6","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1f42cac357699d49106d4c4b2bbe5dde62817360","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.6.tgz","fileCount":14,"integrity":"sha512-Qx263Txk3WHqk111pJouApX+ZcD7LAFaHEM0F8xz3bN6bPP7zjrAmw455W0SEWf6YVxfixiftn33Z3lowldMeg==","signatures":[{"sig":"MEQCIEASGRDQYfJdZvRiaNVzirCPAq0cnCiZu3dZbilUTUVPAiAxzPMyoxOYALuiIEdRM2i6H65rnbVO5JMsJ1xpYOtS0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzsCCRA9TVsSAnZWagAA+ZcP/0Bv84gPZYVSuMdLDKmz\nLr4xQ/HFe8EV75I7HHeCj0VxEeszlEjsUuB1SuxNVIKep56igGE9BWjOzKwr\nkLs+JLvTySKzpX1+DZurhmVXNO0L0eSfmq0bQKWznYQ/MA9ptNwEcxqRGtA0\nbEuAseLdQUkAMpF2BRuQfPAJK1/1vJSmUCT1hdphjzi+9cOK1ARRmk62EDDg\nfGOAJibIEHzDsuEQDwLOKkDGd83Zp2JfqnMBcDsgnTYc718HfrpKXpMEw8KR\nLutily1e4W3Gthg4YxIwh+NHvynGf886b0r+EszbYfJz6oUP0hCv2LnKLcIL\nbRdGxEVt84AYY48IL1XCu17Gewuq7BPxcsUyZ4j2d+hnQaGZU5aIbBF2H4xF\nQFY6fQ9DXxuVsCxpg/w++vxgRFzLi6sI1spWqJuh6xbeORBcvRyOUVinTWKV\ngA025yJ9DTT6fFu4kVAL1HbfzeS3O7r4Xta5fF90oRAlZb85wDTluwWfkYBb\nZEns/AKElK3141yTgWD467ujU3+DlgHtqo5rnpWaPxg0SxSsasiGI3BG+BHH\npuJiKEkJeppvlCaBIEpRlRVH/ZAJWUtnKWFrsKIwtvBCMe6YKdm/yeqPlpA1\nSt7FnwRYCdz9KCQSj+aTGJuFOLSYqIW7S5j+jh4jGT+1vAPHqR4DuB5pw3y4\nfmAG\r\n=6pFS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.4","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils-i18n":"^1.0.4","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.19","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.5","@hint/utils-tests-helpers":"^6.2.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.6_1595882241145_0.5524782549525575","host":"s3://npm-registry-packages"}},"2.4.7":{"name":"@hint/hint-manifest-exists","version":"2.4.7","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1f53b7443443d491400f28f31d7adea981c3e41d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.7.tgz","fileCount":14,"integrity":"sha512-XedSUyYIwxmhPFpMrcWl5LzSLSrghq1yqcuLhyG+i4Skgth5twHaZ9h9s8cCUnxWuj9Ke/+glPDueZUr0LakTw==","signatures":[{"sig":"MEUCIBSNTeiz8A4uc8xquEdylWzgLY3/JoLGG2/grQV3EcLlAiEAl5XAntXrc+eIfSU9EWNBw5T8hHVH+IMJ/rpmJUFzYzI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDdlCRA9TVsSAnZWagAAmHIP+QEbGJNqju10GdXqWHzN\nT+UYWIr+STKjVumPQL2azvlp91KIC49RwzisVlXiuuUEFBMlpHbNBQVHtEql\nRGu/XvtwKhUY5s0QKLKN7BkOkcE+ssh/iQ4lZYc7GdhEEP6fomUVjyszFVDQ\nI2ieTwWLCD30lnrTQI2a0NNJIXbn+fl6P+2YsM1EMVa77tx8z3pu9h+jNb8b\n/GL8pNDxvKw1leq+27FRS40SNJd0UEq+9pvCPeLu55xIuJpiUK7NgPkOg7i5\nWs7OBcXcwTaf+592c/H59ApsRSl096ZAfLmRPb2jYuInTRtxf1Fk106zVDUg\nY2+x4YoUBoJaO0z1gNElxKF32cahkwLhbsZtKPLUkpNhvZNik2T6jqhS/7UY\njgG/PeH9EzeHK0rHhIAMWRz4525FWUqH7WhCfTmSXqOLnwSeUnPhWAFrNEAk\nJaTvRH5juexzqFOTu1y20tHjWh7Rh+8SAG2d/d5/rOtApGaioMLy6h+MndyQ\n/5mLLTOy2QNkbHbGN81YmMnMAC6ZJP8lY9DsEw48ULOi8Nj1g7KRjjw3GSmo\ndvB0wgYRkWvWtIVKwOfJfElI+4Te9hJRwQxqXKa8MnJHSFtaGjX+S3HnB9t9\nTv8sd8faQPdW6KNFlHnYzUqQtr2PzjB7LUJjuYLCnCM+iUfEztIfgp4NpYCh\nA5eG\r\n=pJSs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.6","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.5","@hint/utils-types":"^1.1.0","@hint/utils-string":"^1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.6.0","rimraf":"^3.0.2","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","@hint/parser-manifest":"^2.2.20","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.6","@hint/utils-tests-helpers":"^6.3.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.7_1598306148824_0.15750884217789118","host":"s3://npm-registry-packages"}},"2.4.8":{"name":"@hint/hint-manifest-exists","version":"2.4.8","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.8","maintainers":[{"name":"anonymous","email":"jdgarcia@outlook.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2d8473e156b5011b85524f4105eb5777d906fb5c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.8.tgz","fileCount":14,"integrity":"sha512-smM85cV0XwelYih818c4t6aVqY/t2ITbGHM3tFwMmnAzW1DXi438tZRG3irCzCbbWy11AhDmt1sVjDXv+OYecw==","signatures":[{"sig":"MEUCIQCAROYQTOPKum8LmW4oNE7Llf+TSLrWdUYDtsz2QfJyjQIgAZU5QJRC7JlJ6f7adl9QtMQH32AA0LELK8MTvIXmT2s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrEygCRA9TVsSAnZWagAAV7gQAI3MOPtIy5b206QPJ+0Z\nQuVlyhg0Xc2mVtbycfUsJh4hgzqdLUyRD88WVBcz1yZ8s3JiuP0BB8DtLoEl\nw3e2OLZbuZABRcQ+6e3S5XsGB6BUYG9RfnD1utvTKhkfIPS4albm95bfWcI9\n9At54AARTZCmMc55tjgmHZwt5y98x2oRKS4WZvPhlcNALz26U4sfzZ9QGt58\na79Ci1LBk2Gv2wWgPr+mVHfnPSMvvfzMbZd+1NMZN7IoV88uo1OL7t0u6knz\n6usR0wqo6TMbj/o61ZcKFUgJ585cwRLZTQ/vogTvbclCxaeSkQJH5W4HVNJl\nW1CTvXfy/gehy2pvyKv0mShiKQ8BHt7g87wXjOD92VLaXF3Dab2h0glcJdvx\nU6NmF7LE5LceZDLh5ADWb/qHJuPEVsv6fj+K4m8dzwBlVa2VctVazy9cdfeK\n67ccxQqVfARmVBpEoBPDSTen+9Z1I4liIE7/fiWV4/6dFWoOKTW+ZL46w9SB\nHS6JNsPn4ui5oAHp0VOP2sgAD0w89XIf+ZiAAHgUW1pgcR/pw/w6mb7znbQ2\nXqOkNkGAq1+gSFb+ST6m4L1vsQuw2zxN/RU3xDa4jWIXs17ca7JX3je3d2Oe\nTexoGuVBcM1ihELzvGGgMr3DqoNW5FU1Yjt82wyWI+XqH62XBHc1lhMvS1yj\nH1M3\r\n=TnK9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.6","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.6","@hint/utils-types":"^1.1.1","@hint/utils-string":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.8.1","rimraf":"^3.0.2","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","@hint/parser-manifest":"^2.2.21","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.7","@hint/utils-tests-helpers":"^6.3.1","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.8_1605127328040_0.07636708485282351","host":"s3://npm-registry-packages"}},"2.4.9":{"name":"@hint/hint-manifest-exists","version":"2.4.9","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.9","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e06bb36bbc0cadfc25292f5b77bdb88554aad543","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.9.tgz","fileCount":14,"integrity":"sha512-zbosMt4gWtGVzVXpi1GVVv5mx37xHlME0nCtv4iqVZCiuuUz8WT1U5eqxtegLt41TpIL+6sEydKmS0DalQaNIg==","signatures":[{"sig":"MEUCIQCek61N5CurIM7O2kDEWMKc85cZHLrtNbeVzj/FeV2X7gIgO2X+hzsWU/yFaAXW8xq+2eIaj229i/DJQTd+XAQJ5pA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEs8CRA9TVsSAnZWagAAjZ0QAIyS+Te+iewL/hCARip3\nYlqNzFH0jVhQhlr9upFPzp6zIFVFm82T5d55voyjkQWA/h43k+pl4XmVyG1z\ncBmIkMr+Sehz29vHlR0QqgEJN6sJLStxRcYWkce2/+q+sxKf/mMOheFlxZ84\nNMfIxpCSJ8R70/YoRwMNCsLE4lOb9nbRpqUzGiB/MQRct9FMSfLLsiVrK+1z\neE7Y9X7ADs4U2pEe3ZGasjgpEdmix5TFp8q87TPOcX0omsW5OTFdRz6iFo8d\njj/CgRcMfaV1cwD4LHQIKZeoEQAj51HMZwOEWERTDGH1Uvaeh/+vnnIzYUas\n/LrBSmSFOibzzy+soJ/iabbU+P9sEQjdK3AVYQj4Of3tuB6jUAPJXaauG31Y\npsUmfRhugdpksWj5AEC18l6k4PSB1U263qzPOzjTxACtBVNU3Fo7Bx3br6s5\n1JgvrWU5y7cPQ2/EU5FXfblD2L1tdSX7q/qQfdHS6gnVDbcJHRLUDj+wjke4\nMH50fLZj9vxTpMqynH/v0zqslHHZEbS2ZalN38Bkc8kQKL10qrUIsWXScwaF\ndaVlZUlhfTSVKn03Zn7IFxXdue+6s7Zou6DSkdICRJJLY8h++JZwfNCA/9Os\nCyC7bNaXB1G2f0k/gbrL2lsvZfE021jR4/F+cNu8iJ0pK7QwHZtuWNqDiR+/\niie3\r\n=7M5G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.6","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-types":"^1.1.2","@hint/utils-string":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","@hint/parser-manifest":"^2.3.0","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.8","@hint/utils-tests-helpers":"^6.3.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.9_1612467004054_0.20138168295174208","host":"s3://npm-registry-packages"}},"2.4.10":{"name":"@hint/hint-manifest-exists","version":"2.4.10","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.10","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1522a8569279981dd546f5e79957036e4d7d66f5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.10.tgz","fileCount":14,"integrity":"sha512-10bHfV2qBxQYtdNGG242dBlKL4naim0qffD/0Ra3XCKWF3i4vYaDop+snc9McPx8oLeGp1LdaOmiFKzR/nEFCw==","signatures":[{"sig":"MEUCIQDPJ1Vig4xGSroRkBpVEv1vT9mQVYaE2ZitCUyzd9O7fwIgMBCACt7G9QoT8pilLHv1nxDAKaORsyG0JIXYhvwEFmM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeXqCRA9TVsSAnZWagAAbU0P/3TKU2Q5IpKc/psbuh0L\nCS39LJpabusn71czXJi7JzRDHo3im2xluMu8af44Ox96Vno1gzHYNt7TV8E/\n6IoFWKl7PREcW29RqdKWGQxDnY8Fdq5tcKCdpt9wKA/11G4ZSuKgkXQ0kq+y\nrz9dKli4eQw22Cbs+Sw0XNGDEuYwQjtm3ncqBy4pfy8qEtrwTB75hKV3frFM\nhbGbm051s32E1P8cf/VIZkvzmUlIe5+aj3Vruu84s2/vUvIHyO/Fw/gskYEf\nXVXT/aw/I70/uhzuAPwm0dfQC2oe7nE+U71wLqNWM8Xqk9yllpgEAvckiB/H\nClTqdQ/3FOYsZcFDeNQjtWEcdABc5fg+h5h0dtUOsJ5eBN01b121vwer6npL\nDeJrSFe/jzL9Ujdbv1dYAjlgetMpOJb9P9fHiMrq4ryHFm9W8xUCTGoEVeQV\nqgAXvhgUabTPl+FCE0Gmtink9/axSa4JcYB/g1Mz9BqCEQFnNWzXKa3cHmZu\nrKmcRFfqs2lhJnDII8vHdmFJTHN3mtYMBjfi9ZhZyQblR8Jux9yNwqyTGre6\n61BhONUr6/4ydGHxcKzq23ynsvCqxBP+StVSNAc58YAUWBLJiutydqsFIKis\nguv2slzJecN4w+KJJFYlffJ4Kai0BjhvSyQbsxzqWjg8DvLm0O8ULnmPeTGe\n2bkv\r\n=yedl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.6","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-types":"^1.1.2","@hint/utils-string":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","@hint/parser-manifest":"^2.3.1","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.9","@hint/utils-tests-helpers":"^6.3.3","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.10_1612572137935_0.5173152173972875","host":"s3://npm-registry-packages"}},"2.4.11":{"name":"@hint/hint-manifest-exists","version":"2.4.11","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.11","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2d24303f10e5dd9b4ea8d1c26565ec34139d4914","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.11.tgz","fileCount":14,"integrity":"sha512-ldXSXcWxLnsuozCMmqjnlMOPKiSghxyFh6ky/QEeGP5p19brb0kMtFW6RnsU7DjWnY9LSTgMpk3DT9ZpExToXA==","signatures":[{"sig":"MEUCIQCtyFWsqnDu9qRdSacJ0ukNpw00b2JSaeFVW7VeNOCiNwIgKRB7/csXQhU7wTXe9bNT2hr/LeW8Ykxf+2Ia4WypZbM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRI2CRA9TVsSAnZWagAAFWEP/3GffZpMgPe9V2KoDmFN\nUO3Vg1Dy0rWMbyl00vgl1QB4aOWikRpTi4sYg4oqN8rVNF14m7GVvuDEZHS1\nquRUAZWWqu9DfuYnH5RXXzIfqMnYaWerYBhSIIBFLo2nKMBZwSiowX2jRQeP\nS9pmxzj23u2MKWbXRchSaILQGhXTqejT0IBjIA+jfKhasqqeWoJtHLkRygUP\nJwdneb7LMYzDiHeZGefcCKc7yg3vpZ20lUHRHeqhQ3P8HjLoTGhnzbA27ddz\nthjs7hH/PmtWnnT2BalbSQjD3O2TmmEzsVoZMwkKHY24K3HTnePtzuWFlOqV\n1VItTiuhk42faJ4mQtistbRg15mnFGSZO/KH+g+iriPrKpRR6gg8eedcxr9y\nbgtcEpkGcsPdsbYGmgewn+tK3Y7aBFlV8GwetIc2yaYP1Hh1S+3oCh3C7AM2\n/Y1T0whkAjmkh2+7pN/z/NzCeDAilKUld1L61oFlyvvky4DC7VS506gKdLOE\n9wXIL51YGyhszwXCoWxA3O0NPSwofofV0TvvQsg5lzVUSsTiCt7rJTrftX/4\n9G2O/Sie1wH+JG7xBcAe4clV+Kv3R3ZkXi2nJdYydABobPlc8mWb1jxDxWhA\nZlnuo7ukKcBOpFf5LEZN6171PMt0GEqpQceJ3JP09YCtyx1udsSbm+ODA5Ro\nuWaQ\r\n=j45Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.12","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"12.22.1","dependencies":{"@hint/utils-i18n":"^1.0.8","@hint/utils-types":"^1.1.3","@hint/utils-string":"^1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.27.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","@hint/parser-manifest":"^2.3.2","eslint-plugin-markdown":"^2.2.0","@hint/utils-create-server":"^3.4.10","@hint/utils-tests-helpers":"^6.3.4","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.11_1623265845961_0.1173359161755465","host":"s3://npm-registry-packages"}},"2.4.12":{"name":"@hint/hint-manifest-exists","version":"2.4.12","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.12","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"7e09f072a62a0d2caf249096563369de936e4288","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.12.tgz","fileCount":14,"integrity":"sha512-bCJksM0x+fhFDx3vEVjYycm0YXVY4PGN5Jy7PCHzyjAXuvRecCb7LN6Lx/WEN4IIQb81qz5QiC3ZQ53nSUDnnQ==","signatures":[{"sig":"MEYCIQDhC24dGYKr+aSnMdvwbMP3Yiq2Xi8AOek16DLXdmneXwIhAO7BCsVwQgZ3Dy8kmIwmlZ7pL6/jWJmKKNYKepzn2QuA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61027},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.15","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-types":"^1.1.4","@hint/utils-string":"^1.0.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","@hint/parser-manifest":"^2.3.3","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.11","@hint/utils-tests-helpers":"^6.3.5","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.12_1634833188354_0.016484112777488402","host":"s3://npm-registry-packages"}},"2.4.13":{"name":"@hint/hint-manifest-exists","version":"2.4.13","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.13","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"29d9f1f45ddec0943ab8354ec77d5560ecde9e0f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.13.tgz","fileCount":14,"integrity":"sha512-HLSCgMCifPMxbDnIo09cF4YsyNVbA10s7jOck2yBZzFSGv9oqiL/Yke4oZCkOG7j6BseR9HtbH0eb28siwYe4Q==","signatures":[{"sig":"MEQCIAIElYOLciusfOcTq+61Blq1cDMqHnxjl1DovMb9PnKjAiBWfxf/zhZujaM1i8E9sxXvno7knpaRtTubDU3IxOT9EA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61027},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.15","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-types":"^1.1.4","@hint/utils-string":"^1.0.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","@hint/parser-manifest":"^2.3.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.12","@hint/utils-tests-helpers":"^6.3.6","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.13_1635537406674_0.7439187618247078","host":"s3://npm-registry-packages"}},"2.4.14":{"name":"@hint/hint-manifest-exists","version":"2.4.14","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.14","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"df8b2eb4f07a783fa80a9e037dbafe0853cd33e2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.14.tgz","fileCount":14,"integrity":"sha512-CxkRv4HWriBQn8Uq2Kn9frYo1Ja0hvD5v2n9MNpfIFmghY/u9XmvtSZb563/7n/DsTo/bYgKj8I9AQl0tanoFQ==","signatures":[{"sig":"MEQCIFqahivOyuqWS+vSzkyvkziKzuZH+5WncHAHdky8uDfeAiBemhUjEpWroAuCSDGDzKlvBz88MCCedAQ+nqg6OX/q9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61294},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"7.5.2","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.18.0","dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-types":"^1.1.5","@hint/utils-string":"^1.0.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","@hint/parser-manifest":"^2.3.5","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.13","@hint/utils-tests-helpers":"^6.3.7","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.14_1636050574877_0.3364602167453934","host":"s3://npm-registry-packages"}},"2.4.15":{"name":"@hint/hint-manifest-exists","version":"2.4.15","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.15","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1ad6383905467ca07501c90b6aa6dc63e83dd08b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.15.tgz","fileCount":14,"integrity":"sha512-kQUuZk0k+UW0AW/jO/Z0jQ5TAb10y+PF5Ip7iBprj0w9oH1UWHIBN4J5uMgp/CSTpC5x9DUGzR8CPTSDVpCcSA==","signatures":[{"sig":"MEYCIQDATkZjPRIVV35X0hdFp3z3sD7YlP5GEy2CuRV7ebrnAQIhAIJgwYJ62nBIJ/gLvBEql7MrLI/VQPf0fGsmw2i81zuD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KSGCRA9TVsSAnZWagAA/moP/2C+iugBH67M8jYtpkKd\n1WXOKq3yiOyBAP06oJCcJPys7EAjCeBj4n+t0YIl/s74nJDPrT1jG4BuIMus\newANTWbHGTIcwKjnuDuoGJ4YZlG2D+sZj9wg/tw+8tG9lLU2vaSEc7hpxcYD\nAoPYygz5RiDRt18OxKW2IwSO2uB0OX1UpivHK0Gp1L+NcM+PcpKSdH39l6TS\ndfW2+2GlXBwIC38gFPLbuptXkuy3FfoC5taCtkT4ix6pR2w/TB11/k0wqaVs\n+ykX0mjZH8KHt0W4/hyLF74PRZ7/fma2IFBxJcLenQUyQeDECWzITW8mKvaI\n9hznkS0wXBxIj0y41TQyKHc/PPmrwehYeiMGPPKpM5hGGyGanQJI5skYTCyI\njI93z+SobWKfkM2Z8kwhZxHeaARS3U40f0QWTnFnuvuTLn9oCovKMyLxxo92\nOKfLFe42/PNSqXcCwUj9ILOxXbRcGAvDr38KWCmQQNgZsHDPqk/S2QY/l5++\nzexQicBvJuc5DOCGfK0FZk0/lgziDebK2ja/zSJMrC0uLKtPGJyti9oh98w4\nTrpcs0HQM040x/HHpZ8AjJgAvwUVfNGMjBbHQkEv8dAC3Fit2Iieigt+M2cI\n79MRwbuLlbPS4mTjk6ERjfzBttqlmseo+UYyC9iAAhO8JWsQVqiWSudWIjXR\noTw6\r\n=xGOh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.15","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-types":"^1.1.5","@hint/utils-string":"^1.0.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","@hint/parser-manifest":"^2.3.6","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.14","@hint/utils-tests-helpers":"^6.3.8","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.15_1637006974008_0.9148044037220628","host":"s3://npm-registry-packages"}},"2.4.16":{"name":"@hint/hint-manifest-exists","version":"2.4.16","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.16","maintainers":[{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4510b3e12fd11739ea91efc8b63a0399bdf8183c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.16.tgz","fileCount":13,"integrity":"sha512-oI+wEnCzLK8SBv4Y4DxttPiym3W+kV2WrZd032Y++bUkNsl5gEFnsnkrV6QPrQNm97lNpwaYBTPs1c3OBEsAyA==","signatures":[{"sig":"MEUCICfbmXrJYANsC2Uy5T0AE6Obr61WDZOf8oXgmxTN/v0gAiEA1zHM13d17rclZmQ27d0nkyVw071xOubM/dAKhCgAXGM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkZAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqlsQ/8DWK7g4kcXxlZ8EsdgyK8k1Ey7F/M83eocdSekzGfjBkz2wLd\r\nolZ0UXuwZKc7/02ILYALg2FPIfkXJpjtK5OuXc4IrsH9PUhndADZXb4KuzDF\r\n4AIeEGxsoBFVxX4Jrp76V+dsomZZs1vgayZDtTP5rYrWC8RVBUEOEV4ug8b8\r\nIkfbOCJmO1FtV38BI2a856sl8C9W5CLXy+FJ1tAiK0A0kmeqdFPUTCK4t4g+\r\nuroy8X9hG9NyGSENEcxxFgubsOadN+Lw+IiIx4TF4aHHkjIQ1baP9kV8EaQl\r\nwy4ozpjSepLHuwisXNU8sgZS5C/VUwmb31WpByL/eoKQ2el7fGHMmn0J5kPp\r\ndw2GhlnpqSGLAu1+3Eto49I1g+zw6cLgXXPub3wTjMdGBRyWGcmyUlIlrhLH\r\nm4cgHAyoiz+yf74c2Qrubu7xtmtvVcBjVLe6B6fK8mnNqkW9iG+l0EkY83/2\r\nqe/1v2sZefwQ0KrpIHK4VHKjCYsL3wtYdq41tvageOPUuPgjowYnZmqTkyV8\r\nBMDxX2WnQDeLQDyJ6mZxyf2CMQHd7SrK4mKlrbWxgFM/ikmbDVfDeHwPzg4d\r\nVzX+Y3AOb1jvS20v6IAJ6kA9L6sfYHrptsoV07L08eS4tUEzj+oDH3gimT+1\r\n92GlxZpnHD9dPjblH3GaqI/f66LLHcnwat0=\r\n=sogW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.3.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-types":"^1.1.6","@hint/utils-string":"^1.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","@hint/parser-manifest":"^2.3.7","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.15","@hint/utils-tests-helpers":"^6.3.9","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.16_1646937664660_0.7984487495277424","host":"s3://npm-registry-packages"}},"2.4.17":{"name":"@hint/hint-manifest-exists","version":"2.4.17","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.17","maintainers":[{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"bd2bdcba37556443e784c78565d5efe2dc39ba2e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.17.tgz","fileCount":13,"integrity":"sha512-txGHfRk9uhJNe8/ROyyvdRD9BKyPMiKSxKPDCwP2rpRrOfY+AM4yOW3r0cEZi0FvHxMCgO9GLdGImE7A/+WhAQ==","signatures":[{"sig":"MEYCIQDwaYga3D2K7CfSjXGA2kzpKKSl3Mh+XxilGbLKbj96jAIhANHcrwYVt1Q3BGVKRd2i9NLMJ+xgsMD9U/MZn8P/IpWF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRK1tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo86g/6A7RlD0NAOlLIk7bsAtG9wrdXgX265Wcnt40Yk6+oOwTxRMUA\r\nmc5FziHqlUgs0n0l4PqlSM1N72pZzEl2UJFw+CJ97kpAyxFBdfULf994PpVR\r\nIBNVuqIoH7/B7AcYCt/953qZYQ87gwl99qnp8RhEn+Hbyi+fF8FH8cRqUQlP\r\nx/1t1HmY4lNfRMXQ5s0R1radpDc8rS1v6hyT44r1i4nMnaOpL3Olt6pFboEz\r\n+Z07BbTSI6cVqTwiriptRE/xtpWF0ZU1jwl24EG9DIb4eL6cJbIhVRz15TM/\r\nMFvvz+dR+6rcl6+JCmwfKmkW6owg2UZ6i9noNzHaDZFNqwfn0c+g2ju+pUxR\r\n37Elnheo6NENh391K3r50xnQw9XbWJpOYGheSgoLi845yKuEd4TyKQnM3OKu\r\nEZ/2fn1Rc6/eyvIyCF09IUL/v836T1IxcNeTGdlshWI5WG+CmYRHArza6GAG\r\n/LQdYMcXcPpsaU5zuW58FS2ePDy2Lp1HYjVYN1fDQA1iADDA86BD/pnvDSj/\r\nE3m7p+s/snlM6jdXT03fiCYxFyqu8qMRmp8tvQB0r4wMbAVsAAgGojxAKrOv\r\njGAjadEDUVrRTxqoMdP31nD41NOMxuK4ectWcGmgYyEJq3nLKFjTeGzKQBie\r\npbCIZXfXTBIm++FgKCSzd0igja8HGJ8xz2w=\r\n=exjx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"81ebc8bba0e14d6cd8a803b26ebd2867a5a22cf5","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.3.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-types":"^1.1.6","@hint/utils-string":"^1.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","@hint/parser-manifest":"^2.3.8","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.15","@hint/utils-tests-helpers":"^6.3.9","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.17_1648668012926_0.9042681675339168","host":"s3://npm-registry-packages"}},"2.4.18":{"name":"@hint/hint-manifest-exists","version":"2.4.18","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.18","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"94e456966cb21f92824990b829d465677c3ecbb8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.18.tgz","fileCount":13,"integrity":"sha512-U30CjR9ugOjEH/XU10RzZuFlpbSQnIL0Ak/Og8O72Z2XTK6d6e9AUlyh6tmHmWDMfOrIxffoqrzylU8VDM67mg==","signatures":[{"sig":"MEUCIALuHVmkOOjJKAQobazQhyFrtUTxGO9xC7UcDHEXiORNAiEAgDU/lMIbea+d276vOcaPci47ZChvXhS9gNZ9GKijPLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG33ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9rg//fApN9dwVaK4nehfCqjcecxuSvde6rPu4Bq3p7jI2RR9wo3JB\r\nX/yOyfSuHZKx/x2C8GMG9Jmz2T+Gh7oJRkxGMEDCJRmeu7/A57ekkhvkKsgR\r\nHx6smtaeLvPMooskkKnpAXhA1FAToOF6zvsMpWJyw8e/kvQqlmGTosoAYF0q\r\n0TzCAoxQIBnRg+HhnTzCjeH2YCbSCe+LwL4+xKaSlcWMl7y7HhKV5hsNgZRm\r\n81sqqyvCuUkFg2UXDdQNv0SxfztEjxiAG1g1xk40dPPKw7uku8QdCiDw/4Lu\r\nGIO2j8kKzhnMsJfFexWqtZ95Dzy03jFIfiAsUpYP7Gf4FJ4lVhRgcpWv9klM\r\n3kYt6OTNOkEQ4i2LusuEC2J6ZasSp/Ssz0TQz3LmDsvaAsqIxLj+ZukXwoIT\r\nCcdClyS0ELGysmWY4DU2QxQicMKB8WRx6V1S3k1L701IA0qFhcMLExgfi90U\r\nL9/J1Cp2YGBgIIYX5vG3eLXi6HPS7ita9S0ZC4VtNXSM/IW5DZqo6Zwg1ZCd\r\n0aT6tbHoB38itR1xk6/vlXWv5NReEH5oeCFHGqZbyPnDOwtTjsXny6xEpqoM\r\nIufqe++Kzvpam7yHxVGSIfIg1XcjXFnGev2hVvdz5E6vV4+Xfcxj3Jw2HQeJ\r\nG/2BhwBMpE9B8gX9UPAZm1KLzn6Drl2QsXY=\r\n=s2vL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.5.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-types":"^1.1.6","@hint/utils-string":"^1.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","@hint/parser-manifest":"^2.3.9","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.16","@hint/utils-tests-helpers":"^6.3.10","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.18_1651011062843_0.8021441237523532","host":"s3://npm-registry-packages"}},"2.4.19":{"name":"@hint/hint-manifest-exists","version":"2.4.19","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.19","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"559b955b8e9c79605b26785af1140b2e9457f9f0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.19.tgz","fileCount":13,"integrity":"sha512-72Xf1qmbKC3gN9V9fYrgjBGdplgZROxBSZGDcKj72b7Z3Jw66fu+UCPr+PkNNpcqrofPQp4adnxhSEkCgInJHg==","signatures":[{"sig":"MEYCIQC1cLxDg3HF/0sZrkyni2X5qYCoXS9QN4I/+wD1H+FEaAIhAKxW+aZu9zqlxVEEzxMg2of1TcOBMocGz/m2UCYZXzpj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdpJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkPxAApS0OZzm/DUmCL9jTAXt24hUu+a/ORH5uAMSGD3Tp02bqwOpy\r\nu1rMCBvS/2Tnf+i809Q/P01KiZ9/O/8aUpq4uO9IWOUfk5tRbKK0Rytvz3NK\r\nFO/gn0wPDDKSGaYel0YlMXP7zuBCWPv9w5cT//dcsb2gQdiu4Pzd9EAF3pPS\r\n9CWZsJedPtIA8vx3FsuKGJe19aPDXnnPM6l3ynesGN6ig6lSYYbu2mxCq8tX\r\n+RAY4csCxEr6E9pMvttplWktzij+M5n7LLBcJgsZMVLuGG2JjVROVVsBD7Kq\r\nuoNf5j5o7wia6B9kJ7dhw6p1rqTAq5p7p+2PKAAJI+en7cer8SE2/xGoslOm\r\nbQpxckj7rTwQ2hc9OQIzGrcyw7WmG08lLDUBZ3tPJC5ZQe0KEcDWkGLvmdGi\r\nDkjbreSLFFFDiPUftvTtdcD5YD/SGTuRywiW024zKdW5vDXJnzW7EVsGTZQd\r\n6Ny5aGWUsH2ibUspnRdaDDYhLIkRkn3XNe+U0mz6dYbLiycU6qVROZRp1hh1\r\nmzwreHGXdlf9qxNtUD46eEpCUiOFGMtGlL9sALXpey6Fgvqe7HWuPtN5mlUn\r\nMthw3kBpjYQGST7Dfpc9fZB5OzHURMxf39ke5w5gG7asSn7klHLoeIsjOits\r\n2U05eGI8nBN9XRcaYhgxS7SQ8GmfYX1kF1g=\r\n=rD5J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.5.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-types":"^1.1.7","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","@hint/parser-manifest":"^2.3.10","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.17","@hint/utils-tests-helpers":"^6.3.11","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.19_1651628617499_0.3402033757341971","host":"s3://npm-registry-packages"}},"2.4.20":{"name":"@hint/hint-manifest-exists","version":"2.4.20","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.20","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1331e97fcc09138adcfc6ffad0606164787d215a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.20.tgz","fileCount":14,"integrity":"sha512-c9VMjQEo4/VLZD+YizfsJ2GFa9PGq9Sez/NOwiQteDlUMZLCwBuWbuGVZvyCPQX4kJi6wXm/Bdrqft5Y8rxZNQ==","signatures":[{"sig":"MEQCIGLgaJooCUMxvc+9OZbuC3SejAKeq/8psbCAenVQVFaaAiBMcwnH5kFeKDx5EUDolJNOV1sW45yPQ1HyCB+Stx3VnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn9QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+oxAAocKiFbGk9qToNq/X4/dzLZB55W7zeES8BwdpuamHtoNj/2xE\r\nbxv93kg/qFn4LLlVD+gQNzOr/xCxQlvE353xPV7ENjyda76D9op0gDxSYQGk\r\nWhTYg/RL1O8iExpOYxdD248P2IvFr43DdGMsNAXuFnE1ew9hh9AkzgorogPh\r\nQKweenyVokMSoJCc47FKhryjY2EkJdIsYQkkw6rHsDM7x7a8nj7igT/UvBoV\r\nuDZYVaK0uFr3PbsO5u/ZDO4DAjRwdMruw1w+evSUZRcK6JldNls7L8NaRzmx\r\nWOsE+fAr9WhR53te3QvfHA9tFxGRVqLXLSJsAYtQRQ6IJn9ICunGGQ51Bd3r\r\nOxjIZ/xdFrxK0jLotNNRug1+kLPjoltXm1BLoqYx0Q94P/Xy7/9inAoMCnym\r\nPqPs/64rhe/LnIIxWHr0FFx0ysBl8MfsMy5cBYG0+i5HFc1yzZstBlRb2MnM\r\n6JToHPj4AsHzV/dFgJX0sbcKA8Dy0EyB8pU9qMoohUl/WJGoRlot3h72icTN\r\nPPPCBAstHt6Y9oNWSh+yT9ivv2sAIo01hiwLMMwVFZQ5vPXEgzk/0pUMf+fm\r\nX335SlZqd/Wp+Ik6EWsAiWkD/QURUexk3SAYCowxk2z0TmwBwEMDUTsJszKv\r\nMFLSjs1ZS9HZAtSdx1dnXCvDss1WVnGdFyI=\r\n=z5v4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"6.14.17","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-types":"^1.1.7","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","@hint/parser-manifest":"^2.3.11","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.18","@hint/utils-tests-helpers":"^6.4.0","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.20_1654554448234_0.3340892260411945","host":"s3://npm-registry-packages"}},"2.4.21":{"name":"@hint/hint-manifest-exists","version":"2.4.21","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.21","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"0c7a967ff380c7ffc46cc94073b8e7a24ed8e5f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.21.tgz","fileCount":13,"integrity":"sha512-pcHdy68akyKSF7GzZ87eOQQ2aQGfj5Z6BkwBLnRVgTJ+b4v4+myw0f2yrzfeYbZOCYGejrYz1iKkNChDFDXzlQ==","signatures":[{"sig":"MEYCIQC0lQdESEk5QjRRL+YvyCVDAvEOT/C9smz1UhzcwibUDwIhANyKreiNrOrBeXyvc6Jl/tOgeE5jm76P+GlG4O89mC/a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6B+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVHw/+JbRGa1dBL0JH7sfO10KSDsCELM00nkpGxOjAGesn4v+7EYps\r\nXtn02Rk/YFyxaoGQHrSGdUXgFg1EnMH9HvsNHFqQALdxa8y4SbyR79RJHEnS\r\nhl7TKM5yZZ/eY4E5WOaDcLEXYUux3gE4QbWkXI0vNCnt9GpYCL1qYWAre7ti\r\nl3+0J0GvbfT4PO1SRXL7C40eNwDyn5AlrH28BB9LFEdrlXwN1BBZAYNtzBDZ\r\nvlsK+UnHfM1pKSq61lOqsxOV4lw6q9Z74rtiuQ+Dt9zvpCFQBJcRSI6oqcEJ\r\n6MA8+MDnVyVUHnLYyL1kbiEQh0ps8OyUJW62MXvJkidmXcqn7M06Zdbnz+iq\r\n5jWph9vycgoPhDobzxeh3w4eJWYKNKfk46lGmvl8kuVk/O6pa4PYG4vtftr5\r\na4L7iQqDYIXQa3Kjp5ekdjyWLgbr8QtFfgd8yKRGojmcYcEWSNfRFDPe5iwW\r\n/haHGhSnOJzQJypfjP/MyUOQRrJaiE3v9+GY7bkgFOM7nWMNxDLKZufJhjjy\r\nKNJ9+2i2iI4VZFbj6rD9aG4kWxKX6RKaeEq1igS0nqIHFuh2H/77WJkdBIJP\r\nvW3HSQYDGVBy6n3Tf/G2/bbbTv/MTx9vcm9w8ShSVTW7dVamV72YMi9uC0eq\r\nQNCBYfzkDFpc1yRRdz9jR9eDLcWcMR/C9FI=\r\n=+fu+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.12.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-types":"^1.1.7","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","@hint/parser-manifest":"^2.3.12","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.19","@hint/utils-tests-helpers":"^6.4.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.21_1655152766559_0.34981442854176636","host":"s3://npm-registry-packages"}},"2.4.22":{"name":"@hint/hint-manifest-exists","version":"2.4.22","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.22","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d1355ad0bc9e5626701610d66146419c2b8e3c2e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.22.tgz","fileCount":13,"integrity":"sha512-bbPmX9qTX1bHj6Y75HUKx2okPid3u1AlLdl+tgJOwZXNrlGovB/dAMVFyWJhpdVHclszKY9DGA95U1wl/P6lNg==","signatures":[{"sig":"MEUCIQCPsXdvXNVMoywcUBFZFJnNJLlHksBzYrPMcsI9enkuzwIgJNzaLd25hVc51hk2Sh8sSDGFWIrmG60EjjwsJ12OBnI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFQ5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfwBAAj3Smt5jkb5kzesubOZm/kcf723VRIS6smccr2LG3PTut71pH\r\n8QW9Bafnc5K5lV8BxLARKvpSp08QzURBzEV1OE44tALe42njxti4RUrFsc1o\r\ng0v1nV30gqR1ipFKHDVofb+OMe+jbe4posdpkwG+0ceRENIUQceyROYGGCeU\r\ntx5H5DM46toUflgk7Zee4v+w0VW0qaBxmgqAVRcsyd8GvxMbAd3mHEJM5R/Z\r\nkzeiwPhx+ScWaONVR132w6E1FJ86Ctq5o6Q1JiZbEt0BCQarzx32yc4eKUZA\r\nu3Azri7l8P4GfYBvh5ttouVKKBpbDMQnb7tY25Jlj2B6Ie315XKmdftlqYJ/\r\nr023WFCEeWjImaLyLtGwf9xLOBxS2AQG8KyxnXXfX88wO7UD6BW4lOcw5tPo\r\nHAhrCEhpITyMRTXOqc+6GWTMb7PEiga1hY7fguUL/MSlhjrzmgAmIp3KEBUi\r\nYYJVQmONYaU5o9PUy2vfs+B2WRkHpWa1nydu4+6u0xiJFcXVr1a2y/WGQRHS\r\nO7T738Gl6GkQ3uA7RFDKM/s1NiBG7X2FtBX4+VhLTJv21jhJoesquwidPMO9\r\nn4A+xvSLMhLj0dWr5lBC5uqnR9/BTd7xMWDhHxyvR42lMPwFXpNyKzJE2aQ8\r\n4qbSmFOu6V/dQ4o7HYrNo48rXYEN48s0090=\r\n=37Bp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.12.1","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","@hint/parser-manifest":"^2.3.13","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.20","@hint/utils-tests-helpers":"^6.5.0","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.22_1657295929696_0.6510327010594894","host":"s3://npm-registry-packages"}},"2.4.23":{"name":"@hint/hint-manifest-exists","version":"2.4.23","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.23","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e394aeb9ad253dace9b5df302024c8c1de8ba2aa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.23.tgz","fileCount":13,"integrity":"sha512-yduuZDu/h51nBg4l98UawxO6nm71y9hkRi7wsqHqT4CKGRlBX9honYna6I5HpKRAGk58KLj6YNjhB3LESNZtEw==","signatures":[{"sig":"MEUCIQClPxxsgaXOoz398w7m7KHcIMnvzfWKVAFEUkJR/pO+RQIgOuvrZs8CUy5m7YPLFxjzW/L775POPsPd4DK+dbqu3u8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yvXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3/RAAkYaCCa8SzItrkLaBySZDBOOCL8e8rDOiwqBXpph/fchiCTjx\r\nmf9x9vG5sMH0zIdtdRzsgfTlO49sARHxfBEbgkzzjAA/W/lidX/17NxBInb/\r\ntzRrpza8aTQK/C46fQeAUGn9TdNcMF8HCgFMe7V4YhQAq8NJDQ/1LOxwXZTc\r\n1Y324MDIRm63tV7Ac4jb0FX8e9OaeUqRivnjIpLJpPAfvGbrM1doOnKTUOgk\r\n/QtIXm5vb5lN5fgGsPez657wDhS4ljJEoOuUga2FNTmGDbj/NEfJywxiNGBU\r\n/dk8FHXCSpIpVuvdPCHC0Gipb46aN6TQL6P2rvWRm+zLfw9czZbLq+KJkLT5\r\nSSe4pNPH+sDGA8o2abmdvmnntytVSqzBqFIzYWlCBhkB0ORcl+PJzlollJpM\r\nBdy5pKiGJYyhTWOWsxL3Az2lulSiHLaILFjPMuqMftx43RRJofiGpH9f0wu6\r\nawOXeFb0H05rJNqFOpQMIFDu1Db3AxHGMqYSt6AJf1QhMIMx4tL7icMTqlw9\r\n8xLhssLOFjGSXcIOv+FMMNbzgFbjBh/jdCSV9hPrMk0AvGC7opDBp+jX7GlH\r\na84SYsIsyeNUtflPlNYbIcoF56/+U5I6F3vY29o22mM34cQF4r8Uintgrbvy\r\n4fWVnu2bXoDCfKRfC+VDq6a26/zhkeXNyvY=\r\n=bjBK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.14.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","@hint/parser-manifest":"^2.3.14","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.21","@hint/utils-tests-helpers":"^6.5.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.23_1658530775631_0.33843658465331816","host":"s3://npm-registry-packages"}},"2.4.24":{"name":"@hint/hint-manifest-exists","version":"2.4.24","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.24","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"31c1cb24e640c8ea863ac2d87de0fcb08ce3bc19","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.24.tgz","fileCount":13,"integrity":"sha512-SKnfRQyoZD+E+/R/2vwUEDKKFGcMOR25dgoIJUD2LecwwRUTZVl+Pv8JZ385kIg67xGQOZpMhy192V1zPBi6Zw==","signatures":[{"sig":"MEUCIQD+DM5ixP+FuTfhaNhnRRbHMURGivS8QcNlZZVe02hFZAIgdDGYk3DMtJSj98f/lKXNnTWQ1bQQxhPNuV1bM6fvdl8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3gMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSbBAAiFm80fbUAp0mo/Dpmu48jKkttWi7UNHdolbu/5XEm8loGAGd\r\nlSL0UMQICm1r1ZKHxkrvOZSRTjRE7RWKyU6vSSsX8noszyLfSNxsV8RCAOU2\r\nRZwppmVV9nrk7WeYgS5DLzrpKeaIHNRrvjbBVTSNyjM22FlXh5KqgHZ2kB5R\r\nZ2xEBwnAW7kl1tAScvbMBEKyqFoVep6ANDw6mOFuaqlbiDxEoMEK7oRXgth1\r\neJd1s2mn+oMJY1VXDIt4hNuNu/ac4PhU+SAufCrIl2veuklHPBKEmTI8+01N\r\ndrfmMt/ksv455tI2iGKg29eJ+2mKN/+DZ8xC3CZOLbsDLKfaUVTTNMxZmo/D\r\nkpdCP5oLar7tgDAyXYnqaSr0NNIOteMsYxgxkQ5HXyHUiEtv/Ujfx67n4Xqp\r\nG1c/Ln+WzoMco4WVwGuew/eHLDt4kY4rlgbLcoXrUUeTJ3gGENozSAykDUUm\r\nD78ekj96GxjF/CWepKBSFAKyFCfxnsIYh6Q9/oP8zKqDsNTYlrRQ66xYuiv3\r\nzrB/EVjv7S2aTow2xhmp609cjno9q+u0GgKCD6a2vqn/XmONs8U/rAw5xXVO\r\nd1HV88UGNygCt7hK4lLOzI76MwQJf2JVMIZ10LqhdSEzpQEJmKtZqfNLdF7P\r\nXakR5rCTcmh42q+CDUfC58+8h26KfOQ7Iss=\r\n=dPAK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.14.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","@hint/parser-manifest":"^2.3.15","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.22","@hint/utils-tests-helpers":"^6.5.2","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.24_1662482444016_0.7512046813606061","host":"s3://npm-registry-packages"}},"2.4.25":{"name":"@hint/hint-manifest-exists","version":"2.4.25","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.25","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"20d1925583bcd60c83559fac66a98d1e6fca65c6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.25.tgz","fileCount":13,"integrity":"sha512-nls8MqZSjrmX3LAXqQlCYWw1uLPJBXCdTtUXdgfRxtMVoW5fC83IECOIx8+YUbufMFg05uAQqa+BXvQXKksSag==","signatures":[{"sig":"MEUCIECk/Ohz8UxwZt8sRZ5T+DAS35Hodo/KWhsaryoSKt0dAiEA57HNzFouKB0JlByn/AVwEsfiSPp9vDNls3u7KUkqH7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPzAFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUgRAAl4mjEl1oGEnxyUqpsL4iX+R21YlcSz9oBdyyZrpRJvwicXgG\r\nKjofgJTJy8JCm8Jt3d8lwpMIzjFnE/q/ITT6CZGSF9B0GGXDz7U9HMUjepL/\r\nBq9GfYuiqif8APVP/vCV5GYL8v0+60c+O4vUxmb5XpjYB/UC9FIOhLdG2Dd9\r\n74BJnI2t7/3zmYMSUL00NHTuXy1DEGVk2eCSdLPTvP95XqFmOqCHKdh/ujNz\r\nzZI39r5q7U+yuK8241Tf6S53KVnjPQ9u+/glzpETMZNgtZX8qvmPSX6W8Wx4\r\n3p6tEcbKh4niyi3kYPVojMR7O/kg43QbG9mei9ziRE8zdc2iZ8uZ9xJVttnS\r\nzisPvnB3VP9wKqeipyfhYTH+MX3BxFFf4sr2quxlKbmVcRfGv3KxRCsP4vqQ\r\nhz15Oo/4fkNOC+l04Inu/1Ky68qcnbkr7y+fLRN/h8+UQjaJxp54aYvYPyWM\r\nCiAvZUu3DK7+0DZr4mTs2WADV5g/wq7DMB0t7kIZR2AQ7zhYW/ton5UwM1T2\r\nyPNTNxsPBbQv/9+AMXqbY6u2CIKeKrCxf/Wt1nWFbHN6X3U/UZ/dDk3jb99u\r\nyW1yRPNPnJmwJ7L8h/phZmy7khPEYBx8MH1Kj9ESKqf8YdlOI3O80wp6GHRl\r\npR0Qp94+9w9rUW019/ZcLNeTZmtWJOw76Pw=\r\n=Yy/6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.14.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.14","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.13"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","@hint/parser-manifest":"^2.3.16","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.23","@hint/utils-tests-helpers":"^6.5.3","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.25_1665085445049_0.6258256206182686","host":"s3://npm-registry-packages"}},"2.4.26":{"name":"@hint/hint-manifest-exists","version":"2.4.26","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.26","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b8f560016b01cc67bd11ecb187b15fe474620afa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.26.tgz","fileCount":13,"integrity":"sha512-NQ+wdhEisxu74JrSaRsq0F7UQ24rLCiGiBwx6ESVGT+8Q3+rgTzO8Uk7bwETTdS1UovY4qNJcnP/RgB2r7B1Gw==","signatures":[{"sig":"MEUCIDYwMoowJWXiBGGZmn0IsKrUDt0Ws4lnQcK/eni4aURhAiEAkICw9Asw6wrfJiGBt++G98O36bSaNL3n7f/19xuiYiA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE50jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoalQ//UTw9V2bXE5qq6NpHHjGZ3ofWxkXWGtF+tJeF5vdzPJZzZ4aC\r\nFHzy9Gz9dLL3nN3Tx9yq6gSDrvAI9dyA01NP1tHpLftU5Bt3w2YUzWGxiwyE\r\nNc3A380nLBW/Kr/fP2u64nly25vaCnGqeK7Qr2/7lU9JQszQHqeIyn+Go7AC\r\n3awxawrL60G+tSGIXlYs/F1UGdU3BhVe22bq4fsnuuMEmVQq48z4XYVRegqw\r\n9tc1qrJ8O7on7qcSYaT6X4HFKV4VJR4GYecaQ0NxHkj3wZkEuAZNBITj9GtA\r\n/K4Dl/xI4rUUBfNy+3oEm5Gyu5zeU8rO0x52R/a/E4RKYclDe8Y6/xxkCRLO\r\npL0vQz1/q1M9hPvlxjXyLmr8sHCZy1DkGj/BY5REgKbn67VR3XIqjBHv90/X\r\nEjnTo1UbWAKq55aV2YNcVHByl5o4Go8oqX4AGkRr3sjBYN+aQUqfRML4aGf6\r\n9d9OyIo9B7h2zkY6OajHuBfUEOfNBr0Z8zUfQXgCPwoB8vmTT0+eY50gFcKu\r\n8JAHU+2KrTvcy/cZmLjOaT5jZP+NmwW7hn4o5SQJMGuPsVsxiqTNw20GAqzH\r\nmQwzRoq0RJv/gkDPgKQ1myvf97CoztWx1Wc/pWxmD+uHJ/Om9jmIIJFGS50M\r\neFO4rT7o600spF4DEsCVX6vAp0THsCsECxU=\r\n=1QmG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.14.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.14","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.13"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","@hint/parser-manifest":"^2.3.17","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.24","@hint/utils-tests-helpers":"^6.5.4","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.26_1679007011520_0.9191169447001573","host":"s3://npm-registry-packages"}},"2.4.27":{"name":"@hint/hint-manifest-exists","version":"2.4.27","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.27","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b90a7918bc6d2f899dafe8f13cacabf886fb1a34","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.27.tgz","fileCount":13,"integrity":"sha512-vQncX/mZ6LqFTvGaC+1qk4MXDFEeVg+hBMXl9K7VD9x4BoZYgwOHfzXqhld6Ic/cWppEdgc1VtziLfnyicQQeQ==","signatures":[{"sig":"MEUCIQC16Z68i7ZCrjS9zB5CbyIYn5eAHHGxcZ3kcZwdtGVqKQIgGwXg4OPsdBjwy/wxyVmbaMOOsLJCwE0Y3YmDDfZlOzI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23888},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.14.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.15","@hint/utils-types":"^1.2.1","@hint/utils-string":"^1.0.14"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.27.5","@hint/parser-manifest":"^2.3.18","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.25","@hint/utils-tests-helpers":"^6.5.5","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.27_1686328059761_0.350605648640278","host":"s3://npm-registry-packages"}},"2.4.28":{"name":"@hint/hint-manifest-exists","version":"2.4.28","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-manifest-exists@2.4.28","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"dceb38c49dc488f4aa07dbb82aa7f9fba18e529e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.28.tgz","fileCount":13,"integrity":"sha512-AqJBY5LAfXFr++PZA7hGfAovlwexhmdUqn4KNZVOf2VVjzs2ChIR4CP8oLAfsv13mdDCBxWzNVupje5gkityOA==","signatures":[{"sig":"MEYCIQD/dMIZFCQ246FGoaNa3p97UzzzCKcTXe8cRjVCWUEbbwIhAP8wGBvsVzFCH7k7sV5raPWO8hnbgGy9lqtbmRSXV0r4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23888},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-manifest-exists"},"_npmVersion":"8.14.0","description":"hint that that checks if a web app manifest file was specified and it exists","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.15","@hint/utils-types":"^1.2.1","@hint/utils-string":"^1.0.14"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.27.5","@hint/parser-manifest":"^2.3.19","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.26","@hint/utils-tests-helpers":"^6.5.6","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-manifest":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-manifest-exists_2.4.28_1687907342279_0.4314968857525807","host":"s3://npm-registry-packages"}},"2.4.29":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-i18n":"^1.0.15","@hint/utils-string":"^1.0.14","@hint/utils-types":"^1.2.1"},"description":"hint that that checks if a web app manifest file was specified and it exists","devDependencies":{"@hint/parser-manifest":"^2.3.20","@hint/utils-create-server":"^3.4.27","@hint/utils-tests-helpers":"^6.5.7","@types/node":"^20.1.1","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^5.0.0","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["manifest-exists","manifest-exists-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-manifest-exists","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"@hint/parser-manifest":"^2.0.0","hint":"^7.0.0"},"repository":{"directory":"packages/hint-manifest-exists","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":"2.4.29","_id":"@hint/hint-manifest-exists@2.4.29","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/hint.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-nu71v79er5esMnij0KBF9y8ClAol5+vdXkGV+4xBOs77j/cV9cQD61lhRyjKYQkjcv3t2oDBe3YcGqHweDOxRA==","shasum":"5417654092553f2014ef6cea0b9ecadcd53f2c7c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-manifest-exists/-/hint-manifest-exists-2.4.29.tgz","fileCount":13,"unpackedSize":23888,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCs77o7/okepi/bUXxWQ10A3psDnb11JmO30pWXc7gnygIgarqm8i/w6G+3TqmVdFI7PfqfVGWIWNdcKZyJXWDfvdA="}]},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-manifest-exists_2.4.29_1724949365154_0.26885734692157803"},"_hasShrinkwrap":false}},"name":"@hint/hint-manifest-exists","time":{"created":"2018-07-17T20:17:22.232Z","modified":"2024-08-29T16:36:05.539Z","1.0.0-beta.0":"2018-07-17T20:17:22.496Z","1.0.0":"2018-08-06T22:24:05.015Z","1.0.1":"2018-08-10T22:47:24.873Z","1.0.2":"2018-09-06T22:20:06.627Z","1.0.3":"2018-10-31T23:32:27.755Z","2.0.0":"2018-11-06T00:03:50.583Z","2.1.0":"2018-11-28T06:56:14.841Z","2.1.1":"2019-01-02T20:51:09.419Z","2.1.2":"2019-02-22T17:08:20.983Z","2.2.0":"2019-05-15T02:53:10.408Z","2.2.1":"2019-05-15T04:22:51.012Z","2.2.2":"2019-05-23T15:49:24.283Z","2.3.0":"2019-07-23T16:31:41.694Z","2.3.1":"2019-07-24T21:19:05.299Z","2.3.2":"2019-07-30T19:30:06.973Z","2.3.3":"2019-08-06T20:41:32.058Z","2.3.4":"2019-08-16T02:38:59.820Z","2.3.5":"2019-08-29T15:53:40.910Z","2.3.6":"2019-09-11T22:31:05.960Z","2.3.7":"2019-09-19T18:32:12.082Z","2.3.8":"2019-09-24T19:30:42.221Z","2.3.9":"2019-09-26T21:19:18.854Z","2.3.10":"2019-10-16T19:44:36.665Z","2.3.11":"2019-10-29T22:29:29.310Z","2.4.0":"2019-12-03T01:01:55.874Z","2.4.1":"2019-12-04T03:50:07.365Z","2.4.2":"2019-12-05T00:22:18.704Z","2.4.3":"2020-03-18T21:55:37.763Z","2.4.4":"2020-04-15T19:18:45.629Z","2.4.5":"2020-05-18T22:15:51.554Z","2.4.6":"2020-07-27T20:37:21.252Z","2.4.7":"2020-08-24T21:55:49.020Z","2.4.8":"2020-11-11T20:42:08.180Z","2.4.9":"2021-02-04T19:30:04.241Z","2.4.10":"2021-02-06T00:42:18.046Z","2.4.11":"2021-06-09T19:10:46.103Z","2.4.12":"2021-10-21T16:19:48.669Z","2.4.13":"2021-10-29T19:56:46.831Z","2.4.14":"2021-11-04T18:29:35.008Z","2.4.15":"2021-11-15T20:09:34.201Z","2.4.16":"2022-03-10T18:41:04.808Z","2.4.17":"2022-03-30T19:20:13.100Z","2.4.18":"2022-04-26T22:11:03.039Z","2.4.19":"2022-05-04T01:43:37.722Z","2.4.20":"2022-06-06T22:27:28.429Z","2.4.21":"2022-06-13T20:39:26.793Z","2.4.22":"2022-07-08T15:58:49.875Z","2.4.23":"2022-07-22T22:59:35.818Z","2.4.24":"2022-09-06T16:40:44.180Z","2.4.25":"2022-10-06T19:44:05.265Z","2.4.26":"2023-03-16T22:50:11.747Z","2.4.27":"2023-06-09T16:27:39.954Z","2.4.28":"2023-06-27T23:09:02.501Z","2.4.29":"2024-08-29T16:36:05.300Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}