{"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":["javascript","webhint","webhint-parser"],"dist-tags":{"latest":"3.1.25"},"description":"webhint parser needed to analyze JavaScript files","readme":"# JavaScript (`@hint/parser-javascript`)\n\nThe `javascript` parser allows hints to analyze `JavaScript` files.\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        ...\n    },\n    \"parsers\": [\"javascript\"],\n    ...\n}\n```\n\n**Note**: The recommended way of running webhint is as a `devDependency` of\nyour project.\n\n## Events emitted\n\nThis `parser` emits the following events:\n\n* `parse::start::javascript` of type `Event` which contains the following\n  information:\n\n  * `resource`: the resource we are going to parse.\n\n* `parse::end::javascript`, of type `ScriptParse` which contains the following\n  information:\n\n  * `ast`: an `ESTree` AST generated from the script.\n  * `element`: an `HTMLElement` reference if the source was inline\n    in HTML; `null` otherwise.\n  * `resource`: the parsed resource. If the JavaScript is in\n    a `script tag` and not a file, the value will refer to the\n    HTML document containing the script.\n  * `sourceCode`: the raw source code that was parsed.\n  * `tokens`: a list of tokens generated from the source code.\n  * `walk`: helper methods for walking the AST.\n\n<!-- Link labels: -->\n\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/parser-javascript","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/parser-javascript","version":"1.0.0-beta.0","keywords":["webhint","webhint-parser","javascript"],"license":"Apache-2.0","_id":"@hint/parser-javascript@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":"177a5cac3f2ea9af5f14aa42bda6af954b9b0376","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-1.0.0-beta.0.tgz","fileCount":8,"integrity":"sha512-TSIoYN4z24jwtXWzv9YCyEElM7QvDbAJRaRf4W+lKGxCV9Q4LL3f97IusQ4/A+K1bzQanc7D6ZAM22FFF2IacQ==","signatures":[{"sig":"MEUCIQDgm727IHIZlBV4iMPz3Do5iTaFzgfgmJ2umlIpncbKcgIgBdIli9uTxaxh6VomFGWfgkc7ILEhTfhwojVe3fO5n1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56698,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTSYeCRA9TVsSAnZWagAA12AP/RmsI0hI9BcQjczgN4LZ\n4fi3KbVgd9ccgTap9uHEo1ojC3XNIFSTRqonPr277xtnQjfkabi6jkAZPHj7\n87lODzeojqlYa1RuP1C1aa23+jZ1UsIuQQ+iZpry6iCLp+xj6oEBJa0yfPXf\nWzFTNzQVfAvoQZm7cFYpE18T8we2o37+3H+sWjDVAtyK6nUy4pv5wW6kWeVm\n0AXH03yogwu3DO5iGer8uaiwIkI7udvoR0m2f4/N2O0xuKO4uOn6+YgA1Vup\n6P16wQtO/yE4WqPyWmtzmHZlL8cLlOZScZTF5AYIzU4Q5S6j7ZwpQueQ8/TW\necHs7u44HvwE/Y9pez/RFwo6fKtG7je1yz8WjrmMrkE02nO/P0drHgPnl4q2\nSzkV6vFJp9+aRYujWiBe112/dj2AH1L9HjZGe17Oa6CTHi0ChZ75REiPl/nh\nTAIQwJ4N/DBL971KKM6K7zUnzHPN73ujHB98AuMJhk2fRAAxfKlAsya24jEC\njbT4W3EPg3VoN8CsDQxUg4bT+WGsIWS2TtNtgTY7b0a382OiA1KgZUHOFXjD\nsHwcz4Az3CqNmXiXquBQhucbHyI5KuxVwsAPOkvA+09MyGQK8cH1XHzI0ZYk\nQO1dDlAheouwMGs2Ob08bfM5V19hVngzu5gREkXKAJJ4g+NS5Dml38/YtBGR\notBj\r\n=9Ucp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.4.0","dependencies":{"eslint":"^5.1.0","espree":"^4.0.0"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0-beta.0","sinon":"^6.1.3","rimraf":"^2.6.2","proxyquire":"2.0.0","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","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^16.0.1"},"peerDependencies":{"hint":"^3.0.0-beta.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_1.0.0-beta.0_1531782686441_0.19946931176857485","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@hint/parser-javascript","version":"1.0.0","keywords":["webhint","webhint-parser","javascript"],"license":"Apache-2.0","_id":"@hint/parser-javascript@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":"b70912785eb30f8ea1e03699b844e8a960a2f7fe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-1.0.0.tgz","fileCount":9,"integrity":"sha512-jwtBYL0sxUmH9x2GC6QbnFyjkPKyJJhktjx132mSbpDLYzc2YhluPwsw1U/3R0shlTFq3P4QUeexqtTTfIv1ng==","signatures":[{"sig":"MEUCIAbdhn03I59MyqZrClfdyVl5IrRhwlrO3lDl4XAMyjuXAiEAunVjenVm34B9wXRFyeX/AqTzPWBfKvoSD8DZwf0n5VI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56698,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaLXXCRA9TVsSAnZWagAAPSUP/2ogOmYhAwT+4KQyR7ex\ntaZsGnNWA2bx3pGhgOapZVTEXumw08eG/acyMDR8tDxQDB1V7U8wWXCS4DCk\nuSeThj+W5+EGJhjeJNNrASs2YVTRLh3nwVynQg2Q5KzPa/OEjik8PiWYhKfV\nlBOH9o5CSUeCJcZ3SQ1zXOI2vCt3lsYcYq7imGxK485Bfj3zstKqoKwyzHMz\n5bsQnJmRjcEOoHo56WrQY6dyi+5OuzkKcS4V14icRNgtWLyO2rP5uIGQwNfC\nFYgTz7HHJUqnzqzwqASpAVXkZSLZ2CLys2Kfb4v57R5TWX5WgeoN/sI+tbrm\nLkiVcPQEzLs5Bwz7PVCNETSJOxPTmgJtoIQWXvFgVC/Yp2BOC4O+X7MCaBEh\nxE7NmdOZn4KAX96YcShLyfPL7IsjMTEPgHbNtLHPh7lx54ole0i/JHoSyJFr\nK3yPxkvvp/N8DPg6TMmN1H9gzALa+CCadCs5gH7B9gYHMclQbQZrMnmqwXHU\n3sHlOITmsV+z4jkDXPo1gwwO7z5VMaL47g09xf8CtU89W6WwPkWw9fX19lk2\ne7nAMoqT6rsxAJJ5dwWZYdTxDjxKjjXtY3JyEvwBCaCkIB1zvh53Mt2+hR/9\noAVFvZBnbRy35KbnZiZ7qHg1A9ClAGVynmWdleTC4eRbUW1HEFy7+V4mKfEX\nskVl\r\n=CCVQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.4.0","dependencies":{"eslint":"^5.2.0","espree":"^4.0.0"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0","sinon":"^6.1.4","rimraf":"^2.6.2","proxyquire":"2.0.0","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","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^17.0.1"},"peerDependencies":{"hint":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_1.0.0_1533588951402_0.8574882395783163","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/parser-javascript","version":"1.0.1","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@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":"1eaac8a474cc61ba83195b357869523d8ae07416","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-1.0.1.tgz","fileCount":8,"integrity":"sha512-wqOWFSfIRtLmyqPsbsX92fT9gpxelYF3jjizxZo9CPIddmGqEW1bG+ifNJrEpoCy0KfwniheDUpkP5VEfiKs0g==","signatures":[{"sig":"MEUCIFSJj9KLXjBcCxSzn5ZIS/j5E2Q2UIHR449V4WV8ojTfAiEAtpu4hS6EzJgTQj6c7q+kMj17pHtIKtQds+gWn4TtCuo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkYOtCRA9TVsSAnZWagAAiXsP/j0yjQhi17N3dmyUN8Nd\ngpG1DITti1K569qclyHtU418hUuOpgmDvmK5XBLAnmpHk/X2igj5YvcTyTrk\nV5Yc+Wfx7E2Uws0sENeDKKLUAd8xBG14Efyt2MeJ4htu3vVpzEXV7k8Sr00F\nkPtGgycT30xh6EEdfJLQa7gp50WhQYTAiEHYr3IWIYRpdc+AQt0HqsUQKut2\nZBiJPY4onCcKtSMU20gYewMdIq3Ke7jSnzf6amNyD+EEFpJ/NbCIuXUZ5x1/\n6DEr6pkWTB/b9ZIlhs66mi6wTxsqV2wnWDBjqpsBkB0+qyD1bW7NY+bZRPpl\n1BGJfjyB12quZ3e67W278ugUeGIchyDCabbFjvT8kwt1ynumsHphvMRZ79rm\nUOnW7Ubvt+hfV1k0U8ZRIlNwD3sqdww7PO+nTvP9FdHYCm6h7xXU06dpqH14\nlX4AWTbYAl1HPP2gPeS2RY3w0ZzXbXy8bGrtRONQM+zDT/J41gQCYqBF+COT\nyzUxnnsPPsYzde0HC8dVZzU8lC45f4naejK78YSSUOtgOJajX1jrclBWV7pa\nnQwVUzp2euf1XN3CbXVai7Jjs8sDYtqP4ysB6Kjus0LlinHY4XMy6eMIHnnw\n6iHoVYrweojbn7O2gYm2k+8fwUHBqE8nl6TgtZhdISoqsQg/6E56b8MFFiq0\ngZX6\r\n=ZY/L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.4.0","dependencies":{"eslint":"^5.5.0","espree":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.3.2","sinon":"^6.1.5","rimraf":"^2.6.2","proxyquire":"2.0.0","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","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0"},"peerDependencies":{"hint":"^3.3.2"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_1.0.1_1536263084637_0.7718774626299272","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/parser-javascript","version":"1.0.2","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@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":"f06674b23ab1bb1c6da7892d54f8193081989f41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-1.0.2.tgz","fileCount":8,"integrity":"sha512-n0Hz/Qb6u6B2/Z/MJh+ZXjBoH04MNSVZROGv3KagvFjXo15xR4USUiQahoYHdoSGj4DIJVRPhFJaQMrUpxWr/w==","signatures":[{"sig":"MEUCIASXXh/WTMfH8njwkWp/SdkygL0Y1+5W/+j/3aRM9+MpAiEAuAtUNEoIY58f9Q2TEn95fuHIy2FXIMQmiuPghhZ9rjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2irkCRA9TVsSAnZWagAA6MQP/1n1V3YtT1gkOwLOZcTM\nKdKNH57/6zksZK8o41U7tiJxZoRRbYXsD0JeoMwEuMkhRqaMFnBmlXuwUBec\ntkdDvuOUePJfOp/mB7B7bIeLx7VYi1c+Hb9nhnlfPz2GR3ijWXK2xpGloQYl\nRtUac6qyYehYk8JcQLg1jYm1dvgeEkK4gxsB11M/R7ePDyyIfHqCAtxQNPvv\n2O850GEW85yMaFSNsu3xO4ALPbkde05bzuwM7ylOqA8/pldtuxJfSGLJiCuM\n1abNbLCZcUSmNVccr4Wv2ZUJcOLW8m8uvemfZdcwM7eX0cWayEHmwPcbAPAW\nEr8J4HBQ+WkTI0mkwTJLbe64REtKdAS2GrC/Vq4vZA5O8yaIMTQ/PUi+MGYr\nPkBkdaS6TQOX509TF8Ra+788Pqv7BjBM+mPUbV4xZbB4zATi/Ib8T2Tre2NV\nuCvJVxWfPqPdeOUpiU9H2hTibEOaAkZV88tE5GerH2yByWzp+pXQJZsVBv1e\nJjWjvffAFalyijw62uqSmVHFAI8uNJOrQvbBPMdvcEKI2Rpt5AJ2dROYYT2B\nohVrpHH8KtPmKNE7YJl2rtE2W9LyRUxRTnyCtWzirtzN7er7b/2IU9ftsAUQ\nTeStoGSU8cKJ/zo7tVVIFJfAf1eyOeAQe3SGgszSSFXLoQIR6wiMoxPAcyci\nGcrE\r\n=2yDc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.12.0","dependencies":{"eslint":"^5.8.0","espree":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.14","sinon":"^7.1.1","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.1.5","npm-run-all":"^4.1.2","@types/eslint":"^4.16.4","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"20.0.0"},"peerDependencies":{"hint":"^3.4.14"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_1.0.2_1541024484106_0.6969988834457483","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/parser-javascript","version":"2.0.0","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@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":"8eff9e7e4502665f5b813837d5cb2c8a852b81b7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-2.0.0.tgz","fileCount":8,"integrity":"sha512-q6ceNI7SQYEMZYLjrCsPz8A7r0JPgU049hYSn0aSJ6bI4YoQxUz6L7rYaabu5tZoCJHwJ+m2v06PgP8bArla5A==","signatures":[{"sig":"MEUCIQD2Y/LZqiDacHHVqAaaYozwt5MkAFCy1tLdz2FdJe4dIwIgaBLQ2ZcG7vcjWIM6IwkHU0G7l4jJabFp8odTTvjjp68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19455,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4NJpCRA9TVsSAnZWagAAA+EQAKHKID39lCFs3M9NhQqP\npYiIJdRn9cP9HUen6+MbhnDVEWicfOb8T3cAWK7YSedco7jnXvduPpbwC9BM\n80dxDSW/kpug4XajkZmvt12PZbV9kQM13JYIEj9/fR7T4WR9et6QZB58S7hf\nz8TpEzTzPquv4faAwyit1QsW7Rjgrzy9aflYrlYpmRxUFkCEtxPOpJAGBZqG\nULBO+QlsFwvHUEyvJ+n8uxM9FMNBkHwMBEbX7KhwtcbXynTptbw4CcUJJDbJ\nViHF8Jrv2fnVlGvuG/V81ug9DNXdNR/dIEYJ58keYR5BKgBOkyE6KyjgTDqi\nPDy5ry+iivnYAh0RCPre8C3bPMSfySQhESlgd9CNv26FiehppF1lqP+S80sa\nV5ftMCRfGODpf/g+18bRu7n/9QiNFYTE7ctWUoQIfN0Z1kdIe4ptQQqeM54/\nPFbnr7UcUr4NjW1ZR/bXx2YGYXr4nPXAbrBgTcQECdGf0lGnuZq4AMDE4JOJ\nZM7rjCWQd0ELMhA5cOjeGK0ajQDTkw9xOXqaGPsHj9WA5GuH7Kd28jAekwRp\nHAWTQBxye62y2tFenaOTf1Z/1Qfm+1JlZvvruH9H+5Efwcy6dvLhsp+UQINL\nZVG5AKB2OGXIUG4zFDYEsntKntdz7FAtQkKAQVRJWLUpJonwMBfQS6HpyebZ\n4znd\r\n=4ocV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"11.1.0","dependencies":{"eslint":"^5.8.0","espree":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.0.0","sinon":"^7.1.1","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.1.5","npm-run-all":"^4.1.2","@types/eslint":"^4.16.4","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.12.0","typescript-eslint-parser":"20.1.1"},"peerDependencies":{"hint":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_2.0.0_1541460584364_0.7216104806829666","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@hint/parser-javascript","version":"2.0.1","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@2.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":"d93f551f75ae6d6077392667f8fdf5f20089aa4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-2.0.1.tgz","fileCount":8,"integrity":"sha512-U+eywIdtOwSlhnhBYpMzJDJe5Vmm9DLUdAD+ymvWqKPwOwIApxuQ5Sb+NnKWx9QNPRmbH4wki4vZjgrxo9PQCQ==","signatures":[{"sig":"MEUCIEpnCg12RWlVhNBGXJcjccVqphDybdUDXj+EfhZckaRCAiEAqScFxMoSg+fsaME2ZbQ+tgKFhyuSdBW4BOoaZXKop4E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/iUJCRA9TVsSAnZWagAA++UP/2quFnJs1bGJxr4iO8gN\nSvqsQmaTzywYiCc6cJoy6KJ9ZW5QtsjAJbHxbie78YUQuNoNlDOUI9OUl+W3\nyFbikHGqqj9L0gMyNHhNVlXfVE0fejNOS+OqY7L7d5XSPqgEeMBZQ4/Y2kgA\nV4d5bdru/k7LwpG5rstefPuJuNsHf2YzH3wRvwkdRmhrDg+d/9985ynYLqj/\nqTSXm8SrsEmR6ZbmzrDugnICbKQlIryXvOEHT5MGagCPUafVUZ4Iea7RUvds\nAqFmhZTvncRSK0ROzygJId8iYe8xM5VucSXIpTMgV7vsq6nTLpqE6lM4iKLl\ni3tykSEHDqjfSNumWvepzjJJBegnjDDO8cUSkQ1orCEKgvS6xA6vWqTAtSFw\n2nEaBCzIMtJ80f0aITYzSf6gQr+fAAFECii4UrbzstIdEvM7xzGGpEko5sgS\nD8sHjl488GH2iMkfnA+/aCZi8hWPMA6xgpJG+NDhmlCATm/mvevlYpDsJme5\neHku1T0z4i4VocqBwCym2AMdbcljMOmINLjAzg8kALSQwWcN/YwQVn3WfXyB\nzPJ0WJmlXjlGZd+I6ie8mVOOWGhwKr5EWfS+xjsuSODqlZ+7/nZLHGb0QE+d\n2gWN/oZSatQzWJ6MezQQArx1Oi3SUOaDz8RnDps8nZzAB2SVf49Vqphvk/3l\nf8aJ\r\n=7g7G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"11.2.0","dependencies":{"eslint":"^5.9.0","espree":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.0","sinon":"^7.1.1","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.1.6","npm-run-all":"^4.1.5","@types/eslint":"^4.16.4","npm-link-check":"^3.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"20.1.1"},"peerDependencies":{"hint":"^4.1.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_2.0.1_1543382281232_0.41157037946864183","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@hint/parser-javascript","version":"2.0.2","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@2.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":"05e4f0019c22da831d71e22f8fa1efc66b164b69","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-2.0.2.tgz","fileCount":8,"integrity":"sha512-fQedkbA0ZuFvC6QgFpeJBfQ+NBfu/S7fpEgktZ7XTB0A3Zi5lMntvsU+8I763hTYto37+goffNI/uXSCayygvA==","signatures":[{"sig":"MEUCIQCwOq/nQPtVG75diQUe7+zEoBGlwQMaiC7MvPMTH1frPgIgDm7RCSdofT/si+n8Vq5bahPNbJJ1xuhfobkxcyQ9b38=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19912,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/i0mCRA9TVsSAnZWagAA5P4P/2K7Ba2+0fRXdjLQa5p3\nWiKNfXrEymhcEDTvk+ccbOMLMwKrQQS/aXyW+8EZUWr7ziLpiH9lz113v3S5\nOJgr6w6/Qgepyu7yYURA/W+wtUvb0FCO41ywc3hHDlWam+l1AJ2OBmTK/HID\nH6oXL3sKQkmo1ShMtdpwyJju+o9kbLHTgyn8o19nUjKhxau/KAjIiVwXzZFU\nX02fW/RN8+AfSeHZ+hFAayzc0D02l0kZAa9pmztTyLncl3bgBFoCjeoRZJpK\nIFkVXxTujCb+mlViLcyoKAJw1QCaZRbwYusWwFYEJiOKtue9nkw2EFzLekc4\nUqbHC0cg6mZADR7sydc/ogK+WXjwCCpUYmwz79WR/QaCHd7qWb4Bj66e8qz9\nvex8JjX61a0yW0Wc9NDQM8oxBYufe0HYz146GFbsbqcqjL5CKWuO5UlVoI+3\nMdHgKtbqs605T5tOhJs/uOcjX7h1iDLMQwYAe7GNF6QiEvp4hknf0LQu9yWp\nwG1BAjeERe6gopIwWX6eU5A8RhVN7E5QkCW+aJF9BgJRukVceDV4UUZXi70A\nhk1u/yzd6LofD9krERhiBJgcOINV+dFt4J4WgX3CEKrQgrtEop5RwDEM+OYO\nBSCv9FPYBX8+oMpGGPNqCXBOdS9ZOL8ySU0sxQWUsBenJv2a7U+pDNjmRZA/\n4GUH\r\n=/qO8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"11.2.0","dependencies":{"eslint":"^5.9.0","espree":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.0","sinon":"^7.1.1","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.1.6","npm-run-all":"^4.1.5","@types/eslint":"^4.16.4","npm-link-check":"^3.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"20.1.1"},"peerDependencies":{"hint":"^4.1.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_2.0.2_1543384357575_0.3821864558252013","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"@hint/parser-javascript","version":"2.0.3","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@2.0.3","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":"a306a88f4c077a9b2207fc2ed09c9ca787938e67","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-2.0.3.tgz","fileCount":8,"integrity":"sha512-nhRAC/sHqmuGF1BvVn/Hn5Y/UQ6zPgXSueq3VzTkBoAiF1FCp13QT9Ec3tDw1gf/cOHuIgZjt8Hm/Etaca7h0Q==","signatures":[{"sig":"MEUCIF3ti7MEBIe/w5i6uKKTjtzo8semyXZG3x4irArt+L36AiEA6KPxMQMoBb0uUNh1Uia1ReuFq+D58nJMx70DZdUyzig=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20408,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKvdzCRA9TVsSAnZWagAA6goP/0EjrxoZZAKxv7XMNSjw\nUy4Bjs3hTQZn9H1AYAF98fTeCZq/gCi6KuVhryXRsb744rKNw16BbLt21fcD\nNmDQP5OlVyc85/aHvsH/z0nwz3p7VLp1lHcI44DmVxyprmjeZ9uzstfsLeiS\nQb+A1OsrkVzLG532yIiOnZiduz48244VcyH+nMlxNTryk+rsCh5P+Z3zskMx\nTp0AW3VzToTR2byo906irxH5l17alt0hYrYEv/Ar8f4mcatiIiJtmsJDgm0H\nyyzwB7niaqMLJb2ydIvIvT3Q+o7KL7EQ1/Z2cKkV8EvGuvO83PhVYRsvsYr7\nrYjRbP7V9wkYwEi0VM/x8XWZ60zMHqUzCzxjeuOB8UI6lJgw6Dg+uaz0vtMH\n9PPQUU7grSwNpgAWIMZ5uxG9ne+Yirgalujc/YH1xE+JeY0uN8fj5Ky06Rli\nPyDw0+j3z3fxodczg2+86p1S8285Zaukg1X2F6WcGag9MY2VU3ArEL/9b7Ie\nIrA1/yEJZ2ZKtu7yal6+KVSYiBldllFz40OwqfISSe0FtgHY6YEKAsTpQX7o\n9t/IO1VNjhoGZTowX2EtvX3Sod6GE7DJr7fnRjblxTDEKnUORvQ6FyWjsQ6Y\nNJWZNZVhmoskodFx2ec8iIarX4uWwSksDBl0HI8forzlacNV73Jnwlmr6VjC\n3QNq\r\n=GTtF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"11.3.0","dependencies":{"eslint":"^5.11.1","espree":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.2","sinon":"^7.2.2","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.2.2","npm-run-all":"^4.1.5","@types/eslint":"^4.16.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2"},"peerDependencies":{"hint":"^4.1.2"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_2.0.3_1546319730707_0.5254919998672265","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@hint/parser-javascript","version":"2.1.0","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@2.1.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":"e60f275ee1c639551fadca09866e495d84a82f9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-2.1.0.tgz","fileCount":10,"integrity":"sha512-v5vzsZXEAGtF6ejJVU9ltVoQCaWtBrdSlc66yImFT0A8lPuLwZsVVSvRV7lDEp0x0VLebDhvYB5bsiLxrcej0Q==","signatures":[{"sig":"MEQCIEte1xo9uAZ7laXxEWoxn8PpNYr/LoN0GSOpRZPxGmv/AiAiHMAV4gce4wLAQ/1lP+UQWWuifMwmI6zaNETrtDiByg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgZzCCRA9TVsSAnZWagAA43oQAJT3RQFwxaNA2YaLbySF\nSst3ebt+0oJyCFMjBDTz8XxnM7sStscLfDMcxDo6Y3JznuKZ5ERlpyuMmMlG\n/ffPgdVx2JOUQUjJ5Tgh+IuYdjAWc9BdKkFLVP8AoASd08O4qkcXJiIoRwxS\noCoMHeetgb47onNGVGi8bQ9a3R8UdIqgmwHpBHYtCK8sEvEU3CmYtZSCY9hp\n86VSSc/r6yq50VUR7Ws03wcYpxZcenTlHSA9+qyi/enmdokPn8wgs65tsKPD\nq4AfvnlW3JJRkePQ5jVTzLNgd+fWG4SnXAMtChgDhcFXTaaGZbPp7dWZguvS\nDxEByduNAzXiG0NHyaUU75Gk1CWtRkM0bCtql67nBRVnBDpQr/s5hsSh/3Xu\nx24HnUhGLJMwpzQOVoIA2+nSI2ew2I8Utq/TZKjgVLOfyHInkWVtPGhFQZ3D\nWrDHfEGy2H3ixNLmcla2X1UbWqXU5oaphqTaFZfsU79vivrAjJPYjP5f6qgA\nQqeRdkJwWssPRjfDuGmoa5nC+JDwQErNwH+hhQIuFw+17i9Q+b2tSbow2lLw\nlDEvC1DjjLTk+kbkPfE3PawEiWhVHFmRdZhg8i9FEsOb3hGTRwwEWeEEwIs0\np/gIHPmYcIg13zLZYWE6UXlnHpa9ELM7T6M2QDvcdS/+bPKlr4eRlIrt71p0\nJsMB\r\n=I2K3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"11.9.0","dependencies":{"eslint":"^5.15.1","espree":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.3.1","cpx":"^1.5.0","nyc":"^13.3.0","hint":"^4.5.0","sinon":"^7.2.7","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.3.3333","npm-run-all":"^4.1.5","@types/sinon":"^7.0.9","@types/eslint":"^4.16.6","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"1.4.2","@typescript-eslint/eslint-plugin":"^1.4.2"},"peerDependencies":{"hint":"^4.5.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_2.1.0_1551998145487_0.7947374192243974","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@hint/parser-javascript","version":"3.0.0","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"316f1291cf28924f803dae0c870c79bb0ffab65f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.0.tgz","fileCount":10,"integrity":"sha512-6GIzozSkLxDsH4UdXLu9AffbyI+uPiXkqoi9HOIJd0PY6FPiQwuP+ouNU0glM5lYUvZvoUJ8TCM6Uy5iziKgnw==","signatures":[{"sig":"MEYCIQDsfKjKWPMYVYnp3UrzX0yGBFCRML0X3AUw9qBxjGalawIhAO+RgG6vJjpkTEMqB7sUMXWLt/nWyAvdLa1yFNSx5Pa3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc24EECRA9TVsSAnZWagAA6WwP/Rg7OnnzLdaFJQgfpYli\nYGlIuMWbMV4Of6MQlC2cd1VjrI03KAqUEcuJuxFDVsrDme9RRWnazEXhxrUI\n88lzhvcLYgp3JdEDt6DQv1fAubVlynKuARXO7jfYclvBx3NrVKgDje81fYMu\nCdjyGWcLcLEJHM/S/BdyE0SgPC+xMBJSmLu1rHMdMcfX2vYWQBxtep/Ei4oH\nt5r9wNEskt8gk3Zoqi819+2U69cd7nZ+JkCQS2BC3lWBQ8a9QDgoAkv+h4IC\nsGgCeokprGfVRXY5A7wXMMUItATQLZ/t9rn5GE1kHCfK3ZxBj5ViKuYucXYK\nudy33d5kw8Ncb+Yu/cz7ckpVPhzneA8Chb9/dmZh6t4cdKP1Wh6xuo4oTD3p\n4iG3g/N0y1Ld+qi3+Sc4ndtJBrCtc5YjDkSC8IEcDM58bY0LM1aT+8uFWJfu\nOeEFv93yHFEuQgSOKJPe08PvgwOxF3dEWZOoCRlDlaK1gGLgcZAck4v3QyoF\nYChiR/VcqsJK4X9HW+oZlxNFlXoPGpnyaWeXxO1IkWD8lRhWkR8+SUsbiM/0\nE7Xu+Sd6hRaeX2jos5RBuRFRCMvCAn8nYHaj8czmpEDdCwmLCAdpuGo/MlHU\nCeyN25vnd8essqYtj8Ky4sd8aM7fS3o6LjIsb7oUMcu0XYNbne8fQCmap7CN\nhXRk\r\n=vXK9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"acorn":"^6.1.1","acorn-walk":"^6.1.1","@hint/utils":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.11","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.0_1557889284288_0.7192579615558494","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@hint/parser-javascript","version":"3.0.1","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"29c0db7ad8e01df8dccda2da8463e2a6d6fbff94","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.1.tgz","fileCount":10,"integrity":"sha512-XXoRSGU5bzUKk3vgB0S/vLiGpgukwjfmtfREFZiefQoeY/HcBy7dTtS29Ef0i26DQh/T0gPVGOxwIS7mZMXyLw==","signatures":[{"sig":"MEQCIATRVrlgiYkwEtmr7IU8PO/kVoZ3r8ex9ZBelwHBiab7AiALBpWg/G9QQKb9BvRzGUyceIKSzn+8rG94cpAF6K3bEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc25dTCRA9TVsSAnZWagAALPYQAIxdvHtXUINohkCMv43K\nCRfNzlEwxOk/ha2R2KlVWVqyKqvdsKC3JgW8ODEm7bAiHHAHuok8ZAPNr8RE\n76gBD2x8AbzrXWGCtJEQH+p6fo8E9s6hg1rguNGao4Novjf2hCyGKphJ7MfA\n/4QBf9xDQ01uiVNtqdsdKbdq7/XU+DMntscMAADqdDINCRkoa6zVKvmEy8oN\nEkiqX3gOag6Nttwao5JlyoOBeQg6WN9M2XXYwRXcwtYaBbxqYFeH8vIsLtWr\n2wicW2ZFM5pzhG2M27IPqLgBb6CvIYZEvxO7NwTOG10hc4VnxA6Fz+tWk9BL\nMkzWPGxuWjoIIJrlTorr2Jgg58niI6diOVUf4867X/WDYpAVxyxpKKikGJKs\nAVW5BDRWBjyM9dosjmGmH6IPHMPgYsDOoXijkJ1fjGFAsvKEgo9iqFuPMhaj\nL4PW7OkDaSAxdy/kyqrPrVdv+oHFlZbHqT/d+vyaRW/Vskb5KgjTE+phnFiu\nWhOWMAB2vzb6uoySq9fmInyDXSTFXpyuy0FiSvpbVVibH13CptqFQZ+mW5ul\nFx+ksgkBoCN9wR5TwUztogzXfYxsU4wLURN1ypL8vLwBbmdg73RbnxbDfsWK\nftGwF8t9ryd0XSNNVP+dOp6NJzs9vplE8/fMxm9rboXNR2kWNrhHBA3Ol+xq\n/lmS\r\n=YKPn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"acorn":"^6.1.1","acorn-walk":"^6.1.1","@hint/utils":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.11","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.1_1557894995252_0.5192022111977024","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@hint/parser-javascript","version":"3.0.2","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"43d0ce6d3e111098f1312b81f2553507d4de32b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.2.tgz","fileCount":10,"integrity":"sha512-tbzuN/Od7qTaEBMte+eu6kTrmuKktef//K41cbiau+pk19KI2Qx/N4LabDbRktO+6o9s6QHiNNA5sl9vWUa0lg==","signatures":[{"sig":"MEQCIHzCff32f0xz4eqM0qbBPvX/fpg3ZzoYejY35YTDDxb/AiAxosXmw7ygdewK3kCAXCnWByYFX9R0loi+fI30owgNNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33848,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sGUCRA9TVsSAnZWagAA6qoP/RSyzCKIetisHBh7NgPB\n719YJb2sR6M+nxlQvWzBpk6eRyjSEdXx8sI+S+yJFvBRLrBhl9pqPI4mIWlR\nIb8gK3Dh4pxXJV4tmzLu9shg8roTxf8EIU7OCB+xlL3+WtoXAK/HDtuHSjkZ\npqQpYvYEZgP5tnGprtGmMobPsA2ZiAc15bRLlpWCpLU7Eac9p0UiQQdbi5fr\nxFhbXQ3fcyGy+6SKeibJvfibWVxXgXpq73dRCrZGc09OwwPDvsUeRoRuER3o\n/t/hkhn0kxIOY4Akeszi/j0Rq6IEwUSBlHTHf1amzzhWI9JGVFPYi52Ctev2\nepn2hgSPJInbaaT6VCsCnVyb7DP9bhQoiPRzenaDPwQXhtlfgYJI0sJ6U8w5\nBe8yOcrbPNgWsl+UMydgZVTAOMYYRUm6TddA5GyoYbbpweCLH2CkLa4jrSOA\noCNZmxqvc40SQB1nJpjBjxgMKw172epnwnamceyDjTafgc1gikv0TGjkcz3f\n9Kfh8uVk0EBo5au7QbA69Sd3ormqAuNeldq+06A3eqAH3D9uRBWaucvlxzpM\ngRexjqLq/SSoigJv7W+dcWBrPLZUtRFRwTzyVgPN4D7GrbGpIuO96khVHnTB\nL4Y6/yCjXbSPgnBbBOvS3iqdQm9jEfuf1ciJuaMGlgzF0XGg1suLqa7MA7fs\nWCTs\r\n=wNDf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"8.15.1","dependencies":{"acorn":"^6.1.1","acorn-walk":"^6.1.1","@hint/utils":"^2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.2","sinon":"^7.3.2","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.4.5","@types/node":"^12.0.2","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.11","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.2_1558626707471_0.8958888977165822","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"@hint/parser-javascript","version":"3.0.3","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"c302d83bb22a078c3c0bd00781aee6ffc0311ff6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.3.tgz","fileCount":10,"integrity":"sha512-ltUXmtI6vDurxhTuSTI00YVeZWWOnKq4GyLAvI2dYYunLpDcz5o+h5C6mu04l2BMPszLy/jHb5Vw3RXnPDHKWw==","signatures":[{"sig":"MEUCICMhsVlyIr0lIq4ZDSyN5lqFOYNnySx5HwvKBeXijFONAiEA57r9WFLMX4HNvb7InmX6H2BrU7xLiZ7haRLNYn68hsQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzcXCRA9TVsSAnZWagAAGacQAKNbZ+1pqH2XwJp6+YCC\nh5X8UO3+SofyTCmDbpUkVhC7Nxo1rzoMiuoszQwrA7ASQ44Gcd+id6q58CQA\nyY0YWz54lCxfaG7BnV0RDoBUnBEvrqgK0TRHeGp+F/WElb+oHbYaqDHKQutV\nZZL11K57MG8hRIOnW9lzXIAeaodz4zBEBKJoy024B2i68IYcbwU0uoQqjPSG\nwUFPw6wDkjVPeKYewLH9/DiyZxPCJpMR8Y0kiY92BH/iOMqzC1Yb4B7UQ8CO\n/L8knYKYiSyfxBwWg5V8A0kj1s+uEZfqVw6OGQIrIEEo4rqKkMwXw/i7aCNq\nk9Z7MhfsQZd1+adH5MeR1j3UlXhLxjIz+KwdxhJHT5Bc16ZIIjDtayKusUl1\nTt5DObDE/pxlnzqe9eKdnFTmI/Br+Nqn2UaSmyPxvVYuIzNxDuFHm+OhWIr2\nIac1sT80grqsCXEqD9aDiWYpYGhJX5hfL9q3ExIrEY3qMMMUUGFg4Rjp+P31\nC+k4VJw3XRK7OjcLTbNzxzyhgLBF7vBJgcacR6+02+hIkH7GC3DOjXEk72+k\nH5k0c21vcjwidNCjSL4Cr3lbGiVU8+LjqI+FmJaHSxLtXIi6FxfQViEIyfqr\nU5RDKuEfpxl9me9cJktcWqvKPjAjlZljiCGXv9TeZftlaz14Ubc+A0E8MZ0n\nxbTT\r\n=zTQd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"acorn":"^6.1.1","acorn-walk":"^6.2.0","@hint/utils":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.3_1563899671040_0.1540985975577429","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"@hint/parser-javascript","version":"3.0.4","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"a1d5ec062de40118df6a943a79df06560284c07a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.4.tgz","fileCount":10,"integrity":"sha512-HNEBykc+soIGfBBSlCglgLr0kUwLBlNbfcC2LpPuU3SM9cQTRK9wZty7+NR2gDpapvp2pifYViWgCvdwSKAVCw==","signatures":[{"sig":"MEUCIQDXtbh4uKOiaLQgCFYP/j0yA03J3nua63bB/VCbd82WdAIgb7/cgPA0grlNhXQqL+UQPDxDEyOX6sub1cEwhODwK7g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMvLCRA9TVsSAnZWagAAUdMQAIZ1MCr8STjfvq59cYYr\nmNfu5vxj2E+Ok3WY4jyVpFYLmJuJAMOfDeNhAj7Pp4OwKNcw7+ECdecJrveg\nY4k3WKUgGJnSmesQteD35YnV7RZ2vYBqwVE+umOcRYvlB7qSjHYkkAw+0e6U\nSSIqUmyoU48o4XG3KTrR2pUF8c9FGhRBO36s2DpcRUMJ/az7zeWqdBIoG6Hp\nO0jxlqBOaivJsqN6+ko3C07ypiFKNE3t+1d5ShdA7cFgMovGe6xE3qqv/hZ+\nLaNLzpNzGRYdic57Dl5wEXbGz7QGpVP0eXi+rn1UZFYcdxERRkvloM7apFgt\nB/0u1er0Ls6cmyQznm8Z698mjwWvS+/+R7ttSrT+e+0f0NIM5wpLkbxkLIM5\nlpMgx76TM8Dhoit5zozZCVUEJvJ//7tk7hP2Cnk/tu0h4eaSMQ3azdic57Y4\nmUGkaLhu32sD38QpwhIM7ckI53xmTxszo8HggCIFlUORTVWsZc7yy22VOEhT\no9pRydmbTZ3S9EnXyMB2fw4Dd7kT7rgjhliRpQNnImkdlsN2eIxPqakTOGZ5\n3Weyk4IUu6rY/hPZomSJbkvBVRpBw0ORWzizLUmsYMTxg5hrX+tZ5ZkUx+GT\neExmunRSNZHHmMTf9bgfWXylRZqrG7fWH7jHebhdpotog1uZi6VoeiLjDlJL\nx1EZ\r\n=6l/K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"acorn":"^6.1.1","acorn-walk":"^6.2.0","@hint/utils":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.4_1564003274389_0.8143954216151503","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"@hint/parser-javascript","version":"3.0.5","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"21cac75f29f4caac7a67815f04e115c126b8e8a9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.5.tgz","fileCount":10,"integrity":"sha512-tWjSjk/nE1Maja4D3I67Z2FZlkJ3jxPQuPIh3uw6Mvtba2hYojjbWrk7cpDakHj1e1WLD6aZJfHNACWkMU1u6Q==","signatures":[{"sig":"MEUCIFDwkhotLr9HGqG+IspUY7G/sV/yjGjR98ertRxvo7JZAiEAkc0C77mvFFvb3Z0avoCq2O6PC5OSz2r+R3oucup9cRg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJtOCRA9TVsSAnZWagAAuIcP/0i6aDonHCL5BLF2+ATS\nHCNbSDMRHyZXuwvo2r0H1z513QuYh/yzM60fab48t5lQSWgwfJFOPNlZx/Lz\nosSlgh9/V316JqtKd6aX9us1inmQflpAaaf7C2dOIFybtlog2sn/gy0OF92O\nTblD/i6wqdA2HjB3E1h9YmchUs2uupJtynTDnxkmQuPpwBsHG3JuHqWIu2fD\nryyh03PHy3LYx9EoKzStSbQgLDPIB+I8fLCO2vVy5/z7Gy96HY8UneexAtfG\nC8fSsBByEErr3ju3f961cIWlrvG958DrT9v8G4djoCxbDTDJfi6H8KHLQp/H\nPcM25jLCERSF7hZ7beybBEAyxwaB4y3jhs4Vo+mcPLDc6kxNsIn6aGoweZ+F\nRQMaB9V34oir5rJAgtrOoSGOZmE/aUY1UZhcXoEzD5jqtBQrDIVBZstUnBSJ\nOIGTGXH3cOdmm24+eCWvrAXK3TVmOyBrm9T2JXfHn5LBxvakPVCdjx32HwHp\nWZ+6MqA0hP+s7p6dDSak7SjPwu2yENSKGXfhcWTMS53d3y67IGbLCJj+vxNE\n01UAMeTe1/v1Z3M3KRFuGNQXhAorRro53BJpIVVPPMzVQy1JWNnpEgNXrzBE\nk4qVpeuBixZMwGoZTILnx/1YejnVdI39EC9iGcroGCDroC00oENUbqlv7LHO\nIvG0\r\n=ZIb7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"acorn":"^6.1.1","acorn-walk":"^6.2.0","@hint/utils":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.2","sinon":"^7.3.2","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.8","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.1.2"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.5_1564515148810_0.19073123416569016","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"@hint/parser-javascript","version":"3.0.6","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"e9b28d19d4bf7c783d9e0b628e1260e93dbc3e00","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.6.tgz","fileCount":10,"integrity":"sha512-2HPk7OY9q8tJbaS5Dg9GSkyRIdtFVgX0R1YOCBZBn6hvqb4WqfXzY6gQnHuNjJN7MtESPafHDQTI08D1csx1RA==","signatures":[{"sig":"MEQCIBvU5W924C9vAL9NTwwyVVaPDx6lSt63HmT+X8Mtf9tOAiAmvmzLDhMZOW+ko0JrPvO1ww0U8qFeP1mblBinsR+q4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeaHCRA9TVsSAnZWagAAzb0P/jJISQQYEoJ/yTAjjWoK\nkoX/CvKa9wt/8IDxCaiUMwhtliUL9vEd5douKclDZFRPzO/yHCZZ0wD3MGOv\nmWCxnv88OEGjHWieyfZHcQ1y4M/KbdT0pAJ/1aNPDgsmZkK32ig4sluFQCjn\nNQYOsX7ONjJZbAEmIW5Nlsya2XdAtouvnabxqn1f4d8ZtgZBiyfs+B1OaKMt\np/pc4CAFPk8TqPDftvuUWGijkBQBYbfqgmbOK6ZlOur/E69WVydLw3lmRFKN\nfgScD1REVFfZSSyhfAgUyNMCqhy6aX8zVLs8a3AKTdHemOBlATvApRrLVeFf\nA2+a31L5ij3aGI7hZHV+Y1Yg7/LU3kVXgTQJCzis7dbPL/nKA3u9JqiD7hF/\nTaiwFeykBpNwpDPkwGsBkKMZNrOYFuynPFlySvgVG6fx1HuswqEu9hhEO/Qu\n5HtXkmZ/HrqVhccXXptFXm0T/QW4fwbTNiZzGY+WEAFY8yt9oU+/UHavM6dH\nbh2s5MHjQ9dclqf9hvAytivdXFTU+4ugsttV7AwVN61aRDZmJzA/7B3Oe1a2\nJeEhxFkxfKbAQRdKJmottlkDV1oQoHRNXuG02QhiFNbZrx4g4UXAdYkzU/Jt\nun17BGUJuoGbMUQ+tCmoVLfNNy9i/pvLM5UlDGsJavd5GkpZlz8CVovhnRCH\nJfRF\r\n=zGFw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"acorn":"^6.1.1","acorn-walk":"^6.2.0","@hint/utils":"^3.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.0","sinon":"^7.3.2","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.6_1565124230711_0.32124807767269536","host":"s3://npm-registry-packages"}},"3.0.7":{"name":"@hint/parser-javascript","version":"3.0.7","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"d85027ba3abbf212ac44be59dbbc148fdb719b9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.7.tgz","fileCount":10,"integrity":"sha512-EDwQxOF3wwg5alKOaZZa6ci2GZjFhR9MN23wqNRFGDz9uoB+QEMhPwTL2MMfZmgZr6lwtdVsjVRsS0U7DVoNDg==","signatures":[{"sig":"MEUCIAlBSpaWYqe2YVkWCUMDhyhuKGZHjqo7ixpMI6g9JribAiEAoh2Ktfi0uK0yOo73vKDxDJCgWuCZo0LI7dssCs/hg+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhfSCRA9TVsSAnZWagAAZ10QAJh7BMpqbwRhEDLVtveT\naYc0qFaV6Xrzq0+2Cr295pU4InVoqnYRRFS0nwpNuJ0Dqfy/KlJtdf+isXes\nuqtPlD1Q7oZsIxWkdTk+0+ZqLzXMHcUumB8izu1qO943M//N8Yr6QfaJhJwR\n9tzgy1Y+qTTCK/6JqLhPeKG9f9AxFB7hUoitsIZsnbeUopQKjrTru5fqHl3O\ngyQugBUftMew0AhV9kuFPIczVvZDYjJ9b504s5F92kqhv8N/CYoTqAJfFo3P\nCoiQlvaD1NYshKJ66nmvGFcQkjdeM9pR8t4dMc61XQdlvBMHQ3SL818KjUUd\neHHHEyD/nkbL4F0VZTmI7NZwJHc6cvFOrHXaMHTXr73l3wNeE3fGUDDa82fN\nHf8/UJIRUcfs2K++aHKkkrb2usgWov735PnLWxbFHPVK+9hIAGAozaJV6B2x\na72c/W+126Lk2tJl/3vmuZvN/SPOLtKH1F73NrQZeJTM5MOZsDLTTuR0Pk8s\nLE7eTPzLhtiV8ld2HA7KJuIwyEXRlqwlsb7kwWpjC33AcyMQUqUalSso7HoO\nmfk/w72SEXzEMplb9GVHQyr0IsWQqj45QccUbs9Xwch4hvQL84lkIsfkwNkD\nwUtp71mS+sLJF7ooRnbQJnyB4GJPcSRO6TvUiDp7jJDqu2Q+cIlaVwTpwKeq\nYT2C\r\n=0+NV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"acorn":"^6.3.0","acorn-walk":"^6.2.0","@hint/utils":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.1","sinon":"^7.3.2","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.7_1565923282103_0.9077966598971712","host":"s3://npm-registry-packages"}},"3.0.8":{"name":"@hint/parser-javascript","version":"3.0.8","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"2bd40b8b5c624cacf27b4295f8752b5389b50c72","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.8.tgz","fileCount":10,"integrity":"sha512-AfutunenA0bLTJXVTqWdVJD6SHziAVEB5RxdeKmpMyRIrZwlfxfdMR4F5kHVvv9axjNj7yrFSTknO4rjxT6IUA==","signatures":[{"sig":"MEUCIAQhFtlbef8GsZf3j0VIDHQWg187c1gRr3nNWl20sv6rAiEA2k0uXmZBbFRRXnQIp7eXZoKJhNViQ+s1c/a+gl7/SlA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39280,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/WaCRA9TVsSAnZWagAA/4gP/3BXUXX12GU9dgboyRUA\n6ljQNd+kZ9f36bakkWCTRstwZWVdzG1kCs2tsnmJQiAvRgQc923uT55S/Tty\nDmCn520xkmodICsxFWYR6cT61g+/2j3wYeR/JnikXWA30WT6W0Ydk8A1tm3O\nmyEnCUD7WYenOmujHsFKLxYdioYn7hEISRUM4YR3CRakAgF1NQaTlhM6oQ6Z\nz7soE+vXNhfCCXiUHTAeMh26QbZ7fZgFTy42qkHDnGYzfuAr7qqIS2ZsClqm\nB10xUsBs0/lb/OreAxVXECsR2MHyWJWb8C+9/kLya8594+n37OqItPT5VaRX\nO0xw2ugfX0ccOJ/nTtoONoRqORsW2fO8JaIEU30DG1darIC5plPhtRR1Q88k\nJCi7Xar/5mlyijMAUDuhuTHcFzvmcqzBs4bn2/W0CeH9NS087srLgj4xFj8V\nMn9P27RswWb76xriXmV2spE65k7ySBrHwun9uvVnGeDyK/sVwWSP/crrrVc7\nrQduBOpSKdc1NBOBKxG0ZrH8bTrl0YO8VOCgRpycRGfZXOOV2JgTjG7Npqhq\nWaNMcaNwE9LjIA/6f4s/ST9nUfnPr0cCbCuNOvMnfyffaFYCJO4gd9yYAOYS\nDe1zhrjNmX0V+YjRA2mp9JVl3QlFKLSF+s97EE45fXSwiPnjVi+xIpVGkO/e\nURrg\r\n=58jd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"acorn":"^7.0.0","acorn-walk":"^6.2.0","@hint/utils":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.2","sinon":"^7.3.2","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.8_1567094170289_0.30401806950108035","host":"s3://npm-registry-packages"}},"3.0.9":{"name":"@hint/parser-javascript","version":"3.0.9","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"982e72c7d1ee1e8deb2d3ea32660f3a22e32eb2f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.9.tgz","fileCount":10,"integrity":"sha512-uuRxTzxKTVmnlqxMjRpMnuCkO3BxLb5Ywkcl4Hwm3zCDs/Amg7I0W1er5cpoZQMCWCru/eDMhM438KBTNIQv4g==","signatures":[{"sig":"MEUCIQCtFcPgopvzlSIDy6LvrIrF6gTKAlDYmvuB4BsoZsI8/QIgYrK2tl/1Kae4281OZ7VA8FTNv1Pm4XEF4jnQh1acQMc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXYsCRA9TVsSAnZWagAAXqIP/At/+79MBITFhxt4Xhyy\nrMngBY6UhWxEfFUUQGp8mqKgv/nIy/QRXrRZjSJtKjiDwv/lvDFPRL7hJVtZ\nHrH8e/QqEsEF9xJegHbB4e3B6neY/sNTk/dR3sD5JkbLiwWsXa0Djgt6rvCy\nXSM1dADTuNRUm3SL41P6UOjHIorOFFFdryR+W0TxJXQx1Z6IlIw2CiPR11pa\nfldY9+K7rTPIG4t37rAXJbJ2Avl6zFZvMsvos5sJSFgaje4Zwpa3xFvFW1rC\nepOtwp3lGu5lWzLru4SbGpssBMPIZtHf7gopm8fM3aU8B+L6JWGII7F34n6Z\nAU/vg5FU+o2+L/1NiLqR46UWwJeS8q3cq2TTVyPrCmwU5gQxlo50FzkwD7X8\n1+FvVXXEIMvZAk8ftWtJlvczJIiL45LG5EcsHF94LjRUZWVgARNTcLVgaxtt\nGe0JS6XykairEDqOep5lAFBxQChAUJYkZCFFFttSmJNbmQIsDKgV7P0sAEvJ\nZPCKchzCieQKzlm0HjFGH+SN3leqtsv+e/OK1i/Avdt1D6fz/AXNpNRS4c75\nf5iQdLTyjmP5mLx3OcjU/nMu12Lw2IulWVBraGPDwYPNJXwJf8+RA9QNDcTt\n0CeKZaUYogjagg4atyaqKC3gth2PCfWxfPjsZgIrRxr8XGyWnr1narKZPDx7\nYORH\r\n=+36R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"acorn":"^7.0.0","acorn-walk":"^7.0.0","@hint/utils":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.3","sinon":"^7.4.2","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.2","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.3"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.9_1568241195472_0.9120060717955423","host":"s3://npm-registry-packages"}},"3.0.10":{"name":"@hint/parser-javascript","version":"3.0.10","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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":"5ff21a55b8a622f098902b136245001d63b542ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.10.tgz","fileCount":10,"integrity":"sha512-FOt1Ij/omhdpiUoMuHaikoneSH20WYYsCsDg89xx9T8hO48tD3MMHI082bkd8IIW6iHmHaXJWhgyEJ2mLwv9dw==","signatures":[{"sig":"MEQCIF9q9E5cZUfM5DQlUcE2jFwIquU28S8Pwpkupft6A5ZtAiA/I7oXLACQOYKb8CJWEE9UUoG3bT3yNx3Sa0UOa+0/DA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41551,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8oqCRA9TVsSAnZWagAAWhAP/jIMG3AU5eUqfK7iwrNA\n2Hv/VaIvNVJBW9Pq2f3SmH7BFw4lStKYJJJcWEuQI3uvyYFDdRIxFABHq1xq\nj2sgNtJGCaK0oXoD6+IUeW7qE59uae48i1tQ/TodB0M80UelDMskb4dhjVPo\n9FS7Yx+1UEb1SFQlZ4I/EWfFO9VcWJ/qRHdEoJR5oGRKFdpr/rZbv1G0n7KK\n+6ITYgu81bxlmAKVjafcj0wLptI+JcENl6EMW+yqXI6g2JCbDBU1nwP7RrOB\nIaosJRVXhF/WO4IwgvowCQQ0ZVF1Iy78TARnIYU+VH9Lp0LMp0hJQXfgHBnf\nRsHONbAGjNZin9BLSKjmNB42jqs04iB2zS22zQhsDmAZwHiqnp+UxlFqQhME\nwmEnRROcOMuAR7D9oo+NlKC7RKAVvvpneixyyorgQTt6CNa/KyxNzbV/sFJK\ngsOuLzJnlyOzquWCwFo0RbcrZV+lFnScB+G5jeeAbHzPIVtUMeXLku2TT1RA\nrOmkr0pleNptT+6Uau6fDDvcvwsKH667DZYUqWQwKJyKqqVDyQDeN1djpgl8\nEU+t2YoDn89ayLYUL2s9iWk5H/NtSa8qNcvqRIevOsOTKAl0YaQQ3HjUAXmO\nKTPOVoKw6UKPea6rifWrplTYo01mQbp2W4NoPpLyw00Zk2pzs4BLdDEtmYK8\nIBgT\r\n=XRSW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"acorn":"^7.0.0","acorn-walk":"^7.0.0","@hint/utils":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.4","sinon":"^7.4.2","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.4"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.10_1568918057825_0.8267040082721666","host":"s3://npm-registry-packages"}},"3.0.11":{"name":"@hint/parser-javascript","version":"3.0.11","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.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"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ac379f797b9f2d096ed783c7a5224a68534904ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.11.tgz","fileCount":10,"integrity":"sha512-4NeeANyW9ru5wfK3J+LZ16eUZllVLA9BWBSHl7dZij9cM+Un1gnG7eLCaQcuZwNXn/A413zURTrnLSFN9dBtWw==","signatures":[{"sig":"MEUCIQCFxwBono0IPPcRWZWXDkjB/TIPIBoP+FUpaj4/nitNkAIgLl/ZOOv0yRS0EmS09ibAHjJoIpMn+Tpqj5GHuSy5MzI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41929,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim9oCRA9TVsSAnZWagAAWXoP/3Tw9T+VGHvSuyfB6gmx\nrlIiXJytZ6rxpxxSKseioB79E81RALJgpn4Bfh1j6mmr5ls/Bqyj8MMohsg7\nP/n/I1FrTNDK6NIR157MQDJUPC2ZxavK09AQVfuaEApkAuYkJiua06xxEdrw\nztkBEVl3uORDUPLGZjvr02qvAANGWFHsOiHF7zYxQ31a6H9NNkkij9Gwqi4v\nYcN2tpWE4lpmjjTtqJTjihB8NlShWbXmoBbwKGOZuum5PNkIPIURPzYeG3+8\nATA+MTaKaYhym+wFUPzZoKMs5uf6zdOCE6Es59cHb6RQpXKwfq3e2oC4k8KA\nS8skVwZ1/sIqnKrHdWiaDm9ievPqYPTrIpAWyDI7PAdGoHg7FTQChrGyFsX7\nxd+tc5/EGkoCI4oUsCMm1nGBiEFmMfT9ROFMmt+6s5rmvB++zQZPjA4pLjPO\nxOI3qUnZ8WUjvUmwgWtOhrpLLDQIgOV4ucd4hY914KPK5O5qyH1OFE+DUmpp\nznfjGKnLxO88dVcy1dPC075X/cCNDP/aKbvSdDKAQ+WdiwzzYiGqZYQbJkVc\n2NjMsmhW7NwOcdgtUOZR72yx2GyWHSQPnzfDlKnDOPpy1QEH2wValKU0jLXr\ni9FXrHNG6DWlmy9Rr4ovcJKKb3xu7dRhZk6lN3Nhbj1ggdhY9vMyZodDRWcK\nNk70\r\n=O5Ey\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"acorn":"^7.0.0","acorn-walk":"^7.0.0","@hint/utils":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.11_1569353575387_0.6678185603120799","host":"s3://npm-registry-packages"}},"3.0.12":{"name":"@hint/parser-javascript","version":"3.0.12","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.12","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":"5a4ac6ff2f0a4869adc793e4997aac7f8140d48e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.12.tgz","fileCount":10,"integrity":"sha512-njD6g5vmdw5ClV/9lo/4faCY6ZOC683F6rqhMja8pzEFyhhR0qdG+B304AFzvz7mhdS/kevL9okhVda4Crzt1g==","signatures":[{"sig":"MEUCIEudL0YheZCbIlwYlQ02KN+xTxSluo6hnnmaNwSyJ5ziAiEA8hi4DaxD8DTYPsYfmp9Z3oEhUFyrjRMiR+gpeiAtxrk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41961,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSvOCRA9TVsSAnZWagAApx4P/3nuWUmsyXLuhXxG+zbS\nVYxV1vzYqsiJvqHLHuTn3Oe9BDySLEnvdc255q3XDzgEQvqc0Uk9uCbFPowt\nvCM4iJurAA3x3ltFExTnRpZgLoBBqoL1fsjAAZJJpqw5hShRQBPZKyk2TJhV\n8QQK33zCbL70CPuxSTcjKkKIgYqDyFScOiUZdMpII9/V6z+oBfY+r+u+45DO\nNn5/xsQ6EppDctdjbpmn4HWprh2YF+vooq+SNMzAaRYwYww0PmVdcLLjCo0p\ntN4jICnDzcIt4gJER+fsw3WfAJdOG6xBnVZx49oxj29CPO1w2OqNSyge1jHo\nDc5tHw201m/uwx7ulZRWuuwDLIBtUrgV6M44T1vVGQsNJ/CdTeowKKyCSnjG\n6FjbL3QjOBv64ZaV3F2A3CAUUZAZuN4gCOWV7t+LHZeL+Hqy61qftbxetxGP\nNFJGw3PQGnGvJAiLeuruvSrv2XmIDxHuMwvnt9nQgRzJn/Fc5lDzF1OWq7m/\n5edD2gxsSsvGhbBdSrHFKypXyEFiGtvhELxbCNmvEkqDxWUUdJ23cEfppI4D\nhzLuvSw4Wk622R+Q+a960wfjBhVMqLEt34ujTkS5KsOhstayrTkFuPiYxJid\n03raI+iTwNCL5c35IE1aIel4WdmbWcGQrElFeGDQftSXrF+TNWk7S7jpLx9t\nAx7V\r\n=DGoz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"acorn":"^7.0.0","acorn-walk":"^7.0.0","@hint/utils":"^5.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.12_1569532877897_0.9919144843655787","host":"s3://npm-registry-packages"}},"3.0.13":{"name":"@hint/parser-javascript","version":"3.0.13","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.0.13","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":"0d5c865c74fc74a003618be515cf821a77eebdce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.0.13.tgz","fileCount":10,"integrity":"sha512-n8ZNU64SZfBOO7MQaM51R6z7fDnf2bCICpnECwa3PbmX/QUNIlsqGx6U7f5XUAft/Vk2uddN+V7OWg96HJ8Ymg==","signatures":[{"sig":"MEQCID9zqPN4zsljO47e+wZgm7vSbRT6M50hQtkEdC9BQ2q1AiBuXOY6ehsTAKYecn4YEsj6CJMYO+08N/PrDbXvw0L1Cw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3OjCRA9TVsSAnZWagAAbp8P/1pb7YDEsbrPO/OYvfuM\nnmMZFKk9mLmZw3YNqkr5xeGi3CF7NogMfXCXRWZ3FjQUGwlLrDFIM+o3zhDg\n7NbqHGUfY3h1QvjMlEqB56ipUy1TvWh9CsGgAXG7xGGU5F4gEvTnqBPYT03I\nypSF107Q/HDaoxW952SVMLvelzleDd6zOOfGhe//VNppOqdBJxvhGNy0+HOs\n+UOs7A3fyqxNuEkKSZcpSLbXb3j8/8SaUxwTAJCkFT6YksB0Pgk2Z/CA0Ztr\ng2zu/WTorP2RhfIpLIeTFaek0SPqoeB3MRpDqqFTVxyHyOHLazOqpw8BymNF\nuTJ4eacMLwNZictYbk2rEy3AmFM1XwFktUcVdvgjrVPgfpGHO78AT4l7Y02g\nnxBah4RDOMSBIPJcRPPIEKyR7ItwaX5QNNVg+TLOi8IFswRkhmyh/qAzPNrh\nvVjZSa6icYVV6FdLoTJGZHQBJN4Ex4sajt4Mi2b9LMT5jyF2Sqr0+lfWDMK6\nNmuLiGD4frc904R9VaQaG73RDkHspeQ5KiBp3HoNNZgwGFfFs4kYeSCmClfr\n9AwWAduRJ+tDfNjt5XKFt+YKjFnmynw4zDc+/8PtKceGJC2SuqXIFpiYPVcU\n7Sj4vmLc3f1y10NbBIohEAuyBqFd7is5nvulBlQ3FpC1k+KKIwCOOJp7bINK\n4Hpj\r\n=iPbB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"acorn":"^7.0.0","acorn-walk":"^7.0.0","@hint/utils":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.0.13","@types/estree":"^0.0.39","eventemitter2":"^5.0.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.0.13_1571255202690_0.9650103226906714","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@hint/parser-javascript","version":"3.1.0","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"9be94eca18be1ef5d9aebaad27c7ab49cdc233eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.0.tgz","fileCount":13,"integrity":"sha512-8p4YRoanSL7ZlZWlEkgargIOvJEcelfJtozWAZfJzXjKVIGAtd85JdXA6Vp0lPdMx/ESZg1l5556Iy4rtDYOiw==","signatures":[{"sig":"MEUCIQDzvpiC0se/Bp6fa38tPdT2t6eZU0EmUyRZjCcCzezsXwIgK+SrddF5rczkRG+IwZ1jABUIlhYfWMN7J6MJapYnIW0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduL3TCRA9TVsSAnZWagAAJrcP/1XHbICSezrBntmg7pLo\nq73jRMszre1z+gAQewgZO0nzLBWXW2fj4lQFsY08qiGd8SsnZK3xM5NZAsnu\nZuzyNhPecVUxzjCsx398r0QzyI/C+v7lAajIcEHg7dJCpSyy/HsfbNo6kZlI\nLrk+kOHqTmDqzexL0mL8pLAEHHBnq+6NqYB9fVBH4N3Wh7HdUHOLHnLhx8+g\nSIO3Sn84UhRflgBd9+c8uLvIuy0X8uIpdBgkAU6eukQAyQrmkL5Y+mGNAHBL\nJmeHlfc8CTJt1Bk6J18K/2hyXo+r/MeeiXlR41/HqWrtybHxvmEGRr3Xn/UU\nTXqVZNYnev9ho3fagyO7X2Bhey0DxSU+iPsLNZ6PIoQKNyDMBLMLm5cARlJq\ncy4R2TJyMpv6suhxgHnqstd/cZ6MMKI6Sfdvr6+2lrWQFcSF7L7e64cVjUVz\ni971Z/wOYds7qRfKz0Y4gjybAr4/DJieOXkECYxnVShHIRgOEUaq7OGuUY4A\na3C2fTmaIKNjxShF+8ovbov9F//vQrXI3AY0gQszHhqCvxcR4iib1bh2eqSR\nq/QjQcEFq1rQib9UUdK6haQAKN5Et8zanCTdxO5BRpvgJB+fav+UYQqCBf86\nVpFo/8VLHkDp8BirF0jiGY2omj0gmLHbtuW1xiftgyaJmhif+FqehXP23F5R\nYMOx\r\n=dSkW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"acorn":"^7.1.0","acorn-jsx":"^5.0.2","acorn-walk":"^7.0.0","@hint/utils":"^6.1.0","acorn-jsx-walk":"^2.0.0","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.5.0","eventemitter2":"^5.0.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.0_1572388307246_0.5219476853566256","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"@hint/parser-javascript","version":"3.1.1","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"f37b50d685ed81e0507d47bd31449933499795e9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.1.tgz","fileCount":13,"integrity":"sha512-+0POT3eaoYi0PxBOgWqpStqbPw6qYbtZZgsqGDqOQI66nky2BHE32wMFqmNtlhlF5Gz8a3bx1ZeAPHuwJpjyNA==","signatures":[{"sig":"MEQCIFQ39yA6YOp93xTdvzSwPR6s/PwYljLJRuPaCwf6EBBuAiAraN9uqaMod8pR/gV0vwiET8WpVAT+LM8qg82p7JbX9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47044,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bR7CRA9TVsSAnZWagAAOiwP/A2nhHtvOUK99ANITXvs\ncKuQN1V8nYUL7IL96bsyQIGy48+r7fWGIItooq6iels5/yczvwdLg0B0nJ8V\nCZlpe1xkzMoeDecwQCqOCgBkp38GjfHQjZmKu114eqrNJuRAt3HPQiUBTiT0\nnvWOG2DskwYpj5VhTv6EuEg5eZ5VRT64mVoBWJyH6uNtMZJNHBE3NjLEA0Ju\nlN5Jy79fZTXMJJiLrKkQrDyW3kkEAdmgG5o1/+yDZjqKPEeLxf+sxXuuzWFv\nRubIsy6VV1BIlb457cXr6jJP8SXirRpkIU0heuS3n2uRCAEROpqlqQcUVB+m\nWnnO1Qundgvg9wBru8LFe0xF7eZ77f2sixS75G2UF8Xzbju3bz/d5jEUorBz\ngGhlnPSQsNGExayfZ6qGfOlryKuKq+52Fr9MC6jdOxj1dt9r7pRjoobE9usr\nv4KfNKq/3iZbIrcLV8d+mRpnDF1GYgl85ICHexlHOMDC/WvSWYxTcziecO5+\n6xJTj6lbJIM6HwDrqSsDDVox0UmW1/KQtQJJKHfSN2zMfOmJTePOqs9HAxcv\nh6Ru1S3CgKQOAf5NQnj6rppNz/S+CWt0hvnQG8jcvefX5DFpBbGfm1flYFkt\nrVTqAIg04pduPYc8B+eRIf0BwJ0yBk8YE0tKMbQzKHqYbiZ6orUeWo+4uErs\nxvkZ\r\n=UANm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"acorn":"^7.1.0","acorn-jsx":"^5.1.0","acorn-walk":"^7.0.0","@hint/utils":"^7.0.0","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.0","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.5.0","eventemitter2":"^5.0.1","@hint/utils-dom":"^1.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.1_1575335035253_0.5009963026564561","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"@hint/parser-javascript","version":"3.1.2","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.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","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"56abc354bdc8bb1a60638797e4c6bb6392692b15","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.2.tgz","fileCount":13,"integrity":"sha512-17k98bp/VHDVmKba1fa+h8YLarzO5BRIqEEV43bCPetShCcmkr+fqnhMCaiq/YZJUW9MqeNVXdFY87e4FSyiGg==","signatures":[{"sig":"MEYCIQCqCn3Wgid01clGznskcKJi5WkMwyE6yeVjMh3C79DL/wIhAN7JHfQ7Nb/uEQ8Sr6UUeOrgX/W9yKbfGDWwFLrrunxU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6FRoCRA9TVsSAnZWagAAYpAP/jWe9MeB92ZAoUfhMUcU\nHpHs43d4ydYuAwAlAU7MJ7oBOzlClWzF9yqi3uFVImni3gaqPZWq0q47Rw2R\nGHdYtLz7CRAY4NHcxEPcxR8s2g3SL7Am2Ncjxpd14l7H9DeP7QteLva/+N46\n187T+BDO4eqA3ezuVKyBx8dHvhZu1KKXqqWzDuqfbwHLB1xJIQgpAJiKJHwM\n++9fEF7MKZ8VegMN4PwAu+XeUZSOhUHXVNjwZkrA0gy0RW8lPl48cx4ULVqS\ngTZeq5wfcAWNj/NvWElvk8+AzOP0PHf1jq2MpzOBGWK2UeL99d85jBDQRE+5\nRp5ARDMui/sU21bn/+sAh1+099/W0nmEOeUaF6gTwKB3asyXavS+v/MNuCiH\nF3+CZD8LPu2gU8XEIizvZFfAHGndxtnhUnkHiwIl8tl7XEserXk2llADxBJa\nzoMAHN9BVGILU4zzQPigYEmO1gCGeOfazNvX9YO4PmfMn20IH2cZPy3AsE5q\nsshsVVneRLW1NozuFr4wFzgXw7y5NQjhxjb44HaLwZAoQ3hpCHch+RnClFDi\nCD/tp2+X2VOSBSxdIu3SGQZ2mvz4Mkr1IjPh/i9Akl/2Iexp+4yUYivhgZ2D\ny29jiOoObvTY2uCfnpSHXUP2y9Q4sJlthti/qMlHthlSNwX2n5eJiiTvT0JI\n9djt\r\n=HTBE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"acorn":"^7.1.0","acorn-jsx":"^5.1.0","acorn-walk":"^7.0.0","@hint/utils":"^7.0.1","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.0","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.5.0","eventemitter2":"^5.0.1","@hint/utils-dom":"^1.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.2_1575507047674_0.09665400346599462","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"@hint/parser-javascript","version":"3.1.3","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"ffaa1ac9fd0646118d9296400a1ce5c8e49aaa58","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.3.tgz","fileCount":13,"integrity":"sha512-LDif/wSu+M8myNIA4IVJ2XoRw/mekyqGqyE/NRKVNiQ6H7cC0l4L+d+A+L6MGrRbOzodVe5VP6rSVaLiI3szCw==","signatures":[{"sig":"MEUCIQDZK76BlKeQTZaQV/uc7oYttyQs1g0jZ+ZEOueI79G/EQIgGZ2N8fXJNdRmODaMyrWwGCr/Il17ZISo1fKchdXQu68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpliCRA9TVsSAnZWagAAamkP/jQYcFnuns1Qq8gb1Otw\nI5wYRfm2bNtPHnsIXbjWAeCCYnQmSevcarryRTWsDbbPhxGZbkSKjmJx83rT\nU2tGQwTFkZD9og0T/+JDyiwZeviw1FiixQk2jO+nBbP2ZoTsAn65vPe13OBq\necvIEsA05TvP7y4PSQjPWHUlqH+9TctliDD8IYHRBdZ1tKmqoY+khASoKXrq\nRJNUFZNVZQxwQ/SZIz/PiTvOoYwworlT8Jam+6/BxxXleuk+4tDkLoxa5lsq\nUXU0Ilx35FnW/1CgHuOI0xZZwnMOqkUL1UWny+oXNluHEOqlead5KIjLxmRs\nZen5fHd6lXaBOXxzHPoZyWcq3x+Dn+v2fyiJgP6eqN4muF/c3O8VbbmgXCcU\nI+UXLWksB4ulU8Pfg8Nls6Ob/C5+mv88bixhIycqjwSxyTfAYY9U3/F3N2j4\nWfaHlcAj7SrDQw18tirssQuec9xT9wT5/vmNLvQljIDNXWc6Q0HGe5Hjz4G1\nmWZ8eZzfm7x4JPn82U+75yx2m3ZNKILOIAvl1fn2x70HPz4tznKyIrs7Rtoo\nm6biceWz0e67MFDRJ/8K7bzM5hiF21DM40/4m1p6Z6rSAV7p8rtg29TOEybE\nw5RSxuZg/76WReYJemGVRrCPgDUlbR8eIKgIy6TQJ7EHvZCx37CUnw0ALyOf\nN4lq\r\n=tkDj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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","directory":"packages/parser-javascript"},"_npmVersion":"6.13.4","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"12.16.1","dependencies":{"acorn":"^7.1.1","acorn-jsx":"^5.2.0","acorn-walk":"^7.0.0","@hint/utils":"^7.0.2","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.1","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","sinon":"^9.0.1","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.5.1","eventemitter2":"^6.0.0","@hint/utils-dom":"^2.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.3_1584568674558_0.9399683673661179","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"@hint/parser-javascript","version":"3.1.4","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"8ec638460c4cc07426456d5d050fce0235992d3d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.4.tgz","fileCount":13,"integrity":"sha512-kryDNJOyR4bELWVWa7Lkt3uef1K9zRsChBH4q2JXW8juSa6ZkurnxIi2qhdQuHnv5qGpldnuDGfvu203c5sSNA==","signatures":[{"sig":"MEUCIBw3shyhPRyGjALGIRkpnp1Ze+90BDtrkacTq4luxM3eAiEAzfc0HzdHxbh8yjrWcFql+gQc/6RU8+EnCdzdR04IWAg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel16XCRA9TVsSAnZWagAA3v0QAJdXZkEVVesgV1aOzWoM\nZ0u4QebAakd5rHN2trpOcXDWkhv/a1Sd4nCkcq0xjvaj1MjIXc4qL3FIT+hP\nCzh20OIIeeMFI1DUg2BiWVWP+itSQ09dhkawoIthF1cbwHbnB+Qp6rCrOEDt\nEltJJw2KIM7bmDpmZzlaQqw/NEzchx0sOzBuPXX+mpVrMHvE2awRJFpVs2fB\nbSbdwbE2WqlOVZZFaIwVcoCMXvtdU3QecAE7ahOf/XACHc5e62dPkGV9Vh+I\nsoSQu0hIMoPe7ngtMEAryumlyc/ks/t+LFkxPabmFvlsWnVyIOKEEW7hHXZX\nrUNYhwLgJYF8GXaDkXQMQqNOfSRf9NyjzwfddHsWvH6rwRgIyRnUTPu8HW4u\ncUSl9xXm3LFg3Ubr/ZsUn1y6o/G6jYZHQJcy/hfAdxkeCRjW8W4ZxWHWiIUM\nd346tJBRbm6y0eVu0MXkUXA43SBnFhFJAnYTb886sgpFLf151bP7VEvBAURy\nZxdLXrh6KKGPzNIjUkc5Xsmln1jEwLA84eP0quWMhZ887H7fV0uZI2R5QNpQ\nI9dUUMn9HAop6vE+n7QzsoaOr8DBZCZPUD25Pl1JLIi+9E4S4vwMKQNurnlk\nF5tcDCw3zQWPjtNmFqHHusxafN5SLjVihjbjgVM6LN7rQ2Z0Bf7GkLzqKALF\nOFtl\r\n=T1T7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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","directory":"packages/parser-javascript"},"_npmVersion":"6.14.4","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"12.16.2","dependencies":{"acorn":"^7.1.1","acorn-jsx":"^5.2.0","acorn-walk":"^7.0.0","@hint/utils":"^7.0.3","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.1","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","sinon":"^9.0.1","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^7.5.1","eventemitter2":"^6.0.0","@hint/utils-dom":"^2.1.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.4_1586978454715_0.5518277081751937","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"@hint/parser-javascript","version":"3.1.5","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"7b5942042089bca6dcbb30af3b2d3c05a784b208","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.5.tgz","fileCount":13,"integrity":"sha512-4xtCGHPbGHdRWEx0AJVFGGBcQI7W7ScqW7a7Orz0zzwesc9IVxW8LWxIpqgS9RzpLKq+UpdQGU0QtQz0QXTmsQ==","signatures":[{"sig":"MEUCIC1Fm7XYA/ePC9gUMb8cBiwE7Mo7mH+LdYb7HMmm+N2CAiEAwBjQgR3rc9LQBMadGO39dvovJ2kc4IXWB+mLCMC7fl4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwmmCRA9TVsSAnZWagAAhKQP/3nrifc9apVs8quv7k6Y\nHxe8xe/u7m/op5qZmvpt+e9ATnr+qf3a84qyO1B0ewKhihJ10KlIjPURkBzh\ns7fYztm0usyzpsA0594c8lXS1Prz8LDcgam6gAVYRdiBLpxCjbVmoVLjpWbD\nuecsfjYvD0ueWp8IfXSQNeBbMDI+uC5qEqZxwlWw0eJWh1NWIBDKmu6mgWsU\nauttrHKEsczhpiP73ZfT+jgkosj9OzCnJwwdeam/PgLTbnKJDp4nrRiSQy76\nPp+mjIyUHLqaOZXSPeA0kJ85QVLBc9WzY53uDhr6yFvlywfbKjpuijc/UC1G\na8PW15PAa08qdv4U2OK7zhes5kZSQ0VsByQnWE06YmgmXHkHibnlqGtQ+hiE\nN4kOPWRjyf0oMd2Vc5ZlgAGgZbkglhjruH8xZsbvOmAZcuWcET6m8ND5t8vq\nhu0KVMy/lVQ5oW5osOE7pIY8Vy6/EDv/MbxJHHFQmTVTGu7/0qN9hoxDnwx1\ndNVmAmxiHt41Si47xtI2f0E3LhqLWc6zLxOlyWqhrjnODsueq7xzF3ksfOuK\nI+wHcckXwhYURZSkvkCuCxx6XpBdo2yajbkfuZnd6j62VQr8MNp2fhf7weoh\nSWik5HeS6FgaFVB06QXW/ZywE3XK9RCy9ucp/WStZF1jQjXqtVv4VbBzZX0c\nuIwu\r\n=Cj0A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.14.4","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.19.0","dependencies":{"acorn":"^7.2.0","acorn-jsx":"^5.2.0","acorn-walk":"^7.1.1","@hint/utils":"^7.0.4","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.1","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^9.0.0","eventemitter2":"^6.0.0","@hint/utils-dom":"^2.1.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.5_1589840294518_0.3145452337380745","host":"s3://npm-registry-packages"}},"3.1.6":{"name":"@hint/parser-javascript","version":"3.1.6","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"959a7bd18b5a4773fad1bc63b9fb2de17e930339","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.6.tgz","fileCount":13,"integrity":"sha512-lM1Rp/ohDS+Qet2i9qXLBVwsXknKOMWp7RinBH/xYTZ2q7L6vEn2jFIbZHzIpZmjuMG6vKs0i+GLmNxV5xiRKA==","signatures":[{"sig":"MEYCIQDJX8zCOnjpD5ciY958h2/ZYpIlTtgBQxSsrz4bsYgDTgIhAKS1slvTI/1Y0nQpHRnRGV4vibeTZDVMf//ucYJHOOZo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzuDCRA9TVsSAnZWagAAlGQQAJ6iqS73Jglg4ArBLq5c\neFqBgMKcFnrgwp72tNHz0ZIa6rxahh1YNM3dzx1cDEA02KkN91Twlc/gB0sA\nfJVxWLw9GBiKptauEAyg2GzdgZbr8P5PpT7xl92p2hP4067+sVTy/3dMyzTh\neECFUtZe5V7F8HwO7O3niME+KA/mv8CfchjyykOdNTr7C659ojNRiEVnGc9c\no6eSHZqGwmdXN4wyi87UbuUD28rBO3yqH4Eq5q29rMvQBmreixa1myd06eCk\nTLnDmIBXo7tXEeHtB93MmylQezxw7TItY2FAeqrXmIy5iNmUK7TvvPn9fDZq\noAKZFIkOvR7z8S8P/EBYQc4coXS1ygztGYKYjVDR+YRgeZif+QTTohvdJZBF\neESau5xf7Ygb7ApqAYIfnNtjIh9pEy1KMibzVOXT6sDHMZDUw+KTotPIuojC\nY3PHcsjDn+g9FIscHOcVVLlgX/VpZU1uI4+7Bmf+XVKfuRJB92LHCJyZtohu\n32aQo+CdUJeSzYnJEmdJFNbu+lvUhZ+PC9bgXoTuQ6PbSKVLv2MzVPH2B+BI\npJKey+5PX6GH/E1zVPJhBhu2/OHwsifdJ4HiV+ZPcaYdCBuebwVF1o1n4kkA\n0xL1hgoAlFlCkjgcX9p5VTkgX7PSypLJDXWTFG1GaXasYmz9XZIxIgK2yEuz\n9ZQl\r\n=FNGY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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","directory":"packages/parser-javascript"},"_npmVersion":"6.14.4","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.19.0","dependencies":{"acorn":"^7.2.0","acorn-jsx":"^5.2.0","acorn-walk":"^7.1.1","@hint/utils":"^7.0.5","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.1","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.0.2","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^9.0.4","eventemitter2":"^6.0.0","@hint/utils-dom":"^2.1.2","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.6_1595882371195_0.6538181241220593","host":"s3://npm-registry-packages"}},"3.1.7":{"name":"@hint/parser-javascript","version":"3.1.7","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"0a91fce52c1c1df70359281d260394431641ec5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.7.tgz","fileCount":13,"integrity":"sha512-CVIioANVyEgz8+OWhj4CzBAJSAP5aDiHNImHm5pvbG+o6UVBuf/h60jFNQQbppYFkTzoT0+J3xuKBhLKi772hg==","signatures":[{"sig":"MEUCIQCW51hfQQ10YfL1pmr7XBh5QZTf6XhOZrvHc99f+6zCSwIgHon3Fm0gXpX3K9MPqetSrdHnSsxTKtcekuUPZGmrAes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55299,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDfkCRA9TVsSAnZWagAAIDcP/iDlmdLsB3ABkgtB1JCX\npyCAsEngLvET3XR/rT6s0onFBFYKsr3NKnSbNdfVZKpOOxmCq3eWZPzHAEr1\nhYG+vV0ZjyEVWZURzFebPyPuIuQg84VIG2I/WAeg/GT58hdcN0C1vJOaqwJR\n2Wn8CwtYfzua4OjF9xuMP4yyVzM9HDPZhxyRNO81a4ue3050OZhHHmMU95vu\nlkckYHOEU+obOCaPNmsBGIZOqYRksbLHyPSmpUxagydBal4BVDi/e02KcbrS\n6HoXWm3ZXPIh13XyI97en/qDElAl6UTgEiJxLX6ESx5J9Y+VgBYdDKsYgjAo\nmvLnyIdz8V6/2X1IksqkaQWU/1c02RNPB32hcNE9YFAkYKs7ZT8igt/lFNG8\n52oHK7+E+YTp/47YuMHUlGD+eIiVEhlj74oeR9E2Q5Rs3OPvVn3iFnC+yFhB\nU/DoWPx1hpnL+wXg7b373y9U9l6OBQNcwRdEvkJYOI2pZPESZHagQLW1iejW\nOS1g3hNSJusZrp/aIXuSWZk2M7VYLsocH8gsIdISSKzdS2NsxDTsbEfcaCtU\nI8xX2LqlYax2fP3HVo3lTQIbnXK7WcZhunc7KaBFFPNSbWFhgdu/qvZUf+8v\nHyhVFxfMHwmaD00adn7RBXeC+giCffiu69SVQ+V8CTOkv3oP5YMYRiDYHmHo\nyUph\r\n=7PSs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.22.0","dependencies":{"acorn":"^7.2.0","acorn-jsx":"^5.2.0","acorn-walk":"^7.1.1","@hint/utils":"^7.0.6","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.2","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.0.2","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^9.0.4","eventemitter2":"^6.4.3","@hint/utils-dom":"^2.1.3","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.7_1598306275696_0.5178116311666341","host":"s3://npm-registry-packages"}},"3.1.8":{"name":"@hint/parser-javascript","version":"3.1.8","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"790b92a28d1bf4f66e6c62162bdd9efb4558f4ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.8.tgz","fileCount":13,"integrity":"sha512-gDR5XAM0l78w8GdhFDDJmsn+SjJW/EHh2gwEuEnPSG7A/gcEXcTgUo5vRjy/wWzUZBCvg78t/F5e1PIgXdlhSA==","signatures":[{"sig":"MEUCIDiDfZQAj2x65QzG2PszjclAyUGpHeAxYgoiqrkP0AFpAiEApNR32lOYXrh8y8QwHXRK6G1olq96h1UPSmKVo7ViP3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrE0lCRA9TVsSAnZWagAAJr8QAIdN746EhiBkp7aUIKAq\nYpNYw13+yxMxUW3nUP5z9aW5ndFrjEP+QqOFIVSh9oQIBs1S7cm+j6Z0h0Zs\nFGDtBMAHxKGkGlztSoqa8zklzWOZE9tSR5Y97vN4CS34E3WXz8N9NNOdQmtI\n5ibjjPjQPzi+lb9PwyQSEg8pLKzvcELy1ccwcmBYBiMJkaZrDpnVMlVSgSB4\nYXHT25DPwKGW5Xg1BDDoXiozVYFXg8+UxgdAn/VrtSko4varm6C3Due1Nbhm\nTne8DmsO7rIPpK4Tvi+tEG90ZMHyZTufXEUf9RrwYSF84nGMhT00XzGeLfEz\nX62Q7xtnv9s1IPKfZJYEkPLyHKC6GsDOTwWwxDmT4KcIDfSlMs2I/77vZSmw\ngMnURbghI3I1NWbjklAz+w/pAPyhYiDpV4WXCjVsQg0cCRyZaoqg2PYfCRh8\nCMmUy8MPIsLAagaZqEc9HXeP2n/lp+W/P2CMaZSWID0kMa/5yGl57oQ9f3Ih\nuKV4iKsLpLXK9+Ehb/AnAb28d2EzjrJw6FW4+ob0x3LoffN+ZbgTDnv8hMHZ\nEtdRV5R4lJXvFOnKzlAMRhNMUUEI/MH8Y+QGI42zR9dTwlgaLOOrrjeC8ByS\n6URPSOQ9LHprfCtUNVrItsPSCOWPZbPKX4uPkD+fiJ8TFdKMPqsU8xbFC6k+\n3ff7\r\n=2t2q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.22.0","dependencies":{"acorn":"^8.0.3","acorn-jsx":"^5.3.1","acorn-walk":"^8.0.0","@hint/utils":"^7.0.7","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.3","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.1","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^9.0.8","eventemitter2":"^6.4.3","@hint/utils-dom":"^2.1.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.8_1605127461414_0.983449797113886","host":"s3://npm-registry-packages"}},"3.1.9":{"name":"@hint/parser-javascript","version":"3.1.9","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"0ce07265fd703595aa7764fe41ca56528eb25119","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.9.tgz","fileCount":13,"integrity":"sha512-/ENy/ZUyW7Q/bMfWHCJPNHEopPUKOgmuVZ5gaRp8mGTQZiOJZjOJnT8fgm4qgzCBx5Noupf4Gqj87rEH00CiEw==","signatures":[{"sig":"MEUCIAqeOBzQZx/j4d6at31eS6kNJgUuCAyJOpYCgl2szQXpAiEA7cM+xVuYDWUtNe1llC/UZlDRNBa+jAXYIwE82w9C4cs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEvXCRA9TVsSAnZWagAAX4EP/A1UXMSi0141ptv0nxFZ\nLpcTcgsnxCU/uiN1mktBOntVKPFczm9YANgUkjArmQiVQWgVb18Gis9QMiGh\nGp+N1x7rqMFQaHuEvnjMAV+S0gi/HrVsSs1iIKGencHZRUsOSBxBbBLi9TAO\nV2Qz7z9CN3CX+eQyvNmYQp8D4MsHfvk/Nni2K+MddX5xnZ2LtL3hZLsDfChJ\nTHbPrjXnNqpjZVisjV5DQB+8RcBk4zKikpl2e1A7Dr+JUWbkVrt3fNQY6kO5\nCpRd9uek0+1obgrxUu43IjKUEPgLAOQbKV/7dTtUdkw1MQ7qE8jxWrJgoUSn\nYAC1EtoFDNPePIiRC7CKbNXE2QtQ9CeOJ0MPwCUSKx5i0bI/C0r9jcyoxhMU\nOzyo+7JsYUjlHzjtsNlL09rn/Eve/f6b416WOi2PBhRXKLwYYzP/3fDrofKP\nNIG+LPv7o2ofYCArKai99uzwsfRXYlB1qcFvL+A7+re0IacERuL6HMWZvBSn\naYAaDOn6XMT1WnfSf6jcgW7azgMy5rATNtOpV/PAcGv6GKViUk5WvuJXqk/Z\nrunD+/IYqlcpnMN9OBYdvefrH4k9OPn6Aeeo2GSJpkxCj8dOTuqxO3g6wL/t\nxIogGNcU6CJ5JUt3lEa6t4e6cXss4OH5/rIuzYwApwRxE1hIzmmW/c+wGNmy\nK0C/\r\n=sLxs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.22.0","dependencies":{"acorn":"^8.0.5","acorn-jsx":"^5.3.1","acorn-walk":"^8.0.2","@hint/utils":"^7.0.8","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.4","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^9.0.10","eventemitter2":"^6.4.3","@hint/utils-dom":"^2.1.5","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.9_1612467159355_0.04371995404409135","host":"s3://npm-registry-packages"}},"3.1.10":{"name":"@hint/parser-javascript","version":"3.1.10","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"421ef42932f00e92f1189e0552c77e67078d1c53","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.10.tgz","fileCount":13,"integrity":"sha512-5XT/unHx26sDJPgApeUg+zqc6vo3AsTvTE8UmSyyzhvkpdmALM5QEV0ilzXmPRltbiSKEUMyceSZD4RKiYiuiQ==","signatures":[{"sig":"MEQCIAwmaX3aIfqsbSRn79gibJn3e8k8j8DZ+VQMSVwLhaRtAiAvD864WfbjDAIviBSPYSanCyTCS6uiHT3sF4dns1fBHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62123,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeZmCRA9TVsSAnZWagAA8pkP/3iatGT3CJFHzATk7u0X\n2XEnAzwyfALNPsJYKLfUDYLhYlsnrYXNaioQiomfeni17z/vQw/nWJZ5rVL+\nir9AH4x+fyruEjSyz8Kwk8HunVavm2LnGiQr83Q7tFONqxoOcoNKwDtfJAEB\nunf+vh94wjphJC6BjbCd8lF/9WY/biBnghSdRDXlgcyf+j+Lvr5qPRnrXLME\n3tBSVe+D6bmyqk9wEtnFN5Ceqd52PjTyRzs9KRnLbxsVDZbe/JCm8C3Q37hm\npKK/7fYgKeCvOH9YCWiSSVdMcG0z6UD7OR374rDD45Ycsnp8Uqfd0pckNdjg\nHJaMt5BjDM4cvUk87Y1ub6Tm2kWfxb7eKE1ydP32dRNK3rv8SIvlJjurU0rj\njYGS5qw19fBLqSIR+r6rKhFI0vlywZFQwB4XoxuWRNYJUk6XS0cfZcWnsy3y\nWJ+K4FTozYZmCHvLTGGmmi2rwDH+v0CNHX/DlHROuQBr2MQ+vzex7xjUg37d\npMnXe/vym/sn/jYDKUem3zsSWuqKkTjApqszEa1yQJoLD5CTKUmqQ8LgPuKI\n6Hxd/V1RLZ3I6mPUwZHnO0iEC5oaOCLBAyTM794PTdp2mBiy0Di+/yRdL5gM\nfmJ4SapDRtjh+6y76hbEdzlKSamjbBX2GxI3CZiQbrUCMSpxnSkjpil8XWBj\nK18d\r\n=8JwT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"10.22.0","dependencies":{"acorn":"^8.0.5","acorn-jsx":"^5.3.1","acorn-walk":"^8.0.2","@hint/utils":"^7.0.9","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.4","@types/estree-jsx":"^0.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^9.0.10","eventemitter2":"^6.4.3","@hint/utils-dom":"^2.1.5","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.10_1612572262315_0.8649014640362882","host":"s3://npm-registry-packages"}},"3.1.11":{"name":"@hint/parser-javascript","version":"3.1.11","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"f072931fcb2d728f888a29e34233a267125de8a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.11.tgz","fileCount":13,"integrity":"sha512-IqiEPCR021V0MZKHo7cPcyBF3ub/P2H8lSRdivGkNwqkD8XYbXeC0QbhdtticV0VF+uSeVZMczjg4e423SDRWQ==","signatures":[{"sig":"MEUCIQDXiDJHqR0DJ1M0xoykfd7MX3TmPce0dnLxdNBx9x6WJAIgFi+22maigHmNmOYbemb7LFe1O98kyZ2hRCgDZJ7qQJY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRKnCRA9TVsSAnZWagAAJikP/iqL2XtEb14S8wfLKcqM\ngFnkNugcDPNtyLQ4FAt81iP4zh8qErEpE9aPTgd66WTJ2UIr2W0INbl2OKi5\nXKWSLTFr3vcPJ5U9wPKQJl1TCdNEXz+nrFjLqmS16LKP1Q6bWlsjBu7sGhda\n3Piz85c96Ts+3sWQWPtYJR1w/jT9XqzkOliVkaMP2dbInA4WE6aF7OaSFAg3\nbDNaNoV4tDOj+ebkTDIm4HoTyIy3rIac8qjuuhIh/An8ZNI9MdLU18snL/S2\nsCE7QcG3tqQidVmoNeJoA9VBoRxw+UoiyJ91WpW9IvGm0oxGF0agVw8tfW9u\nOXseGQtixYdN5O1SAS1WJwvD6qBNBGrANeCFHKAGaVJ1QNQdPULYCXyF5CT3\ni/n1DGvNQf8hw58sByxQ+5dzE/OKK0H10YJRhApsFKXA7iIK1ivHKPVm6jH2\ndz3dFGwgllnwAixyeJ1s8TPiLsZLWbJpDtMJLEdaXPzs36oS7dYGzH+Xa/Mj\nvhHXDTZHXUv8fvdafgmzzO1ZDM4BHVm3WhJW/go7bF2awgl1xXhX0IP0eaXT\nmVmSvntigwK6PXkilRLPAG0nAHFyyFvblhYpG5rwz9Rz8pqAMtWgqyMdte+n\nVDCpLbJXDEiPYrRDUN71adO5yCMcla4brYjpkv3NZMlKmHq8Ol3coDPy1GZP\nD5nF\r\n=Gf5t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.14.12","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"12.22.1","dependencies":{"acorn":"^8.2.4","acorn-jsx":"^5.3.1","acorn-walk":"^8.1.0","@hint/utils":"^7.0.10","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.5","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/acorn":"^4.0.5","@types/sinon":"^9.0.11","eventemitter2":"^6.4.4","@hint/utils-dom":"^2.1.6","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.11_1623265959814_0.5048113886916581","host":"s3://npm-registry-packages"}},"3.1.12":{"name":"@hint/parser-javascript","version":"3.1.12","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"32e6b645aa55e535b940caf8c48b86bb5ee04ec7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.12.tgz","fileCount":13,"integrity":"sha512-uHlDValbHdrPKhvHt4ooKU5i06gtcvdDa5hKJwMOH3AHmEIc3HqorhP9wk9CYMg3Cfh9cEj40EvBxF/ePRIjtA==","signatures":[{"sig":"MEYCIQDQseVynnFKTvZ29AjZpyG2ko42Ai+/IXXaeGe/EgbyYQIhAO6agTaagi3h+CB5gvouCNuPHxyi3FBUsDcxgBC9yQQA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72467},"main":"dist/src/parser.js","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,.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 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","directory":"packages/parser-javascript"},"_npmVersion":"6.14.15","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.18.1","dependencies":{"acorn":"^8.5.0","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.11","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.6","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.4","eventemitter2":"^6.4.4","@hint/utils-dom":"^2.1.7","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.12_1634833231167_0.08860746244023243","host":"s3://npm-registry-packages"}},"3.1.13":{"name":"@hint/parser-javascript","version":"3.1.13","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"cd6d336ab49ea2b643586b10cea3245e8b78ff8c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.13.tgz","fileCount":13,"integrity":"sha512-7OwPWYt/vVmIzZDT0p7Ff4oGlxh8jezaDwnPcNdK3FuDeyDQFOX+Eu73ahPyrxmrg9BmDIlsHVIldcVnVnuIpA==","signatures":[{"sig":"MEQCIDXMp/7KUF2UAcBULavTD0Ul7YcEpdTLxuBkTELfyJM1AiAh0wRSMNhtashmx6ayMFULIExXHbhoBkqZnwYDntxRaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":72732},"main":"dist/src/parser.js","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,.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 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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"7.5.2","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.18.0","dependencies":{"acorn":"^8.5.0","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.12","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.7","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.4","eventemitter2":"^6.4.4","@hint/utils-dom":"^2.1.8","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.13_1636050627905_0.7233068142217038","host":"s3://npm-registry-packages"}},"3.1.14":{"name":"@hint/parser-javascript","version":"3.1.14","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"97ee09a6c02baf92581c2fd9dd3c3aee456b55a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.14.tgz","fileCount":13,"integrity":"sha512-MlGzuWiqJ8Mk6D3Vkr0wBWMnx81sW5agGfVOshy1WyB4uQ4UhjtIAPykDFm83JkGuDQbDSOG/OiphO8GNdIQ6w==","signatures":[{"sig":"MEUCICkOOqK/xjsD6Z0C2TNSoKWLeVmkQ7Le/d8bpMrdufL0AiEA8gcO7wooULbb+3mXm6ZrV7NC6WuvtwnOPjBxKRD2vfE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":73224,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KTdCRA9TVsSAnZWagAAAvYP/0Ez8Gp1PMUBVSietTqi\ntvXZ4xIGzYgqeQQ5KiZVf66N9VTiiWR2hv9kbNu8RAuXAqaABc5GzRBz1szT\nY4349LWN/HJqXrboLiAGwggpFsumj8K9zoLWgEGk7fzWxqNkf1KUYb1WCdn9\nju31UkWuDtGa+6m8h/K8fnafu8mJahycRpseF5tl3Nv8ZIegnNdmfWrjT6lF\npzDsXdqgjfZskIMU+Tid41fDE/RZiyozV/lDsL+ktNRgRc8A0iXhQBTPMopQ\nGqQBA6we4C9hO26Hk5Aw1KKottJkh2gF64DwFaEMLjsjCyf09SGtDdVUm4SF\nlGqpS1gOgDjbsSBHCT97yssaWa6D9ad+rCveaOlLUX5G3dLK/rJHRYAjdAYz\nPVM+38DJjxaKq0HPiQ5jdCZ31zyf10z3NGlW3Y2FJcM06pvXN4+J1Xcir+4T\n/P2mGGHXnHRTXz0SmNoRuEwAImoPFoypSz1Dtu0jad64O0T0ndGREEnTHC8V\neyw8tm7qtwY9xNhUyo2AgpIZg70DnCeEdYeRw8o3FezIyocY8vTfqXDP0WEt\nv5QggDwdKmqIJZ170DYUX1hNEAHZKWR4G5w2FgwazdbUZ6L7ghURF+KnrEbf\np7cn+Ez9L2SajGC3n/83QDss+tLfeMa93mXfF21ZVy2VOtCNMLuDg/wYiqK+\nBvbU\r\n=j3TP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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","directory":"packages/parser-javascript"},"_npmVersion":"6.14.15","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.18.1","dependencies":{"acorn":"^8.5.0","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.13","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.7","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.4","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.1.9","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.14_1637007067506_0.7131231968676279","host":"s3://npm-registry-packages"}},"3.1.15":{"name":"@hint/parser-javascript","version":"3.1.15","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.15","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":"2bcbf020f18019398b4064493e407a3339cced9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.15.tgz","fileCount":12,"integrity":"sha512-8CYxXVwufAk0ZCxKRTivloOavEzeO1+3zcTNpdMz/J12SFOayMcwCs4CzcMh3aRYzW9Bop3DUffW5kg0VMZkzA==","signatures":[{"sig":"MEQCIGoRuQ32oOBi+6O6ac+xTbkiei2GsUr+8wHjY9nnSif3AiA7FGcJ9ZNUaxLOwVlU5jqJJ8B1HRACD/rN54WI+tYuqQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkiEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrY8hAAiedzS8Y5rY2+LLQUR4LjFDVoMBkB2oXQNW9ae38mQEPttnxj\r\nendKNE5PgU82H992+737L+4ox8lmfdSIBNcspPNN96+ugs1WefHJncY2mfMq\r\nZdzeRRVe8pBQBJTLAlQBEIyu3UV/yMnGnYpPdbER9C9asFkuY3pVU5PwazMr\r\nR+3K32QskfgXHEeOx2Bd2S9DQ+2iunTD+iHibfNiJ9Oaljns03JBVH6QpNH6\r\nWw8JNXfU5HrU+KDOxMCmyoFV65tKgML6i+jcIEab+bEvkqJCzOOlF2bzdFaD\r\nozqhR/Qv+EaGIFHcyQ0XmXdOybbOlJuBHSSmc1KTE65te/5QrOkbx9wv1GRF\r\n/A5KBdp48IYsXOjdQt8eGRh3MC0mGr6tc4mKJbNbb96F4m/v5aXZWNtst0bh\r\nIpS6XCKHzjrzwqFd+FSwCb+WxalBt8CYDt92JSaku+HmzG+IOV+S0BpgX529\r\nIonTH9OKOPKK/t2ne4Vsho3jJabx1gmD7P2qPRIgPVv4PdqT84IU7LC0Ua2x\r\nvSjY15vVFchSOsgPN7tCjj28HQxGF4t++ns1Lf0y/eOSlQLteYm33gub2qcG\r\nKUgYBH7XP3rfo3P+y5lZ0eYrf9YOcSnf+ZtpIQInW8B63p0cYDoHcB9KHAvm\r\nonCB6pf5+5gK3IGcQ0+jSE29V9e8JXkFZB8=\r\n=IFYj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"958c5ae10b0cdfebd292c67584ef5b99de8deb14","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,.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 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":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"8.3.1","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"16.14.0","dependencies":{"acorn":"^8.7.0","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.14","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.8","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.1.10","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.15_1646938244768_0.11901683315353773","host":"s3://npm-registry-packages"}},"3.1.16":{"name":"@hint/parser-javascript","version":"3.1.16","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.16","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":"63251e21b250ed29d083e020b0d0b347da30bd4c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.16.tgz","fileCount":12,"integrity":"sha512-db3LXgBoIPyogr7YyPolQQALj77x+enS44Fj1QiobTHY4ALROUPyjteF74HBP+4REx47ydWj19qQc/5tlpXvsg==","signatures":[{"sig":"MEUCIHZkMdwqCH2eoquqorysZb+35ljiEvqkLiodMCB/+P7lAiEAq74oXHt/EWUQsIAtocvfDc5ZAlKhjvj76bOtSG+RIf8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG4sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq13Q//fnTcxH8tmIOTeRBIKXGZkzwXdidjU0QPgF2cGTwQkTEB7jQG\r\n4HpGnz2Tnq1mC5UnD/ErZVaBu0MRUyjAWSmM6bdt8xYQ6hdewzu8ZpNuMUTm\r\nEc57Vcd1ZIDPy8ZJm0gGZXnx56c/WxD7cAqxqAaO6T8KY5ylKpZzmt4CwkuJ\r\nI80ekNzUCT9oQRqLlxSEzPYfTVf3DNCf9BgnT6IRA6s5KP0iUKWBtECvDMSK\r\nuW2YCe48Ziv03pR+ETrvcNeHV+DJufaWkTz9BFtcvYzUWHN9ryV2lLiHosB0\r\n+sABBUzA75leGvViO2zPyJQ7RVieNDNXWf7jiy/RJuBhAa2Kyo6nKX80HLbG\r\nyGqTDMSQX/H7zNGvFt36IZJPh6hZj2Tu6qyM277/vgbKUV/lC3Z6iPE85TCq\r\nb5urJjsNikB6p9gpZyEJZgHjaCpvYYd1gzDZOQWepcbZeCua++ZEzouVsccI\r\n1E0muxL5zxRorReTkwRM9OCybzjsWOEllYxUElp6mSQjgc6IPviCzR/KxDVr\r\nQQ82YltrHB+vug009p0KInQV8btaO/wlb66KbZg9asbkA3oTk/mwAVAZ/lb/\r\nZhvKrX1hU/afQPFITuE6M/AqTY03dpo4ZH1vISzfoD5nISIPnoQHIwvC4dUo\r\n5dJBtLtobgJ8mbsXTY7R6QWCcIv5ClGc7oA=\r\n=U6C6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","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,.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 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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"8.5.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"16.14.2","dependencies":{"acorn":"^8.7.0","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.15","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.9","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.1.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.16_1651011116175_0.2005427372193993","host":"s3://npm-registry-packages"}},"3.1.17":{"name":"@hint/parser-javascript","version":"3.1.17","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.17","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":"07d9706c70305e9fc2a25e15e6614a2dcada3448","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.17.tgz","fileCount":12,"integrity":"sha512-2/pQXwQ9RYe3XJXErulmcWWUnZCW+zf9W8LP8JfQu+dL7zctQBqcQsVQXl6nQfBRRN/fe0IbZzu1aYDeDXMzuQ==","signatures":[{"sig":"MEYCIQDxG37pUvADH6P2ULkg2Rv2X9RwNrQ65C8fu0tNWjFJxwIhAJ4nqTSk8gbv+vyWtnk03dltdIp5NB4ebPMgcRknwTHu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27081,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdqBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqO+w/+JZJFDZAHuse92YqbvLsWSlKmJrES6fBulhqYTdMfa397BA4l\r\n4N0U4V/Om3XmhgVf0UajsvjQUK87XmIiTM0WAQNokS2LIpQaAUKdEz2VGY/s\r\ncLJhIlz08M6Dy0HEqZ6XNd6tn6wCShQY70Pjqyis5BS0ajvfVMFSJCMfJnHc\r\n71qceOB1DfqCwbZX94w85H/AXuU3PCpeoChlZonURhGiVb5lYx133tn04sPF\r\nZpXOyLtDlbtryTJNo4PhuhO5Ie9AXantujOtXw6d4mJfESLDDf5iGqOhU6Co\r\nJ3iIVHNgSWoN6VfDuAMCuCzxcq7gK2Ymr1zTg1BoRXNjsWESuBInCLLwB5lo\r\nTD9GFOfXKBpKsGENLQz0CuKkkt2BDSVBP5SElVKz7xGA74/GGIQMGMiBYqp1\r\nQ6tO0L5mmMivsdNUstRgLWn++43qXJDYPsRJu3tZUk91jxxY42DOS7Ic6Rbp\r\nyO9lmzr87PoZmN2aB3nVxDSNbGzNGAZwAyLomHzraDFpWJxPDcwnzxPXFU5a\r\ngYlMvb+Cal/0WYDA8M4QzwiLmeJ9iMymxLw3XlNT34Y6fXm1gpVOVSCJzpA6\r\nC2WV7OV6fBNb0lvJsKk73EdYtS5IjUpncQ6fLzXiOYjU5s22KCzzxA8GDeLP\r\n75ON3/sGFkQ4lu4B4/+LZDGgi+btvLG/gnI=\r\n=kiO9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","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,.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 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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"8.5.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"16.14.2","dependencies":{"acorn":"^8.7.0","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.16","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.10","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.1.12","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.17_1651628673198_0.02398346795566164","host":"s3://npm-registry-packages"}},"3.1.18":{"name":"@hint/parser-javascript","version":"3.1.18","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"a2eddea91b722b82f0ede466c95faf6128827deb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.18.tgz","fileCount":13,"integrity":"sha512-tyVfzxCgA5qUeTwVUCTWzQiqKZE7vrY1J8Da6POG42jU6FoDfGn5u1y9v2d/Ojopwj3BkaZjPlr42qSNMridPg==","signatures":[{"sig":"MEUCIQDqaNZhl3R4vqYmD9vC9+4pYsI9X7oVxHNxuN0XHDAGuAIgDG5XMV1U2t9zzllzmEPf6HOAGcSEG973XsWFcNIkckg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn+BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQMxAAlkACA24CkaLXEkEoL+WP1VPA1+g24GnzCFh27ICLTn7JLrQX\r\ncaiXpm5+LJVBfdm0ncROHrfjofeQc/vMqBrpSXGXIXQFkfM1KMhnRNSHNAA+\r\njuVgn5DOu7k7S4TymHDSnydyzve3xdZ1CJhSjFB/Fic+6d2EbVk/g86Y7AvC\r\nnRjZVBEb1NHWQ5x+G8HHeddX+iKsDNeJePl1r+a0eepJVc/jTKF2Wx+MRlD+\r\nQrjvRx+hHsB8lGp3aIZ+8I7PnYg9cpELoneqg2Vr92VwICCvoV3D9yVjgwBn\r\nY2z5JY3wBYpVv1ZSw89H+REgWFOdeuQlxAdDHLhBjljeFouX7bAqmvvjWjP2\r\n+gH43escjStASnEyLr8+tGfGFgj9noxpVaXgfv+G2G+fm2NktIqrUqoFiNsf\r\nQrYpTW75COIE8d8h2vxu1TCfI3+BU8dnS1FrPmZ/H70DlUn7c+TIrbiaEZEY\r\nktHWW/vK4XOsD36qyIrEHUmiTqXGN0SsS6EQEaUfnM41IVFar2b5ojtoAah1\r\n6B+akgr2G0wkXZkH0OUb3e6NA/9XvJTIz5NcwZEFl/rYefoG8spEt26hBVq7\r\naFDjCYWTXdmj+ML1Pyu13LIVkxDAaqdUZAMgHXx3GPvQsa7VuN8eMe8IF8Aq\r\nBRT0t6QWIM37Fnskk8WL5T6oBV956LLlQLs=\r\n=CoyS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","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,.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 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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"6.14.17","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.19.3","dependencies":{"acorn":"^8.7.0","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.17","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.10","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.1.13","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.18_1654554497217_0.13659347761354645","host":"s3://npm-registry-packages"}},"3.1.19":{"name":"@hint/parser-javascript","version":"3.1.19","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.19","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":"ae95d3b4db54d572c746cfa05c05b2b835040144","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.19.tgz","fileCount":12,"integrity":"sha512-niJsyBek5Ybe8hRyfz0p/3ahf5li36Se/41nnzT2JxMTdxOj3qVgONndLDGsJ7ey2qX00wm+muo1hy+OSiXJrg==","signatures":[{"sig":"MEQCID/elKH4ut6Wm3qcapmAlAB9pMqvutaS2bmK3JeM/t0cAiBEFE0TmL7+tWBTHOWU/VA2w8zFav1IItbjk2S3dwajog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFR3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqckg/8CDhByMfVWllvVM9sz2+1zpHib5uyfk0VBMeo+cwvdIgNf8Wu\r\nEzbh6kwyrMVu1eVA9t7556wyUrsGdG3D2/fmyph9rW2UdCaQ3EsuGCqAlaVQ\r\ncFW7zQ71kvKPHHLUndKdKK8gRd+gKluqg0S9U8ANAqej2EWS7+FxjBQ70tZ4\r\nqGL+oxqxgV86jtbbBdbVOTf0/hzgPWp6wMunt+wqKDL4+MWj3jR1+WGCAfPf\r\nhQAhiJYmxfAI91euF4X4fcAVaA39amjq+Wp6+OFxb4pZ06W1VnU09iF1GHGR\r\nXDP3ceN/Q8jEaFR5yT0vB0MUFNjKLpUwHzbo++QWhJHCPms2BfkrZSoCaODA\r\nYp+mkN1ZGdqfPQYh6uaxhjQCOEF5kqPsMOI6rwi+dFAMzo7lOqhv5guj+cB7\r\nYxUinSbd+Fx3P3v6BjMQ9ENsliNsGg/6fx6ICDFTaHi/V3OvY7cQ9Ob1vR5X\r\nzlhe9hWl1keBgoUePot2kjtd7/+LUeIEeIteCYXBfKbWHdny9pIySHoQ0pbi\r\n6Nz4LlERhhf4K3OfvaHjcbKs50YMWZYkHfvUYqlSrBhTOMMRB6RaVwQRJUSL\r\nTmGwoPzA7nSlaBEyliuPtzotNKFF/zJZgX98430GUUkmIiM7ueXmxRmwH1h7\r\nXPeTTtIbamjpfEfLIX8rysvnw4PhQ/5uCMI=\r\n=ftrp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","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,.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 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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"8.12.1","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.19.3","dependencies":{"acorn":"^8.7.0","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.18","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.10","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.2.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.19_1657295991605_0.49856459338162473","host":"s3://npm-registry-packages"}},"3.1.20":{"name":"@hint/parser-javascript","version":"3.1.20","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.20","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":"58ae100393096daee25fc73db712cc0251a08e29","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.20.tgz","fileCount":12,"integrity":"sha512-q+IlxOT9zSZuF9zjITAktgOtGm04Guz5tZFCT/wbMNSPeXkEF9A9efNbZwF9m+lsRHh/QnSX0FyuX+WLY0oPgw==","signatures":[{"sig":"MEQCIDUHoAVbheEmS9p/4DJc++De+N1V+2GtkMdpEaETJCb9AiBYIIZLQYLbIUcG6fnxYRDMq4BZ38uTnKsg46FJerP4QA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2ywIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofSg//S5z5m8po/C/37KtHbCeIINzHfSubv2AkOXYor9o89A3pl5YZ\r\nQSilnjiw3wk3B98WEPw8GMB8QEzzzszngVviOQxu5tK/ehgZudFFMWcftmaX\r\neG+1sK3k3y8wrKGrqEQOwnmpNdT5+ftxDIPgnNNx2fW3A+qUvHqqh3xYbq3f\r\nqzivCeDADVjJzLkabj780LPxyqVAeX+91DWuvDD1wpMQ0D09/ubGfLvqWOFZ\r\nrM41Q372lbFWO2CSRMoOziWxlSIuTMsueLiKCnO2UDPcKLH9jaHjDm+HmVKo\r\noBlEP4ZlFuqqj2qs03zHwPcxYEK46+NWNRvA8vsNGYrQOT95mYV4P886uhcM\r\nXnqrLewmw3aXppGKb+N9g36ELJdo7trzQuZ2uuh5BOTs86eRJxvXzY8Gxhhg\r\nZI4BlT/WKv0jOfzsyv53Y6JVq0AsgxdflBRl5VxKi8d0VbOl/rbX0UIoAIV7\r\nIn5QWQnLS5mBGQD3uekTwz/nz1D9MVlP6evKTLt78OVlb1Z53+0PR1zB/ebr\r\nX+Bt5tutoXzxWjyce8Dw6ZR1A/bm8jiz/lTGVKO/+TjnXLn+0vVUUN4LD8FG\r\nAyquYdtftYBV80Z+bTt/kDvd1OzCt5XjlGwdmm4f5BE2M81cI0ULhPxR2cVO\r\n2JiTBX7oRlrHjjZONL1/gIKPCzhVGFNYlGg=\r\n=8Wr5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","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,.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 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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"acorn":"^8.7.1","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.19","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.10","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.2.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.20_1658530824259_0.24111872208554708","host":"s3://npm-registry-packages"}},"3.1.21":{"name":"@hint/parser-javascript","version":"3.1.21","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.21","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":"88a8dca16b8699da3208808ad2ccfb32e6e6681d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.21.tgz","fileCount":12,"integrity":"sha512-wk2E63igZONsTwWb2DZroV+fzy41FYcfT+tP1aN3v3iH1EPJQwGNGOAi9Ctq/k3NyH13FKvgAT6vXhE95YV60g==","signatures":[{"sig":"MEUCIBHG2IkOq/OjvkF/Y0xvyjbbF9FaGllqOajYnI5gTUHtAiEAwsjFMRIRrVCWiJPtC+IF4IB5zquWSUAp2iAdOmR3qs8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3hCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmru5Q/9FWqtOeAM9/SCArRBLNgWmRzwSwuM8jROs8kSJzuacXdmeliE\r\nulx0GyFm1rl4GWXuX/5LD6icMMOLaq4hFyHx/ZLKrF90fhEQqSYZ/vtqvSUC\r\nTT/QyrVzKc0uwSqshEZ3HSkjl6rvBRDUmI8qmdVIc+arl1sppbSSekDXqTnB\r\nZTH4Y1g0IUVtpNj5mW6Y1YpSQQjvhKXyI9WbEi5IF8eQaoV6fhi5rpslsySR\r\n2w9C22DHNJSk/GHAsK6S9Z79m1O4cS+reDBEJgOlXWmMjKonE945Gog5zi3S\r\n4Vz5ZQ07akvXU/k76WGtELJP229VjvGuxNZwe3S/i8tsvkOoC1ekllXHx2Ta\r\n7Zmim16aWVqM9WKwNPwz4owyhopnK0RGTJJWh6oTOA9G19Ii6o9OaOFneQaf\r\nbdwNIUJuKODK4D4C4+pQ/AErOMIk5XGbhZEgFHASTKr3nfJWtNvBmm5mErz3\r\n2dzCFbIoBmEjeZW8KiQM9O84kMt2YVO2lZpvmNWCNlUpI8xU/EyJcC6eV1rT\r\nnOg4hDFljj6FXqi4bn8NuT1gU3Z/PFQ9gfjedbMuqZMbZdyiIhfwtttlpaf+\r\nnWX1u3j634C4IrqfHPDhqH5M/7U/vv64ZCTWcOjD9wecrgqrpTKWUBG+GDKS\r\nADYF8PKIBy2iVchjNP0RcZZx6/ZLXRefQ1Y=\r\n=PTYZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","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,.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 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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"acorn":"^8.7.1","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.20","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.10","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.2.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.21_1662482498655_0.48905379068181243","host":"s3://npm-registry-packages"}},"3.1.22":{"name":"@hint/parser-javascript","version":"3.1.22","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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"}],"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":"3cfbf6eef407248493f4fc344666173231a0cbec","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.22.tgz","fileCount":12,"integrity":"sha512-Duwkip+F1IvDo7N/BnPCRMG0tJoMdqEZX21xqaN8E59V6U5zfpz6BF1OkqFLSLTxvIcChDmEL60/7jbUjjAF6g==","signatures":[{"sig":"MEYCIQDi6KCoqYbQLa3G7Lv2qVP42IJuBnnqnRjZ2+P+h7yCoAIhALcTvuVrQuiHlJiAeymKE2+jVDkeyCX9Unbjd5P6leey","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPzA3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbTw/9G5591SDjlPgStLGLR/mJjxPR+BU3gJrtT0rmKdCzZzHUbgbr\r\n0N7Uri/qlL+ukM0Zt2G4KHdM+RBcqQdvybE5LXTtNNYdoELrO1kimowOgPFh\r\n0GUVt1N22FY7VGaFmc9I2JGj0Z0Nro7xlhtfzjGREPNa8gstMesfULkeA+l6\r\n1YWxYkNqnU02pPJGnO1WplYceMKLBLkFytFnQjlFMY6YMUc5zTHUwxNSENST\r\naK1IAV3jrWY9wcyf0Kphd/OZVuROMrML3CB+Lol2dCsxEJCwzsYUBkLHDMBj\r\n4LZ1FSSoaL8IBH7TC4U6VTC2ar1wp4U80J0PlbsZnGObnuestzuHsVV2xZby\r\n1TX+Ly86xhGsvTcHcpdSCNOyVCpwxgRfaWIL8Q0xsmlZow5liLF6i4+eVbh3\r\nQOlbD+936gFSaIXfRQn22DUA+fA8COu5Su7QBv7SJLSsDxr3ZQUvgaKv3TBB\r\nNQtzZOCMVclBfwHOSlCVOr+8X8DI5VY59hdpNt5rXfCFMk5qquvamiMvbOQu\r\nxUxQ04ZQhNmUPKQ1Wv+rsRVcdfRFZK35Ez4l0Pzs8eZ386TIeQAZnCYnOatc\r\nVx7SQK/hpBXKT8hkDvieRu4N34F9HsUIy39yJqFSPGVxlO4zgTG1U7du6WyO\r\nSld08OslTR9gximFDlGQrRJxDnxPMgeq5Ck=\r\n=AxPE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","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,.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 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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"acorn":"^8.7.1","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.21","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.10","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.2.2","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.22_1665085494654_0.8377225944656683","host":"s3://npm-registry-packages"}},"3.1.23":{"name":"@hint/parser-javascript","version":"3.1.23","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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"}],"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":"ff737deef47c4f58ed1fd2beaae1ce69e3b78cb9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.23.tgz","fileCount":12,"integrity":"sha512-LmKIfNQzquRRP8l5gOyKi/2D9qI+6qlnHqLO5uk/AHfQpGDxKs19qkdP8TINs/W/O0Wd6se9lViGvDdTK4iivA==","signatures":[{"sig":"MEUCIFFVhi0mx7S0rgaBVrGlNTMsdMrMZTm1ajQQe7XY1oN9AiEA9KViuwJ2Kc1STz8nP1MolghTW1ApbRuAZbyR82ICRxM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE51XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqy3g/+Pw0kEjxveekmvFk1BBvwmpT6mBNjrywl08eNQHsMyuwb74Jb\r\nZ9k6TE1eTWTZO1FeZyVQlqjpIcUL0SBF5Bx+wfpY13AwGEPLBd9AfoP9rFfq\r\nManWPNhlGMQt4h3xopN+YzK0wvOJFjFQPKc/Wh1JPTVvfljLUMF4wiUrqM54\r\n8HsCwNqw+xNi+oIpQ4fIJZxii2T6vw6RoigCOeyurHKU/8UTQzikhT9aAEhA\r\nJOcAN6oRLNFlkdbWJfckPMqJaEQx+8zhhabIBe5rdMIEGdT2tSV6/SDwKuA7\r\nq6M3ODwA25O9YtHlfCJp/BnqKVzIuDpmHrwiNMgpwpPTNFbyJxz9aRKyOok9\r\nmxICOhzTibgij7Iy+BWSsQoq1TXbh8zOrWnFDVPiIR+4c6w6MFMHM/7bY6gP\r\neuldRMZGoHd37WoamQMOUe6HRT+AULT6Ztn/9cAfpiRqdsigVQIugsvHb7V8\r\neWD2ea0EeRbOa1t7JYASbj7/MGftbCJZoaPBL8W+fROovQ2czCo8/DJztcIm\r\nYkZtvkDB5FVBRk3ByLazff0mj3+pbP2tjSgOPaQkTAvc8j0qwueVUpj/czy7\r\n1UN3ALq/pJK97Pf1AJNaqIn/C2J0D1DroTTf+tEERg57pi/TrruXCtUQs/z3\r\ntcIpaDSULHUsJpuvIf0ygOsgXmROkpzWcno=\r\n=dmJw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","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,.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 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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"acorn":"^8.8.2","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.22","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.10","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@hint/utils-dom":"^2.2.3","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.23_1679007063041_0.23859131079497153","host":"s3://npm-registry-packages"}},"3.1.24":{"name":"@hint/parser-javascript","version":"3.1.24","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-javascript@3.1.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":"2395b7da2f569161cf2131129040ee3ff66ccc60","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.24.tgz","fileCount":12,"integrity":"sha512-Y5uRf4q71CMSaEBoYdAC0ZcRRiKiEcH8ZQ6t6Ivvfpq9wFIwHHNMnW+w3HBNGltISb/OBEbf3YPOj2uANkHgQA==","signatures":[{"sig":"MEUCIQD6g5ldmM8TBXDpwD48q6KAB1/kFNPtRLhNEK1mg1YuswIgM7ZkrkjeJW1GrNcqK6sj84Bstev9B+Si6A/T6ByivCQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27079},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","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,.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 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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-javascript"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze JavaScript files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"acorn":"^8.8.2","acorn-jsx":"^5.3.2","acorn-walk":"^8.2.0","@hint/utils":"^7.0.23","acorn-jsx-walk":"^2.0.0","@hint/utils-debug":"^1.0.11","@types/estree-jsx":"^0.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^5.0.0","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@types/acorn":"^4.0.6","@types/sinon":"^10.0.11","eventemitter2":"^6.4.9","@hint/utils-dom":"^2.2.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-javascript_3.1.24_1686328234757_0.7082788330145788","host":"s3://npm-registry-packages"}},"3.1.25":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.24","@hint/utils-debug":"^1.0.11","@types/estree-jsx":"^0.0.1","acorn":"^8.8.2","acorn-jsx":"^5.3.2","acorn-jsx-walk":"^2.0.0","acorn-walk":"^8.2.0"},"description":"webhint parser needed to analyze JavaScript files","devDependencies":{"@hint/utils-dom":"^2.2.4","@types/acorn":"^4.0.6","@types/node":"^20.1.1","@types/proxyquire":"^1.3.28","@types/sinon":"^10.0.11","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","eventemitter2":"^6.4.9","npm-run-all":"^4.1.5","nyc":"^15.1.0","proxyquire":"^2.1.3","rimraf":"^5.0.0","sinon":"^13.0.1","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["javascript","webhint","webhint-parser"],"license":"Apache-2.0","main":"dist/src/parser.js","name":"@hint/parser-javascript","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/parser-javascript","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","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 lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.1.25","_id":"@hint/parser-javascript@3.1.25","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/parser.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-XKH0urYBPD3PiHBipDtSpGt8qNvgFuPKaXl/YqQK5fehykr/KmFblCs3JpHxa7fG86QIS544OEm5dTm6uspH5A==","shasum":"93200a0de9a5a078a6cb34372e4221f308001563","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-javascript/-/parser-javascript-3.1.25.tgz","fileCount":12,"unpackedSize":27079,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjU4aNUCcHLS9jjFTCwObWgRQyuQ0mr6BLtOSBeKQACQIgUHV7WdZIWjj+MNTHVSnm5CRV5VR53CoVudwejK4UyAE="}]},"_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/parser-javascript_3.1.25_1724949431736_0.5014024338919474"},"_hasShrinkwrap":false}},"name":"@hint/parser-javascript","time":{"created":"2018-07-16T23:11:26.404Z","modified":"2024-08-29T16:37:12.212Z","1.0.0-beta.0":"2018-07-16T23:11:26.525Z","1.0.0":"2018-08-06T20:55:51.531Z","1.0.1":"2018-09-06T19:44:44.721Z","1.0.2":"2018-10-31T22:21:24.218Z","2.0.0":"2018-11-05T23:29:44.488Z","2.0.1":"2018-11-28T05:18:01.361Z","2.0.2":"2018-11-28T05:52:38.067Z","2.0.3":"2019-01-01T05:15:30.948Z","2.1.0":"2019-03-07T22:35:45.627Z","3.0.0":"2019-05-15T03:01:24.391Z","3.0.1":"2019-05-15T04:36:35.430Z","3.0.2":"2019-05-23T15:51:47.606Z","3.0.3":"2019-07-23T16:34:31.230Z","3.0.4":"2019-07-24T21:21:14.587Z","3.0.5":"2019-07-30T19:32:28.971Z","3.0.6":"2019-08-06T20:43:50.854Z","3.0.7":"2019-08-16T02:41:22.302Z","3.0.8":"2019-08-29T15:56:10.418Z","3.0.9":"2019-09-11T22:33:15.772Z","3.0.10":"2019-09-19T18:34:17.938Z","3.0.11":"2019-09-24T19:32:55.546Z","3.0.12":"2019-09-26T21:21:18.141Z","3.0.13":"2019-10-16T19:46:42.827Z","3.1.0":"2019-10-29T22:31:47.390Z","3.1.1":"2019-12-03T01:03:55.580Z","3.1.2":"2019-12-05T00:50:47.812Z","3.1.3":"2020-03-18T21:57:54.723Z","3.1.4":"2020-04-15T19:20:55.253Z","3.1.5":"2020-05-18T22:18:14.639Z","3.1.6":"2020-07-27T20:39:31.340Z","3.1.7":"2020-08-24T21:57:55.808Z","3.1.8":"2020-11-11T20:44:21.585Z","3.1.9":"2021-02-04T19:32:39.523Z","3.1.10":"2021-02-06T00:44:22.432Z","3.1.11":"2021-06-09T19:12:39.947Z","3.1.12":"2021-10-21T16:20:31.349Z","3.1.13":"2021-11-04T18:30:28.098Z","3.1.14":"2021-11-15T20:11:07.669Z","3.1.15":"2022-03-10T18:50:44.928Z","3.1.16":"2022-04-26T22:11:56.323Z","3.1.17":"2022-05-04T01:44:33.359Z","3.1.18":"2022-06-06T22:28:17.353Z","3.1.19":"2022-07-08T15:59:51.769Z","3.1.20":"2022-07-22T23:00:24.441Z","3.1.21":"2022-09-06T16:41:38.810Z","3.1.22":"2022-10-06T19:44:55.048Z","3.1.23":"2023-03-16T22:51:03.237Z","3.1.24":"2023-06-09T16:30:34.924Z","3.1.25":"2024-08-29T16:37:11.897Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}