{"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":["jsx","react","webhint","webhint-parser"],"dist-tags":{"latest":"1.1.6"},"description":"webhint parser needed to analyze HTML elements in JSX","readme":"# JSX (`@hint/parser-jsx`)\n\nThe `jsx` parser allows hints to analyze HTML elements from `JSX` files.\nIt operates on ASTs received via `parse::end::javascript` events and\nemits the same events as `@hint/parser-html`. This ensures existing hints\ntargeting `HTML` files will work without modification.\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\", \"jsx\"],\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 event `parse::end::html` of type `HTMLParse`\nwhich has the following information:\n\n* `document`: an `HTMLDocument` object containing the\n  parsed document.\n* `html`: a string containing the generated HTML source code.\n* `resource`: the parsed resource.\n\nAnd the event `parse::start::html` of type `Event` which has the\nfollowing information:\n\n* `resource`: the resource that is going to be parsed\n\n<!-- Link labels: -->\n\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/parser-jsx","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":{"name":"@hint/parser-jsx","version":"1.0.0","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.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","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ffc52ae3b1068e48e5a38f2d9e06290641ec5720","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.0.tgz","fileCount":7,"integrity":"sha512-0LQ9PnSYNuFYw0jQDTEgLOAxd/WauzNUL1fWyj/TSz0sXHeDZG3kAdbDRpUGYo25yhfnzEXx1dsdpJz0qJSE8A==","signatures":[{"sig":"MEQCIBxoMjTfuD8JyEte9dpHZW+uw8HD3mmBPmJ2o3Ix5Ud+AiAmqrTKTes81en192m6TptHQHLAiQ9al7dRdaZCeeIy3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduL3YCRA9TVsSAnZWagAAWcIP/08uVFDm7T3N/Kp7RCYn\nhLBvgSp+lfdbAkQ49pHpRVz3wK/CIQ9etapbvin/XPypF+hEC/tp8M2TYpjm\nO8sZKIUtTeZnmUBFCp8DIxcGIakBlmIqBL1RXDweLFigYFoPsOGLH5DkVIRv\nYK+iDgFdR2fQ528REYbjWlHMtr3H4wmfnMYOACQ7PjvxUpAlriRR4zHNjorq\ndi+qIbPD3R0QOlHo9a/ezrEPeRg2K0oZWLLxH5Q90xlMGOi1QJwol3sAfs84\nZL8weWe2C409B6ATanK+srJ2UMcM62LVX5v9mp4udbma3D20dHWImu6CO6Nw\nI77XENoj/RMrOGHlOEb0FO+TzwmmB3smt/5eJ6iZkDHmRELMLokNniD8mdK1\nMwkAQBQh+l7Z32jdcBlqM+0RVO9E6pUW/EWyO14cgdJf3L9vb3h8jWUsLekS\npmMqpmXEgXeVl48BL/P34RW0VZrVFhsWlG/bUpnQb8xGYnefemJo6Us+P9WH\ny2RMyjcpnWCiuk3j4pgj1ftVJcNxQauaAZvatnUlUiPRqd7DPTCt30pa9aL8\nB/jHPgQoVT14pSqOslGLnvw1eRWWI8rwk0cXvhzpQvUWSNMMbRe/dizDD0z+\ncGQEjecNYJNEHIJm2HEtqyAgKex09hwsAwH9iOd+vfvHaFyuhIXAm4zjL/b2\nNbqn\r\n=oloz\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-jsx"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.16.0","dependencies":{"parse5":"^5.1.0","@hint/utils":"^6.1.0","parse5-htmlparser2-tree-adapter":"^5.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.11","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-javascript":"^3.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.0_1572388311627_0.9471278222581718","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/parser-jsx","version":"1.0.1","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.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","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ed49bc89164778c8f2a1883e932ef7740c7b894e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.1.tgz","fileCount":7,"integrity":"sha512-rH+DVNwk6kX2yvyW+HVKV7W4u8eozXd5jKNscezIF8fvfoFllpfcdTaq78nAi0c4ZhWwNXv5iupm4TYxwfunJA==","signatures":[{"sig":"MEYCIQDQBdwB0ha9kx2kuNKE86/rc86NgdZ2AQaaq69615IAQwIhAPGszihveZYPY6Cd9zzVOVUmONtoFKD5GYvR2FApBEDZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJducl+CRA9TVsSAnZWagAAE7cP/0lw7x3EdxJGCCES+Sna\n+sEOX7Uc8XgNE5cYOJeWf638NSAwNcBXfxt+77tfubteyKMdF7i9NVs9VrF8\n9xiDfZn0hyF0gNK07byy2hfVesm4gu0eFQanTm4BZPb/RLBB8CsRu+fCoexT\njfaXCGlQ2f8hlzdnarDw77zJwlz3ApKyMCqTNGYOZCG6pFD+gxZFc7r1yprH\ngRKvcvIpheklMzVfJg3uCUEPVGGtRoFYSxNunLyEHwu9bbmfh+cQ/sbEAh8y\nPgJVMZEu5L5Wnqw+QjA+ssqKynMti6hdyon4PzFqiv61khLYs3tD5YqHek+z\nwU1q+aVzkdPk1DK4P4/5MXpA8oIbbi20ms/asya4jIQq04OirRnUTrOFNgZF\nL4+Tt+2bQFDDIxV8c7cEPUMt3F4IKf4zEUFZcNhqKFXwAPNh0nnXIv2H1O60\nDXV60//hCQ4WvjiPt3mmpAQ9BNxxlgJ2hm18YMqcEvNMgrXL2o/kMvcko/QL\nmBgJrxSm/Iyu/s/o822O1wdK9bpZePPigyu6ZG5ygxRJGE7WE9lGKHF16q0t\n6OgmPiRdPoYfH0z1D53ALAOjLLh/oxg7AN077Dqkt/fe8lV/ukSY9INtliUk\nlhKwPeq8ctXrHAZ5xtsP77TwIPRc33RDFSL1jhEWWpuvdrAIduA1igOozE9e\nT0ix\r\n=dGNm\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-jsx"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.16.0","dependencies":{"parse5":"^5.1.0","@hint/utils":"^6.1.0","parse5-htmlparser2-tree-adapter":"^5.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.11","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-javascript":"^3.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.1_1572456830547_0.624323660249871","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/parser-jsx","version":"1.0.2","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.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","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4238aa44d5ea589c7f84cd071436014203953817","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.2.tgz","fileCount":7,"integrity":"sha512-2Q3pjr1Dd30ostyEtVqu+cNKkvYqsGxXEPTuECTxJHyNDIvvwyFq4wQRF/9KqKCbUDI8qcnK3VWQHRzSJzAkSA==","signatures":[{"sig":"MEQCIE+pDGwKjxpVXkVuUTJq0B0C2o7+VRZon2dU8NOF7w7eAiBt34U7Ol1ssGs1MIrk+DIQWvuQbBYhoJm+E5+id1pECA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bR/CRA9TVsSAnZWagAAJ+AP/RGE1uWQWJ4Vd12rYZ9+\nCoRGKLuL7Qzt+nz4KXAYTUNPldU+nx2C3tWduNCm7B1zI8dtGRSlRBeNSMQb\nUoE+Zz1FRxNsOU/PMMEicABDSSp1CYEt9Kqnueztu6qdyqTVjMT8GZr03DuZ\n0CcLGrI5bJ9aU7T8uYJYcTMi3PnTGM6MZh4aFS0C5Ji3w48GgtbjG4mX8CGH\n6QobvMR0/dlQ4cgA4MTI0PR8PiAnHMVCN/0r9SvMiysjDwnwVEEh4W3nL512\naXYwyUcud2WApvibzWs8hFqyHmHdhHqyalMgO+aBndZnruhPWTuPCLQoRjVw\npuwXKuwmvK7/VMcfUa7E5rE8UDLmNVLesffBsCLUW2vduFCNKPqzUnSIFs85\n+ni/fG5CpzbmspuSMuVvaVJ1oTQVDTaInQyW8LFRHSju5GrnafsZ+x1K1ClX\niidC9SWTDa+dreg0O4RypdCWc8KrSSmiPJZP2vz0nvepGleFykb5kkLk/qZM\nrrl327qw/16WP7MJm+yeiTGMlbQ2RV7V+NcTVk685SML2XV7q9pnfiIlYWoy\n49S7LWztexTlmdE0CHp3FoTbydEHg3wmGk4ZNwdIKZUOKKCldLrNmNSdjPvD\n/9BIkQ5uq/39SX3adXWn2FMWLFb2UWV6bV3Ov+dzriEAwU+vssYtxylMPomW\n7U2a\r\n=4o6W\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-jsx"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.16.0","dependencies":{"parse5":"^5.1.1","@hint/utils-dom":"^1.0.0","@hint/utils-debug":"^1.0.0","parse5-htmlparser2-tree-adapter":"^5.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.12","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@hint/parser-javascript":"^3.1.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.2_1575335038915_0.9897576384659472","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@hint/parser-jsx","version":"1.0.3","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.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","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1e2f9e678d546e451232e91422c4352aafc36cb5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.3.tgz","fileCount":7,"integrity":"sha512-wlPr89o5aREQ+Pw5MZ3crj7I8w+3cx3H8GgnWi4Pq1QwylFEO1rCA/Yd7wQcN/GkYvufjyecO5wv80UrbpqG0Q==","signatures":[{"sig":"MEUCIQD2f3FDGKnugUWVsTh3Oz/oBiiZulQ0saG90jE1lna37wIgYWa2M19XWUveqWXQLN86ALPeBNFHHf4EGIunMbqGA5k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6FRwCRA9TVsSAnZWagAAXQEP/iWulV3Y3jPxoYUyfm/7\npcHuVFIbpN6gA4aI8bC6q+D2YXA63BbdDBukSJ2DCTt5dd7ooRSfxxez3eee\nk8IWZjLEw4kuCB7oPGShqpxRCIK8e1lmLxoMRlNcv4FBi/UNm7Ccc6Lqmlq2\nv1sTLK6gcHmSEVJ7S60+fkE9qvPN3OMfx6rdHmXLrb72j+Nwo8j19sM4HL3y\nKa/Z3OhZMND+KPxW7yQHK/juSL8TyVS88HcZpfz5WP5cnGs3U3ZIn1liCWfl\nRP+BgSnnPnshKTZ3TsWaIKfhPre8ay3HhX7LyWCsXqz23uwbuSwFtu/siYwk\n6W+3MMifcmVo5U50dzne9jFtMWde0sJ4gwk4Z4qIjJbFMdm8O/Tf9HIyW4Ao\naEKY54ZN29YM1GMTV/69onUqsQ0K9r/AAXTV1JXZm+aB7HPXEnE4FduzyWX4\nhk4Dd1iyiFCF50sefNPVnkGnrljqKZ62sYz23QeW7yLh64nsox9wZaDrDjnT\n3U7WhDz8h68bCAB1iLI4vXlNQn3cYPxhhfzVyY0MZ8nRRXMwJc+v7eKkb/sU\nPm4gD6hAvfxDg0HEvMnWFKbdBkNjULpQqS+poOpJmCLToGl5vQFPYQm0Gc5S\nfOrWAJUimki6Z1KRvf0522hX08jQSEWRVisfxoNbfX2bHIWM5yUoZf5kd+s1\naXuh\r\n=ASKJ\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-jsx"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.16.0","dependencies":{"parse5":"^5.1.1","@hint/utils-dom":"^1.0.0","@hint/utils-debug":"^1.0.0","parse5-htmlparser2-tree-adapter":"^5.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.12","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@hint/parser-javascript":"^3.1.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.3_1575507055624_0.4517604222410272","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@hint/parser-jsx","version":"1.0.4","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.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","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b6a0160982e176361f22d4d5a64c9c5f8d4443d0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.4.tgz","fileCount":7,"integrity":"sha512-gIAhlpJsfXe08o8pA6YkY7/rezMb1DnVYDlZqCwffX1zHwHMEzgNC6lL6/w888mAb+f0hdVkO5HCoaV/iJF8bQ==","signatures":[{"sig":"MEUCIFtG6tPPeDsQDYe6D5vj3h2erkGPwxfUZd9p3cd9tgM7AiEAzodA3QwhvkHZh8h8SpBrYWbd8Fc5/jwGIXMZiBxtS2o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecplwCRA9TVsSAnZWagAAFjIP/A7E6QRrO+vvLJwd4xkM\n9g/8dQhvd3NOdUhn0KebIrf9bfMuH+gv+R2VI4b9S0KtgKbda/LJThM366fu\n3XUdqMCgqWp1kmGaOmD+KeJupT/mDCghS1f1qIlX1jN85Kumv+iQl8iyMA+3\n9XvWJ1M0Yn/FME7q4hM6uNYSZbgfjis0X1pS1JaPWCcXFeXWXarpK3YQXSAy\nkRuka7dvYz+8Fhi/RXLGJYmmzruc8iqaSE9njKU6Hi98Zz7n0D2yLYGqWjqx\nNv6Up/McksM4nT4huMv+NBtB8Gx8/w0tAtcc4UZBae0t7mDbH3FexIaRlmgp\n3BOinLuGLTDt4/XH/3ENXu42CqsKHTVLoZr37EGyyFxHGtPOWtOB+VsHO9Ta\nYoxfJ3p43VyqZOwh1a/6BaWoL5LrMnjYPbGwyblAWJxJgpe+Rc+/7C7wwKHg\np4MXxCDQ0XbeGuh6GeOPyOVaGJ0uPFKfWFbry5zQYCZ+4FaJqnsFrVjhuOqJ\n44R4+4whFbR51B8cfKgWo1n/XPCURGmRxPGLugej6jILDAqIvh2wk4/BYSMr\nnVJznVYlORYKJfHnHPD2/88ZdZRenCWzXuTDdJoqIRl5GN6Qekmyfx7OTRdx\n6V+WUcXB8TvQwygzfXNQDDC6uTVNBMoH82VWcGcyL4kLoDsbLhGVOeq7cERi\ntOfm\r\n=PsIW\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,.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-jsx"},"_npmVersion":"6.13.4","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"12.16.1","dependencies":{"parse5":"^5.1.1","@hint/utils-dom":"^2.0.0","@hint/utils-debug":"^1.0.1","parse5-htmlparser2-tree-adapter":"^5.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","eventemitter2":"^6.0.0","@hint/parser-html":"^3.0.13","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-javascript":"^3.1.3","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.4_1584568679737_0.3803898803722052","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@hint/parser-jsx","version":"1.0.5","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.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","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"f77309b935b6f3e595db5aed00f634f12f634521","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.5.tgz","fileCount":7,"integrity":"sha512-vJqBZn7QSXoXCgNFkEoRleWM6lzcLBkQCc8iKhVh2NazBLrmyono6xnxFr4qCjvFbaR99ct2fj0qxVx0O5n1YA==","signatures":[{"sig":"MEUCIC8PhuJPbVgBsemnq6AtoqUphTyfTn5fRbTEhmVGhFlEAiEA3NlN2E2m5ZUhtTrFDCoOKlF7ZfvKIiid4i3lNDjuizU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel16bCRA9TVsSAnZWagAAygQP/3OwfrxoR9fRN8EndHL4\nKEqqQiRvlGSR2IbX6Nw7eB/6DElRvyNqKI1p6StPQdEQcSPVZgTsSJHRVLBJ\nT26AZTjewOMW+ATu/IvmTeqLGbmgJEmq8qxcNtiIwAUE1u2PotG68Xp4anOe\nb+R98rSNu6HDNw/Y0hr6PoyFGRqNSIvDnEyv1L2yhYZTPt/z4MxKg9FcDcMU\nReqGt2EEdqa21zYVc3H4L3XuoRy3YNeECztq5ExZz4R3kFg1CSgB6qyjFXsq\nHk0pQiSF4jc858HyZtgQomi4MVqzPnHQ2z2FTJ4mYIgq/vMIo9eM41KkonXo\nnIm2eTIXg8GF5kmXZ5nAGbLTEnbuSI37p+cBZxfSEIHhbe/4H2/P/oAxYH62\nsxn/QTcrB0WGVd7cA74yzBmHe/3VNmAJULQ7oTe9A0dw0zLQPRt5IUywyNrs\nYxvYZqACi61TQBu1/3vfeUQ5z2Ye5GtX3+ViPgGggA4Wscap4AocDIRDVQgq\nJZsYH2hA+AY+a49JkZwhfx/yA0UnL1wJqFrNOck5qSbASedKLeNb4oThFd5N\nhssU2QtXQkO5dHNMEvat7P107cVUy+vFDUPUw/LgXKvxiYbvDToNm4Dqxv6h\n7xxbkv74tFJDz9ot44Q7ppKT/U3wRJvVpNI6cvykaomlLlPpUV3d0WmUZner\n/9aO\r\n=0kXq\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,.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-jsx"},"_npmVersion":"6.14.4","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"12.16.2","dependencies":{"parse5":"^5.1.1","@hint/utils-dom":"^2.1.0","@hint/utils-debug":"^1.0.1","parse5-htmlparser2-tree-adapter":"^5.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","eventemitter2":"^6.0.0","@hint/parser-html":"^3.0.14","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-javascript":"^3.1.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.5_1586978458966_0.6685772459905681","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"@hint/parser-jsx","version":"1.0.6","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.6","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":"fb157eec4c48bcddbf13e5ac8d5ebd640da7ec10","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.6.tgz","fileCount":7,"integrity":"sha512-fcRBzrHrb/vHg/pAZ87B1cY4P5lQu7okPykkiKekvCZzvQNMoKLcKwO1eR4b7lv2qDdC+I0/DSYXZDI9J7NC3w==","signatures":[{"sig":"MEUCIQCzTloZb40HwonE4Nv1Y8emgP9Pw0ZZganXjPPoB/VHmAIgZATs9YeLuhByWeqtFs7NKATjH7a7BTicfk1KGH9Yz98=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29531,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwmsCRA9TVsSAnZWagAAAKEP/iELUX0V3ACHtIQbaIeP\nnOcA+Hnz87IfVTyYAjJqkPAKNqiFPolcTUaKCRIZWVd/rekewcuJVkFP2+Gf\n4CNlmYv1Kd9Hk0naHZ3OaCZbRx1p0H/ybzfEeQVcZC5VkqhFfXF/tCtaJB9M\nvwExyAugAyPHfjc7jFdt1qR5erw9tFc5EvKp4vGsxwUyVmamBXEQhqCm+f1N\nm+EmtfroB2qIlWxlKDqw4b7WYG2pq+RVbWM7kFgFgB5DkvaTkBZZiukE61pF\ntEkPOuy+gDGus0BrWBrCXgep1uNcFYUkrnLZ35CbHiBURtRjZRYXOM7rq27B\nQVSUBljn1CG6uzrrWIzML9QcwH92qVFLlW3BG8kpNelJPKUYnWoG8ESREVJV\n/18UqzGrATZsgxVIRaA5sH65JaKbhFwY+xxYfLJWbCBIfBsteynrWm7LEa6Y\n4ApcQqXYNNNlWrK+bz0cnvxmEP30MKyO7dllI+RUMvkoZXzdRIgD8yshV0kP\nmvwnpsEyKd6Oahmd41b0gljGiZolaiNo//bosf2BktViw+3mvg3KNKScKq2X\nrc9uXd892W6tU7mqwgQwblESQ8L1hlMsDwDgK5ZmERw3gIFewNodKzUWNe09\n4XG+KIThTWTn39jJDj9uwn4WVHQ5pDjSMHmkoIDgDNzFYH1W0HzFTc+OBirW\naVgJ\r\n=DqfW\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,.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-jsx"},"_npmVersion":"6.14.4","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.19.0","dependencies":{"parse5":"^6.0.0","@hint/utils-dom":"^2.1.1","@hint/utils-debug":"^1.0.1","parse5-htmlparser2-tree-adapter":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","eventemitter2":"^6.0.0","@hint/parser-html":"^3.0.15","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-javascript":"^3.1.5","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.6_1589840300104_0.742943852314262","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"@hint/parser-jsx","version":"1.0.7","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.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":"b32de985902454e6d6a784a3dd674fc969761170","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.7.tgz","fileCount":7,"integrity":"sha512-sjsgHx8+TcNaHkdBLuT8W0mfI+fvkXFk1lsNy14G1n2I0jVLKaAQ5+Eo1fZyXVybeTHSAAvmMN1oVKdOkhFyMA==","signatures":[{"sig":"MEUCIQDpBEgWj4D23xTlhKahOV0arVYYtvpFky0WrWgFobEGUgIgGAVS+vsNS7bLwWo/ilV9dlW7Xnf7+wRZaoDya3jld7w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31295,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzuHCRA9TVsSAnZWagAA7kMP/RKl6+6Dr6u3jzDYs4w0\nBxBLmz96nHu1ERQAq5a7WwIinvPM2eEto14RC2ac9O4H1nEdZ2dMUANidwZ9\nPcoCuWlreZF8hhEoboGN4ok5eZrQvXmkoYFDyOesH9phx1U+0zHaLASC1p8p\nANmBmQYibH5Bnyf5Gwdtt1tgvf9qQAEv0+cy+nodFKHbo0C8Y7XGxvzrP4XZ\nNhQzc/cLJ1I1DvnI4RZfoh4JmpLG0F7W7k9mUKhciYW/+kGz86hfQVUNGBhz\nrr2RcrolaY5fP1Ccm8s8LHNQTrcS5HjIv6kL/HNQtSUqIVUEiLW6x8XZcisj\nP7mBs1zcbbdUESVTdSHVBoHaQGTUXegMVQvZNp0PKDpSnrSex7hE7QEJXnCU\n5N/jNt1Lza/5TXzI3HO4EUj3L4A8XQEDcHt5PwTFQlL7Tmn7MWfMRKfWkdAU\nbKDMQWAStfgvMvVdF45KZJRx56PLJa1mNFGPKvyZEPyD0Jq4RG9ImCmJhMYB\nOKNIzfXezzcbHL6g3TQcCBj+g1FcxFMS60FtRUC6/TcHFMwIg8ntEvMHGMLT\nFHFO4beN2e5GHXmfa9i+UYRy5M23/Eut8mTNsVkTb/0qymDdKZ5+3FyclXHj\n0YyDGMtingva0M2jDt4VVtbj+2d4rI77WyBWkV2+/J4bRp4nt0AU9xTm/u3o\nr2RB\r\n=QxNW\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,.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-jsx"},"_npmVersion":"6.14.4","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.19.0","dependencies":{"parse5":"^6.0.0","@hint/utils-dom":"^2.1.2","@hint/utils-debug":"^1.0.1","parse5-htmlparser2-tree-adapter":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","eventemitter2":"^6.0.0","@hint/parser-html":"^3.0.16","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-javascript":"^3.1.6","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.7_1595882375204_0.18550546612502172","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"@hint/parser-jsx","version":"1.0.8","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.8","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":"2d35fa70b9aa7ca8b4ef01bc565386270281fd2d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.8.tgz","fileCount":7,"integrity":"sha512-YUFwCB4e2hScNmHoliYX5sN3f1KkFSZLF87YXfUNkdxM+TCIZTkk4qRIQNSHhHmQHtPnRW661+aHI3AVuxxLVg==","signatures":[{"sig":"MEUCIQD4NRsJ69eY8fZvtfKmp21obQ395iUuhhDZkzqmpGl6kwIgS77mSyxmcfBEGzqCvL97wH7nNUEo29jNOYbuNQGlqcI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDfrCRA9TVsSAnZWagAABmwP/1V9r1C3lC2vFhlG4x80\nmVSzf4AyU+DABnAnEdoeYxBfWz+qUSdBYrwzs8ptHjUZevlybIzjo28U7Xe7\nifovErOoLLKDeDVy4sW7t/UtPLBUjBMpYyHQ/K2n8a2ixiP1grOH2s46yoS8\nLDpH3ZQSiC5ejb5/D3CTNnw9mXnat+Oszuq0P8jQlDt/8lhSt/HP8noC5Iyx\nvBKwodRmkckiXf90oZkwJ7luoCVm0U0AAaCA9/uyKfde1Knk39NLEDl4v1+Z\n6LttT1B+ArirMPbG2Qx0T2zrTDVGjcIgzm4dtS7v7Kcmg6RE2Un5Gxxu2uHQ\ns692MF4gs72QrCwbROxKHPC10sQv/0hPJwqUGIcxU73O+bJ1H/WDXtoEVqE2\n0i4e+OqQI/Gl3bQW3iJW/0+iACJhx22VqMXY+/E0oaWgemhcWgIzTm8aD5HU\nRP/QYrAtTEumL2E/2Bmig1WV8A7H0EmCGhlRI71r9mUGnPaKBvAwm1OnnU0g\nNsi2lk6zTYN2n+zaMUP+GjLUmpTCAi8QBn0w2nFB4+4AUJJDrZ0ZhH8Ka0DG\nLQYECDhfxjLYwuR6Sf43C0EOW0yKkgxAyZ4liotbUpjfgLR873jK57DDKNhf\nuaFrP5T/zkFE29FoqGlbwqyHVuf+R8CIGan5C23fNqM1Amxv8znfZa3vN0nb\nc7Dl\r\n=FiFf\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,.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-jsx"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.22.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.3","@hint/utils-debug":"^1.0.2","parse5-htmlparser2-tree-adapter":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","eventemitter2":"^6.4.3","@hint/parser-html":"^3.0.17","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-javascript":"^3.1.7","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.8_1598306283596_0.10116097283872727","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"@hint/parser-jsx","version":"1.0.9","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.9","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":"d3e3ecbd0915bd2c25d471a780aeaf1fc19c4957","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.9.tgz","fileCount":7,"integrity":"sha512-l8xlF+idjjqm6pViAKoVQyiHMSYtIREJQ0sO0wmZvEDgAWaLO1x8kvXT6UPO2JOB68nPQexwHbx2uiNJhwFRtQ==","signatures":[{"sig":"MEUCIQDqDIYf23c6XcCCUeL3u1gntHuWw7m0iF9NGGjx3S01/AIgSKZxWhOcODZLtY4O7ffQGRAjj7tRD1Et5L1AhdDOPX8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrE0pCRA9TVsSAnZWagAA9NIP/i9pSflP0wiX631iNK9E\nJ5IMw59WRBAigJbdbZoiCPG7VGucrUuccEGZNb4jq+7yXCy6vGOjOQR9wk0m\nkxucO5Lrz9IyqDcxjILn79+VHHHerV2+vp+hLYqf64xVcf4QxQEref504E2t\n3l9u5nUHRzXmxOcU57Wb72kBhlqOzjldcN86e+D17Cu2wqYnfmNBddBXkRbL\nn1ontT2pAiTODO4x0js4EKGkcbU8YiXITN5utq4VE4JSn/SmTXsWfvQrpYRR\nShgM7UT/SZHY9EqXAnnIvnjE1hIL83Swi5j5foM7bPLNa+1Fz7lEHQ5omQyf\n7dQeBPwlkxOPGEtYiWYPMCWsgmauvll+1nIdgy9dCU/EUAO1OWRm5L8cGWOv\n4IKpb7mvDUk/5uN2pMY8k59NMW/+KsuxGk+FidcKOHIrK4VOhQvnejBQZVK0\n2PizQEodo5JbVptmvmiuA34E1/HkliWCAh5c6iLzvvDox824bC646Lt8pIFb\nBkS7sOgF6opJ+BjV2VZ5sGvqBUyXebGnON0dIdzbGzcJKb8xYWvvs9XCMOFZ\nlUg9CbKcfcHQAl1NAa8n3csefIGHnr+0MysSX6HAJFQXyRmNV1np2x05hXWp\nQi0Y4lpc6FHVpUDDgOXzfr/3vUxgVJex/jVXO2KKANt9SBbdIUWQTH+kEwHI\neT9o\r\n=GnFI\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,.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-jsx"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.22.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.4","@hint/utils-debug":"^1.0.3","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","cpx":"^1.5.0","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","eventemitter2":"^6.4.3","@hint/parser-html":"^3.0.18","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/parser-javascript":"^3.1.8","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.9_1605127465211_0.9658124585191139","host":"s3://npm-registry-packages"}},"1.0.10":{"name":"@hint/parser-jsx","version":"1.0.10","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.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":"4cccc687af435302df9da9ebbe75573434937803","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.10.tgz","fileCount":7,"integrity":"sha512-8bPU/xgBWEB6E8zqphsEPLM5nNBqyzjunlAkmtdLHBjwBQ/p5aJHBrLA+doCyAmRatJBMoPZxicluJsDv4AspQ==","signatures":[{"sig":"MEUCIGsFOQIf6qT5y+Tdbo0KMc46WZiR9DQsd7eZ+E2KRig5AiEA4+qLrp+lu0Y+pfJE33uQCb9i65Km9589EAX/yhlclEw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEvcCRA9TVsSAnZWagAAH74P/ilUaRc4JnAHRn+hsjU9\n58JVgWkihpEBye78oaCI8m8iHvrFQMCtdrr2NVKwIqXPQC3xzajrPMGRWil/\n03cdWceGXF/1tio/z/sov98gzeRIzYiOucM/v+UroybqbUpTboq/bBu4YAB0\nrbR7e8upKSwBajN3P/CPXUqOT61HJdad1gGK2Wm9ve7g3r8b/vTck4eXOELX\nsPBhrZ5dgyAEbT08EP8d26h4lzcA3TW41iHRnysq2dJpb0FVcxPxPOlZr6p0\nVnkpHacq1QhWQsgnQeCEdDml49ivEqs5wghk1caUrByYWof0KXyHOTda9xqu\niOmWkL997kowW8cwfz9EghbImXInJng6I2MeMbteodA8cfIrDF0wdOwOlTsX\nQsu+nwTBfgm0lFTz5rBlEIHJ3TWbhadnvQGVnpfdzBy6d7+cTUdJVWoPL5jW\nGov9HdZ3/cPY3/+ONU/+89OMs0nl+nKKqwKGMns1+f47uIwMV5Idj/j0I4HN\n1TEM2T4sbQQiQrQMo4Tmy0hkoVMerU4pRXL9vnr/fwFw9lTTAFxHJP4XDWcs\nKzba0QXHXaTpm76YHVpE380rIFNeRaarFdmo0bXvTuU6Lj8x1QxBBm5gHWP9\nm7SIAG+DbLWCflgoMfxDmMZDPTwLdd77yiBI58dywTWIeiVrCSEAaTTXwNj3\nAuAe\r\n=XMSN\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,.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-jsx"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.22.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.5","@hint/utils-debug":"^1.0.4","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","eventemitter2":"^6.4.3","@hint/parser-html":"^3.0.19","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/parser-javascript":"^3.1.9","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.10_1612467164258_0.06383479736664133","host":"s3://npm-registry-packages"}},"1.0.11":{"name":"@hint/parser-jsx","version":"1.0.11","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.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":"ed08ebc185f47db646f7ed898ccec6c516543a86","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.11.tgz","fileCount":7,"integrity":"sha512-LN/QfdRoao5DZGoYcupfJBeiNZV4oD4aDAIPvx8dDxnsvJnpDTPMBQiLyywqf90WuXiLd/ZW8p5weJfScpbtAA==","signatures":[{"sig":"MEQCICz6VhlKCbVyz7+bju+wE5VYor5YYxIDI0Ri9UYDCMr3AiBuwAer3+IJR+Xog4DTvXABBCk4XEqE8HyIQ/TX4k9SDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeZqCRA9TVsSAnZWagAA6UYP/j71WE81x5KKVM/ExnbG\nVUITnwlhSXA0VTA6MZiZriqIIVOXxTfD9puRxk51qyi0ErNu6B2BsZFYE7P6\n60EJh78xtm1NFfgX0Hirj+eF4tjezqfMOtevgenHW/zg2nNWFQb4tHIlLqrv\nhdGyr+zFcy3YJ4TRHkNsGraHRrmGE+lsd9Vw+9NX0BV7chTNLQ87i29MBp/1\nq2633iAAfNcO66E13MT8gEjCcoZF0QL7YaKMNV/lAWvWVKD5dYMnBYqgFy3X\n3LaRgGPhTk+Naq41s0dCv/nCOgcAezn6OIKaCvZ07fPJf50v2CWmGQjvigAT\ndR7LAUE8OU8/jnOvrPAd/wn0+Oul/uGRYEPqeyBIhBqSmGQiUXa4rTFse7x3\nX9ZN/ySVct50m9o0oUgoayhsemLu/iuPMFlz2zBopI4zJR1wJtuSNdKT0wGA\nO09UFwwZVId5iy7TBcYgXoGrffXUrBcyOziL/hUOxXBQdaLRUxCwsUvSluhb\nvO4duUaB/FXNeCkn9SDdlnsdxXz6vnmkMeY0tfOoPwSmZ5GkXRVDi2881EJS\n0VR+ASpjiQAUtgGsn7iAieAtEWQa1oWeztk4u6iCUTFuVgNkTvt2wQUJfmg2\nMjnAsngUmv2DhrxEijE9LomtmF1UpW//AVZiiVq6dxsV03B2NYg87voZM3lJ\nbi/w\r\n=LB5G\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,.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-jsx"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"10.22.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.5","@hint/utils-debug":"^1.0.4","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","eventemitter2":"^6.4.3","@hint/parser-html":"^3.0.19","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/parser-javascript":"^3.1.10","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.11_1612572266094_0.24735180159596903","host":"s3://npm-registry-packages"}},"1.0.12":{"name":"@hint/parser-jsx","version":"1.0.12","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.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":"51a8b729a6f2f3e7bee0c30a1d0b522875da0cb1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.12.tgz","fileCount":7,"integrity":"sha512-13eyxbVkMDwdkkHS416W997gxUDll9XEh02qWau7+Fo/wJlC3srLerZzz0vvupoCGw1pQqvmZgx/9Bkz7+80AA==","signatures":[{"sig":"MEUCIQCuXSA8h+2a0/ZUIKK0A8cTxsAKwkrPXPSgzAUEhRl4LwIgbrUYcevRyCZv1cL+nNm7Xa6wGMoLoc7Fs0r85pyN7fs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRKrCRA9TVsSAnZWagAAhM8QAJhYN42+zGDLkWPLPbVi\nXrrk53pj1l3slNdpy1zIhsC4QRNuvsBxgKOttypfDvrTMTuRFbq+f4+cbC9h\nunPrEdLkxkUgijjjBch2F2TrBKP+yxTolaGwYlNPM9+m4EfMYuDKOpHCqytR\nBV/fUzD02hSrFP0d8lJxBsUn/IGKYJ0wG8F3ldlJHTb/J24Ph2S9bICiO5P5\noFpdiBvSdRUO/5Qz6+o9hioUA6ntLTYcZ89EzkF4V5AmQNzP/68+ImX3bt5P\nZMlG0TDYdkd5oZMF2yRjkSynND8vMlcF7UST2vrK7ARWhi0U0qi1RfMSBvjA\nxCL/keY/tED7qyYIuudU+2Nek1ps+hdpPDDeFmmROKDOdrfFzm4jeeblWiUx\nisNM7VFO+Z2WGVJniyykyhAejTpKKVWzdTpnyx3ExGC8cKmTJCO6kOAE7mUY\n8xmLXwpRHdQJrxEOoQRLH3yvXKZWZoTfCElvF4lwNS93xXkec0kQ+blOPNUb\nnIWbCZcIUQrF2w/yfhaf7qU9vIAR7+wv0luYvaXaetmdt6ztSn+2JCOUkP9n\nUXbd/DswuV0f/uxp3pGJiks1P5R2XcBmUO4PxMnge0NWRbFm12nuoSML1iuT\nviFZPx7Voa7CexuwW0H9Ndyr5mGj419aAFfCgLYaycnjWN3tvYxU2lNY1Rt8\n9jjc\r\n=dZ8t\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,.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-jsx"},"_npmVersion":"6.14.12","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"12.22.1","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.6","@hint/utils-debug":"^1.0.5","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eventemitter2":"^6.4.4","@hint/parser-html":"^3.0.20","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","@hint/parser-javascript":"^3.1.11","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.12_1623265963061_0.32476670016918674","host":"s3://npm-registry-packages"}},"1.0.13":{"name":"@hint/parser-jsx","version":"1.0.13","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.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":"33435f7a3db72c5642b2b3492b9c3eb89cd8aefc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.13.tgz","fileCount":7,"integrity":"sha512-1Od/vUGU7J0NinXY88nT5wqNTTPHDBieB35PyIIiSyao/za4Uvpf0ihqvbgSycK87fDryfBvMEqwIwaq7bWF1A==","signatures":[{"sig":"MEQCIDUjB6kHyKIo4xtNo9UNJCapyRBda93wDnW2Zax5hoCjAiBWuFkg/yoPUjM0uP//5Z7XLLj6RkHYhVJSYcc9j0+28w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43772},"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,.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-jsx"},"_npmVersion":"6.14.15","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.18.1","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.7","@hint/utils-debug":"^1.0.6","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eventemitter2":"^6.4.4","@hint/parser-html":"^3.0.21","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.12","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.13_1634833232319_0.7192878510850251","host":"s3://npm-registry-packages"}},"1.0.14":{"name":"@hint/parser-jsx","version":"1.0.14","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.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":"5d5b02a1398e2a77910631e2e3fe0469cfd70c3f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.14.tgz","fileCount":7,"integrity":"sha512-Rr3iMGcnnU8vBD1jnb9gpoHY0szJ++S3tbsLz3+fHSHdakhUS3r84aOwd2muXjxltvEFmQsm5ff6A3wGHG8YEQ==","signatures":[{"sig":"MEQCICnijTv2NrbgOBvTBdN8a3gEPec57zzFRWz89TnReLfLAiB2N64kKQt13qmnsNszF+f/A2BQp+C9mStehxKVEvZLLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44037},"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,.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-jsx"},"_npmVersion":"7.5.2","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.18.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.8","@hint/utils-debug":"^1.0.7","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eventemitter2":"^6.4.4","@hint/parser-html":"^3.0.22","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.13","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.14_1636050629383_0.8388554260249173","host":"s3://npm-registry-packages"}},"1.0.15":{"name":"@hint/parser-jsx","version":"1.0.15","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.15","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6ce0156a382ff0f5a54194b5f1ecce05b2d02be0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.15.tgz","fileCount":7,"integrity":"sha512-0O3VUu2kqBryRZANv3Xb5P/hjvyvn9rf/Xi1TEZQkiLe4xtQq/S6SpOZUghO8RB2duwGNjfqy7YtuNeAx13AKw==","signatures":[{"sig":"MEUCIQC7j6zqZUvM0+yi3wWNbraiyzgchOhiftU423qV9LXq0AIgCjCR5Ptn+67ACfm0WhjafsRGF6Ajad0XKTIGt1qgac4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44408,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KTgCRA9TVsSAnZWagAAs9wP/0oLt8yKnCVI5PHuhAsJ\nqxYCv5sqBsFMpJq9sBQYm7beqWV49whNQpfJaTZh4GfInYEVFg29X2uKzB9U\nLV5CCrsOv2GLYuJTGOG9u2RmEMKKT1ArOQmYT/HE9ArF88yLLFdvNiznCKCN\nMNRj8f7HpBJ/pCufgNFQ38hyy4LowYnaP9ep0nzY+rs2XEjf7d2nKDleoEkH\nJ2Aeq/JTn8OZePKQ6oGpCSvqsB8VGKvQh7CtR4b6HYGdku/HHLK/HNdCtuyf\nKZZr6dlIeCYD0IubGJstmZMf8fr4/o7Woa6gtk9GPZP7YclNuE8wTOwlMAKQ\n1Otje1C3QulTsDY2aoFCC6r99dmLPp1YfdQqs5kuMYfo9b00SxKAdSJIZAao\ntvfJIc0TklriZvh6CNvxZgG9NHmdswY+i8JfkNcSI8b9nmWT3Vy0jFot0DuK\namnrr5jYF+tEXL8y1/sgzpkbqgPmninOBu2HJwUH66ekOs2vbumWq/b+u95t\nRxWtFWdl/IktMWwEozNOMdTWSlgdFtyO87tr9ydrmwjjGPLKbdgZ8Zuv6kVJ\nO15gwUVT1fR7HSPWs1acO4MOjONS8sBKnmEE8d+9XdgmVNvv8zPwXT7AQ+OE\nCVBgQHExCw2V7rIavPUYK0ReqBssSeJMmoeA4WB5JdREDkppweZLW7fDVCAe\nwXd2\r\n=vLKg\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,.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-jsx"},"_npmVersion":"6.14.15","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.18.1","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.9","@hint/utils-debug":"^1.0.7","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.0.23","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.14","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.15_1637007072336_0.7658780934202325","host":"s3://npm-registry-packages"}},"1.0.16":{"name":"@hint/parser-jsx","version":"1.0.16","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.16","maintainers":[{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8577cba4301bbc3314b2757ec69a86b06319e681","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.16.tgz","fileCount":6,"integrity":"sha512-xhRmfIgIHhZmTbNiQ1/A45lF13pfBoEMXJxWxDCCarik5ogb7x94GWYxBWKikhGX2YbXjeeb5zRQnThGcuR+PQ==","signatures":[{"sig":"MEUCIDg+vJywavaA5+KSBA3M19XT5yqrX6eQoAJQOvvuJ6M4AiEA2apk8vE2qw8sLIQ/gQDF3t30lOVg27JMzAICtKaxjM0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkZbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmosgA/+MkH1Rw8l2hOPWTZUabHpH8dwYBklT1rn/qvw5Gp8IQerIi0U\r\ngJqZOydUusoVvNFnVdJB7ehG9uiJdiivgABXoxGX0tIb2zzx9+XnA4LYVS1W\r\njAk4A/835pnkXVj2qDysD30XGVPqbkT/6xGCgbfFPcTWIEEUKX6GozbpCCjS\r\nd4OWqPgCi9PbIw7gwj8TThK1ziR8jCo6DlnV3gS0fEm8NfNtR4V02Uh2D7Mf\r\nZgy4D671+VywpWh/R9SH0B9GIPWh6LhPffiiUmgj+pZP6DeJC+kzbLj1JAjg\r\n02sWUiRKbeM1vMhBFFmh3f5jKSzZ/cSoGddA8+kuR+F5tEG9n+MayPmSm6HH\r\nCEyLszCCBU797brOZLatTGjZmTutOGYyNKncFLGqJTlrtDcY2pMvxkkos4L+\r\nt5acS1U8rmo33eVhfL1KcBWA8r08AxPVEhRv52qTc8X+3Afqxa+t/p9NM7F7\r\nfpDnFIXRjA00gwMcaeP12EyBBsSnhh5AmvF05IJRIfKneucgLRGJJv1x5P9S\r\nnxEtaOMZ2EyOC7G04UtxrvU7Sl1ElvYD8EsUOyxQfpaYiUThKM/QoBcf49ZV\r\nLRZd0xSnoVmbmteiVk2/j99mScTgXS76oHfEB3aqgXO/V16xbRXyJQnioQ5w\r\ny9RLcHIsY75qfkZTcAQUdMNXasGkf1RBIUw=\r\n=axs6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","engines":{"node":">=8.0.0"},"gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","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-jsx"},"_npmVersion":"8.3.1","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"16.14.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.10","@hint/utils-debug":"^1.0.8","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.0.24","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.15","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.16_1646937691381_0.16188734161672613","host":"s3://npm-registry-packages"}},"1.0.17":{"name":"@hint/parser-jsx","version":"1.0.17","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.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":"ef779c831f2b5ac46cbbf222978500339234fe79","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.17.tgz","fileCount":6,"integrity":"sha512-FG7hs6z0oRydngJF8x4L8Ib4SvpChlIykMHF6mRIAmvCIx0EWN8LyXGHVbXG4GSCixm0SkS7H03WxjdMd+2j2g==","signatures":[{"sig":"MEQCIHsRKUXGHdRtJ/MpB1m4gJz/PP1FIDPbVGNgzRrAB2LDAiAV+ZLShR6nKBYBzEpFP1XRefAmj9ahqcH1wuFtCNnE0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG4tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq92A//QS0gE+hqnGaz6EyTLnRG96C9LKvlEdcFGNXMTHz8A1O7cU2y\r\n+NzZkfVDhRUYHW3NZcXzQPnU5yDib/6dO/HZnme5/qChCzsxtkEiVwU5b2u6\r\nm2rwSyl16q03A9JLn5hkMm1jFNF+tOqPlZ+8B5RC4oDUwmsjPoHX2Z86b74R\r\nQls12GqiXZNTWPLr2QfchlGORHo871lBbRg8uyt1FfHlYdBogobBR8cZiaYi\r\nbILABXx9525YggQ0Sl57dVzD/WIskXin2pLFtrrBedXzkTNDDPzf7G03F8oT\r\niaAciTZHdDrTV1W4lVEb9OyLs0KNkuhXEkWGitZS+tjgRvVtoxh9a26gT5Ui\r\nwW3vCdrWS9AHJmbPTOpAlk8OuQM6WdQRmzZOP9wTJjfOX3DNaU3NAhZV0c3T\r\n159CdHmspQ56Rjal3yr8MEjZGiBejVopPNJn1kBpA3QxxBXJlsTxU7ZKQFDR\r\n4BKbn7z1aK3rmXuJOHSFWwJCGJ/xkuMa4UQ96Kqy/jCUwLKBw8/T5Bw4hM2A\r\nXhBf1fpWzPXxgbifP6rTAISGIhcovoKoM7iiQ/IXhjUXCkQkS39w88FqYXBw\r\ntM87cIDa7x9kFC2WEQhXZh//57NQQFJL2z+Bs9w6ogF1LN31MGiZfo8F5262\r\nrc+OFvCgnVU0nSU+dKRpvqgxEQNeGDAAM5U=\r\n=Fguw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","engines":{"node":">=8.0.0"},"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-jsx"},"_npmVersion":"8.5.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"16.14.2","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.11","@hint/utils-debug":"^1.0.9","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.0.25","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.16","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.17_1651011117761_0.28554751813052426","host":"s3://npm-registry-packages"}},"1.0.18":{"name":"@hint/parser-jsx","version":"1.0.18","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.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":"390bb89430fdba73cf38690180c970c204f87cf0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.18.tgz","fileCount":6,"integrity":"sha512-r6al5XAJfV2lYs0KUsF6iz7APOvBf+1M2LmofNSgPnAjbZzkSwZcnw2KAkUVaM6xOgsZtmBDnmhfJEy9+4E40w==","signatures":[{"sig":"MEQCIDMq+6e3tZKiYNXQl8KHBf2axpIKRzjAgzQ9kWAhhFVvAiA3SupA41JXvKun6OwRcO+afn0hQsZs9rtIj1Tt96rzKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23183,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdqCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUjxAAmwmYhbzi4cnQhUxmqHqnUhnWZZV7WaA0Ou9X4LwOQxjXYuiJ\r\nL04/TSUjSeguCe/pI0bag+r6BMP/E5M5CAM8+mQ6LP2NVUTXi/jyTh+PNfBU\r\nJrEO2/QJwaJEmI7zAkCxButyH/PfrEJnhSwG8LvG3jXmGBZpUUVzXNtCDP+N\r\n8eW77m1B2A40HiHiZkSMQ3R6pUYxd7EIcLMYqmrpkStmvziHRddr3/xydThg\r\njnQnXSldtzp1nwRENcJ9HunNwA20sitfpSALq2XGjiTfufY1qtK9NWDHaESr\r\n7JRLn30Y9kf2smSG0FcgPQC3cOH8abN98MtobIINSERr1ue74cVXNPgWcYwW\r\n29TqBOtc4rJC3Gtw/TVrgUITaVlz/39wKVnSeUZCy4uW9i1MOwfrTp7Rc2zd\r\ndEqeKOqkOhBWPt93rjmjoE/0KUot9gxIdOxj0giGu14whmZyZ618Fx11aOzY\r\nAZoItcVN31JZzvqcjQzFMXmwHX/aphURvcQe1RJ/1bkki3TVeMOssXYGFHjn\r\ngaU77YCgJDSBKQDsvk51Q7E5gd0Wm9U7Mdf6wAKB5985yLnT3SPMVXwqheT/\r\ny02ZB1ufE1O+15FKFlhWxNvLIW9LkoAquwGvazCP6wxJpOLlf3Mg1HQ7GV+9\r\nsjCSvgTgQ3MBQlMIHJWjILfeSLY7cNQyIBA=\r\n=ffQO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","engines":{"node":">=8.0.0"},"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-jsx"},"_npmVersion":"8.5.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"16.14.2","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.12","@hint/utils-debug":"^1.0.10","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.0.26","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.17","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.18_1651628674725_0.058185992605053194","host":"s3://npm-registry-packages"}},"1.0.19":{"name":"@hint/parser-jsx","version":"1.0.19","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.0.19","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"689c9f91dd908870358e49f624a58b9c03bb5671","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.0.19.tgz","fileCount":7,"integrity":"sha512-xMTYZsK7dQJOw78eSnErMrWAgJ5sd7Mn0ol9SPB1H1uIZgEm5ZDbYzO1yFzI9xGQC3mgHstRaMOlfEBxTdfZ8w==","signatures":[{"sig":"MEUCIQDB21cqaxnzzu9g/dID7+g6c6m3cKbagJHoyZmQM+ddPAIgcNNu3eKaiLnkQCeZZ0tw0kfZs6VdQRbsQEhB6egvpnE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn+DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4xA//WqgcDKk2YfBCo4u7AQ26EPW6Q9dpVVAGdbS/GNVC3ndnAFur\r\n390x1otgW8CGFTVS32zntQO15mn6sbeRifyMvrHeDoQcHpQnm2rN5qjMUJfI\r\nKWiqA9COSxEUqYkJRAv3kxT4+Pw3D+6rsH/B6sljZ+Z2vgZbuZ1P2KiykKO1\r\nflX3FhO0VEIHdySZweugV6XDaq8Fjo63duxSNbRwzi8v5ylDg0CP4DmTtjW4\r\nHLvSABmRRQJ3uOLGMnogVM5izshR+lxPIS47UggdYfgR2Fqr5oJpGGczoB7z\r\nwXioBAzx6Ic/PO4inFwXQsZxCG238OdpELGqZsRrZ9AMWcuyFPmSUoBtE1sO\r\nm6vsPGn8XEtXbPSTz0ZDov7jqhoiWAkAemtcqBgw811l4+axc6ySnaDy3nCt\r\nol5GY+cxWCTSrcMFgdQR3wp3dGTddWHvIJM4r6sFG2Txuq47JEqDA4PK9wrl\r\n+MaT+4E/xczZB0ntFijtS6IbH6+A8vLeHQifQHsFqmoZmJIpGhT1Eb0AGQnv\r\nSgEAltlUCOkkZi8YrDFLsVS4W9SO/u01wE3fwaFtPtCgnvlrJOC+AUUMkVT+\r\naQP7UA+hmteu7FmEFV1UHBbGXLwfRmYavJXwaMtOx9JFdL7i5I1mzo292e1Z\r\nTKzQg1WQljzgC3xN2gXtO2x/Ns/yqBc0dv8=\r\n=ONv5\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-jsx"},"_npmVersion":"6.14.17","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.19.3","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.1.13","@hint/utils-debug":"^1.0.10","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.0.27","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.18","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.0.19_1654554499474_0.3684574821559461","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@hint/parser-jsx","version":"1.1.0","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.1.0","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":"5035e6c985bc864486176bae6c7ddd9426b78ca8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.1.0.tgz","fileCount":6,"integrity":"sha512-NBd/gQglfyB7QcB1690k/JWjrcSaawxhIbRbvGtnXkQWnGC+FEXalZSEWsyJBVFOiPVtCE9TsbDWD2hYjaurFA==","signatures":[{"sig":"MEUCIQCDO33DTgVrboTU+nfrMmFi1i/G/2EJrfD8J5k8NnUZHwIgHKJGL7B0LNH1RL/ssKYLvmZutwJRJt9nYcbEJLeM5mQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFR5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrEqQ//bM3LXDSj0Vn2RsYRtkgEt8KyC8pyQaRHsSE5dSyWRj9wfye7\r\nWmH6YEorB1w7M+VRvEWza6sGqPWb7Ir1RqtPgrLloUh6ARJQuY78miV8vhB3\r\nDTzjCtknOBSwsyLT/a50VI6Brvh97UfGVFiRlhmKPOdZ/S70yv5d9FdJTGDJ\r\nPtfJhoPuFjC9yGXr3py3+1z+JN0XBE1PFg5XubD0Y8vbZVnnJ17OOwkvJvHn\r\n7ZMHdUQngsdFynd+wfB6SedY0ys6nlBRx8sRf3hQjHkUcMGjbOLAk64r9kWC\r\nQMJqGCF4ZkSnsYDunGgIDgRGjxSaRIUhrLm31CmLXOuxnMzIlcuHL3cyhzgA\r\nLkM+x0kslLBf/blWIhlZr5F5pRkLnqkVCy0WHBAtOPCgFdI0oOHnsNoqqgcv\r\n9ycwzLA3Owkv9eXkBOKP1J3Fs5SSxpcfqvmY75231myanpk72evNlE8KODIj\r\n/Kjv+wnlWuofpBQi4OkH0JlPLxjjJ3D6y3u2dpJ9l+v8FANkYZbOvkKPz1Ss\r\nwdM87ap6DyxRT+RzpZBLZo/qvDBJcUXG+f8sHRZZp3cLxOLlIq81dgydry/g\r\nVrQWUzvwgOngR7RRz+542ZgAthWyORh7agWu3EPqGtYI+UeFE9AlRwa2E5Ba\r\nGDl/8KvFPunfihd45lnKAr3YNZMNmWxjx8M=\r\n=GFiR\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-jsx"},"_npmVersion":"8.12.1","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.19.3","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.2.0","@hint/utils-debug":"^1.0.10","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.1.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.19","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.1.0_1657295993204_0.1145763004910687","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@hint/parser-jsx","version":"1.1.1","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.1.1","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":"9d2cb8d22a7cab0ee572a17668cabacddc4b90db","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.1.1.tgz","fileCount":6,"integrity":"sha512-aeVw6RzQIE5T5x8/rHzOAce1LN0DRvFd1wgK38iGIv9ZhzR3D1vdMClOOy+ONO9j2L1y8Muff7no7vdDwyDRDw==","signatures":[{"sig":"MEQCIC8RCetugbLw9JfoKtjH8EJ0nOV8RYuabpQ31AO+2x7/AiBokxkaxICm2XYrvMYTqd3Ig5MeIsvmqQ5OQ/z9ex92Qg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2ywLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqC4Q/8DXGwmxlbHXxxCJwdJj8EyB4W6He0Fz6DHMhHI2TERH4Myj5p\r\nwyxrVzPkdElP8krkIAEZws37tropXVtavoO4GAUrfLIDIOwZt78RjzAtceOT\r\nnlFa1vZ7rsTOVH97WA9Y0LGdSwfC0BHUPOiOvq5SxDdqUXd25TvEeK25ux7g\r\nOtbZdOmL/TkTcnCbr9zBl2M3+Y9YIVdBkBxynZgyNYjVQDWi8tmZBrexm7fO\r\nfcen9aQa2aPkPeBeM0qV2pxRVdShrq+0hLhgvQ94o9Q7IsSgOlNLkBvYg3T6\r\no8KCVsKucAuoT17QzgoAA2y6iY/thTFyN5WC6fNvmFWIhTMu4NWpYIQBmLIg\r\nMMyfssOWJB8qiZSHwigmpxLrEIqaAMQqsvqYZv44FFwUbE71alkP5eut1waF\r\nxYPJhH/hBUQaevowvOGyj0uWfSAkA4saIBWjnBtOM7Tato4mtmQPV4FYyeJV\r\nGlVG3ZeWEjb//VR7oxs9R4TjWxCF/kbxI4hz7N8rc4zZIc0EnJXM4GvA0SEG\r\nhKCymG14cPkN2MVuYCII8W3v6w7xeq7nD01cBmZ2GvMroRVYko754DW3yXnq\r\nXV6zR2znQYB7nYFzBrPa0FE4QbouNipL1rC4d+swVhFSlxWzz9NwuLLRZraL\r\nCPSzPrR4C/HjAD49b392Jlubd90m9aC4FKY=\r\n=OjYR\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-jsx"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.20.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.2.0","@hint/utils-debug":"^1.0.10","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.1.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.20","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.1.1_1658530826039_0.9657873489291826","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@hint/parser-jsx","version":"1.1.2","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.1.2","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":"de15f6ccb540d2c5037178c7bf63c9cb2c461988","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.1.2.tgz","fileCount":6,"integrity":"sha512-h2w2NyGYRbZYFMw2nteW/Zfn2iXscthgbS78RZJsBdoGItgYS/AGwN6VUW/28q81FbLpFPFNzrADYCo14lVXdw==","signatures":[{"sig":"MEQCICfbbrPeL1PTl1bi61CES8LAcWYUo/pVQI81ivk7bANrAiAj2CmTZpmK1wbwJIaLGXIT2Qv08mvvwiM2LDMGAsuDMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3hEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqr6g//YOZnxoAcha9wlze6olUWZ0y/o/RnWINxPonTgmoQtiQ/yx4T\r\nx0/VULC/x8fxnJWVLyHCIp5Ie124DFR3kRr5ZJqJGDGLprawUnWVc847t1xx\r\nE3KE/CL+y/+CIKsRyKEF3uIN0DaAqU9g+D73FTsOQpMSKqx0/oCfzfx8qdIJ\r\nvxRPp0EiEF1i1FnKxXW75q2LNr9sJ6pJMVtqmgbYRIwHqcVvE3iIxefIfKOs\r\n+gUJLvbMpI6f4jaEGrAZzu6ACeWFz4DGXpPQC7JBeyrb67bEKW84UrFVJa8P\r\nR/1NnEmyDGzvrrZbKok6PUMU70krd3ubtw8N30qCMtpvEcw4o5xrG3UOqP9b\r\ngZ4KRuOv/4Re/LdUOuQg+FpBkmIiDcCHN/yjvsc80or7BmnhlabdbzadwN46\r\ncoub0edZB+lO6nRn3+5y9nl+wJT/4UO++OxV+81j43DpqXTPgp8q3FSZ0UZt\r\n/Lg8QKV2NQ0XIu6mmPCSOqsSF/BaegqAVAtioo0F0DFsyNyxJRbWWe5lUjAW\r\nuKsVxZevsKPQn/fbXlbEhLHyoC4XZhSSlGZ3lgfGwk6FpWZ0X4AC6BfAewKP\r\nzHmK6X8WTPqU+oS896i7mNWiDBkUyYtFFBrMgVn+NRHOhDFCZYn2w8hwovWK\r\ncXK4rksU+sR3qhd1/te0DBogNBOp8PK2zCI=\r\n=OHxr\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-jsx"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.20.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.2.1","@hint/utils-debug":"^1.0.10","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.1.1","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.21","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.1.2_1662482500681_0.36766209097808566","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"@hint/parser-jsx","version":"1.1.3","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.1.3","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":"2b9feeb49dce131f9db574f9b59bcfb2ed356d31","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.1.3.tgz","fileCount":6,"integrity":"sha512-ClX3cDLk/J+C/gb4wNbkO04NXyViernTWZpQ9elv3imu0ZZv+30lRleHkxFrhAD7gwaw/koPdIhv48eewOiWsA==","signatures":[{"sig":"MEUCIQCZ3XdL4iycgKYb0qmhqBivhxq2OL2qW+boKtSNYzbsxgIgd7+Ve8tVc3Gxh7YrP3QnEKgkoI3HmfmfQEJOi3PQ6TM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPzA4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOSg//dLFt8Fd4rzdoKK9vQmQ2rLZ94sl1Bch3B3Xbng01iQ5dERsr\r\nbzTo9q6m7kte5M0YIPR2giUpGGFPdL0tTkk4xdBGqWl0RXQbQs+l+YNAOUkC\r\na16rHDUseXBSU5TTcWlGREe67hdOwVPlQX23zuZT6JogruqJKs7qPayfxK4F\r\nkvIjuspZRCp0wU/kGDoA1PvqvUKIogXdYeXAMoDM0RE13BtDoYoqhm36wQj4\r\nO00Ihzj5y+2wnzRUk5DddCbpL/yCp/L6jOOxQ6o0caRbZtN8w3WzWKtIaVAq\r\nPjoh5j9wBapkaRJgSALyaSWI1MXk8L8zGvR6PSu8xNqzqZAFoKpItPBGkB+I\r\nGQvSstmd9azIjhhtw+8MXNQm9MPttBfx6LHShxkGeOQZSGXwIbr2lvPNcQLl\r\niuyys+W9CzCdzkM4c0OHb9MyNpUfv/t3EIcHLyyheIW87qXIeo3wINfOIMHE\r\nL3M0NybNlAQqtsBtDM0bSPx7STCeae+/ZKM/fdwy9/+g04B78E7nZjj3+mUe\r\niKQXWI4kSTTvX8En0E7uHZjZR5uEfJ+gsGWN+gqAcicAJca32n4uhIaX2COw\r\nU0g9OxzbHPAUw3VT4COiPTVZAqb57fSa4AM9AecK6vsfG4CQtdjh8JVyfken\r\nqF4sDC85yzlbJRd1eLAaLP3/HR1GdkReGCI=\r\n=zVTn\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-jsx"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.20.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.2.2","@hint/utils-debug":"^1.0.10","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.1.2","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.22","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.1.3_1665085496398_0.7336591974604743","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"@hint/parser-jsx","version":"1.1.4","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.1.4","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":"1583db191cdb19bca7d4caa71e81e6f09bc5a3dc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.1.4.tgz","fileCount":6,"integrity":"sha512-DeL5wJwUyfJwlWeDFZIJqe7vdirPzTfj+HMoLGjVyrP9LXClDAy6JSvRoUiMR/9r5POKU7anu58v8dPD5bgtrQ==","signatures":[{"sig":"MEUCIQC6Gx2lTe4Bz+8088VqzdD0ptYZi6NWNzwuHIo4q4HtAgIgQCH2s7IDr/zvnLVLjjetebLF+j0b79iFwBEJBdIeihQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE51ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2qQ//W/LQ6TpDkUAwzr3Uk7s+OwPsz4bsum7JbxKNFckZ1UxtS5VU\r\nAurwW1KiaAy+2rkpoj3l1fE6UcF0ZwhuD/1/I5HcIkBuIduOyuMyr36cDYGK\r\n8bdB/63x6BQYZ+z0nIIttWx1qxQ2uECdJcBQH6abiFgHkslGUk00VJMLexEK\r\nO263sSe3Cdde5w/7g8lS/ROSzWM5o+VQIVMjSPhxRk7+iWPiBqME9/mF9fYD\r\nmMVhXzHd2qm1Z1otzNoCXUzxOTkeSz9QKtFWbSblZGScp7ipuUbaTvb1ciRn\r\n0Vhmbk+U60DviDRcGtaEjxDmMzwo0fA9c6tyzHz97FZfZWrMX2oKnedfU/p1\r\n7K8Q5EtOqaY9ZMTSjyBJSuIyvLiJE2Mq7HMBfDK8re2BVL64yMP9G5Mmqwzd\r\n3DF34gYPrgkyeoU/zlHFeRT2JX6SICpxQhrDj09BnhJKX+yOvkUltoYteQMZ\r\nREPiR3Q79QUD0gO/wl+AXzi/CgQyvAOttbQNOhBFMMAVtZUPB9cSXFD2PYtj\r\n8uiJeOIC5bwa4pV22vUSD243NCpT5XfR6x9B4GoYDL7I6cg9SdhzbtsybTN7\r\n9RMJyxQnI26HMoQRzXF0OO1u26WNdmVD9e5PpAvaPuCbzI4rCc5Xtu6TR8OD\r\nlYXr2FydH4XEyqtevUyszSX7g3+2MLpj+8A=\r\n=IXXb\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-jsx"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.20.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.2.3","@hint/utils-debug":"^1.0.10","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","eventemitter2":"^6.4.5","@hint/parser-html":"^3.1.3","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.23","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.1.4_1679007064843_0.8411148090024374","host":"s3://npm-registry-packages"}},"1.1.5":{"name":"@hint/parser-jsx","version":"1.1.5","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","_id":"@hint/parser-jsx@1.1.5","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":"41e3aa8c25896d0e60592e506b28ba1ab23282d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.1.5.tgz","fileCount":6,"integrity":"sha512-lg//j7jebtmVgM7DJw/+V4NRALhbi5H+PEZj6T1x0AxS5Kev2wd3kNmFYjTQ2mv3qrBUSFo8CbRDNIJlQAu0xQ==","signatures":[{"sig":"MEQCIDeg1N2e46ZVJkUjyEtUnt57IadGYQgItK4nnAnBaIOCAiA2J6u8JoOIBefNs1SSpLW1OwWfnw9YynYtKiU1PDLVDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23892},"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-jsx"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze HTML elements in JSX","directories":{},"_nodeVersion":"14.20.0","dependencies":{"parse5":"^6.0.1","@hint/utils-dom":"^2.2.4","@hint/utils-debug":"^1.0.11","parse5-htmlparser2-tree-adapter":"^6.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","eventemitter2":"^6.4.9","@hint/parser-html":"^3.1.4","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@hint/parser-javascript":"^3.1.24","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-javascript":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-jsx_1.1.5_1686328236567_0.050173498144373774","host":"s3://npm-registry-packages"}},"1.1.6":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.11","@hint/utils-dom":"^2.2.4","parse5":"^6.0.1","parse5-htmlparser2-tree-adapter":"^6.0.1"},"description":"webhint parser needed to analyze HTML elements in JSX","devDependencies":{"@hint/parser-html":"^3.1.4","@hint/parser-javascript":"^3.1.25","@types/node":"^20.1.1","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint-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","rimraf":"^5.0.0","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["jsx","react","webhint","webhint-parser"],"license":"Apache-2.0","main":"dist/src/parser.js","name":"@hint/parser-jsx","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"@hint/parser-javascript":"^3.0.0","hint":"^7.0.0"},"repository":{"directory":"packages/parser-jsx","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":"1.1.6","_id":"@hint/parser-jsx@1.1.6","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-T+eMdse5ETL+eTO6PN3O8hTCAwNy0bWZq6M2lOYAyPLQtziS3KLmX6qEDuToyAkVRxhJGczPzNp/p7ZOZ1lP+g==","shasum":"7f0719a67184994854d22cdbc141081b99d756ab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/parser-jsx/-/parser-jsx-1.1.6.tgz","fileCount":6,"unpackedSize":23892,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICBcToSFlnMc9r7llgOhwGuKH1KYSt+MvJEiVV/TYAaFAiBTHPg8uH+A4CkTpfh91YEuNATanBxpmkPrOgihEOAPDg=="}]},"_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-jsx_1.1.6_1724949434056_0.35227480139956"},"_hasShrinkwrap":false}},"name":"@hint/parser-jsx","time":{"created":"2019-10-29T22:31:51.577Z","modified":"2024-08-29T16:37:14.432Z","1.0.0":"2019-10-29T22:31:51.743Z","1.0.1":"2019-10-30T17:33:50.703Z","1.0.2":"2019-12-03T01:03:59.039Z","1.0.3":"2019-12-05T00:50:55.819Z","1.0.4":"2020-03-18T21:57:59.923Z","1.0.5":"2020-04-15T19:20:59.168Z","1.0.6":"2020-05-18T22:18:20.232Z","1.0.7":"2020-07-27T20:39:35.316Z","1.0.8":"2020-08-24T21:58:03.690Z","1.0.9":"2020-11-11T20:44:25.333Z","1.0.10":"2021-02-04T19:32:44.437Z","1.0.11":"2021-02-06T00:44:26.384Z","1.0.12":"2021-06-09T19:12:43.227Z","1.0.13":"2021-10-21T16:20:32.456Z","1.0.14":"2021-11-04T18:30:29.545Z","1.0.15":"2021-11-15T20:11:12.543Z","1.0.16":"2022-03-10T18:41:31.533Z","1.0.17":"2022-04-26T22:11:57.933Z","1.0.18":"2022-05-04T01:44:34.912Z","1.0.19":"2022-06-06T22:28:19.681Z","1.1.0":"2022-07-08T15:59:53.394Z","1.1.1":"2022-07-22T23:00:27.251Z","1.1.2":"2022-09-06T16:41:40.923Z","1.1.3":"2022-10-06T19:44:56.628Z","1.1.4":"2023-03-16T22:51:05.030Z","1.1.5":"2023-06-09T16:30:36.745Z","1.1.6":"2024-08-29T16:37:14.224Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}