{"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":["webhint","webhint-parser","webpack-config"],"dist-tags":{"latest":"2.1.42"},"description":"webhint parser needed to analyze webpack config files","readme":"# webpack config (`@hint/parser-webpack-config`)\n\nThe `webpack-config` parser allows the user to analyze the webpack\nconfiguration in their projects.\n\nIt will detect if a webpack configuration file is present in your\nproject, checking the name of the file (`webpack.config.json`).\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\": [\"webpack-config\"],\n    ...\n}\n```\n\n**Note**: The recommended way of running webhint is as a `devDependency` of\nyour project.\n\n## Events emitted\n\nThis `parser` emits the following events:\n\n* `parse::end::webpack-config`, of type `WebpackConfigParse`\n  which contains the following information:\n\n  * `resource`: the parsed resource.\n  * `config`: an object with a valid configuration (`webpack.Configuration`).\n  * `version`: the webpack version installed locally.\n\n* `parse::error::webpack-config::configuration`, of type `WebpackConfigInvalidConfiguration`\n  which contains the following information:\n\n  * `resource`: the parsed resource.\n  * `error`: the error emited parsing the configuration file.\n\n* `parse::error::webpack-config::not-install`. This event is sent if\n  the package `webpack` is not installed locally. This event doesn't\n  containt anything else.\n\n* `parse::error::webpack-config::not-found`. This event is sent if\n  the parser doesn't find any configuration file at the end of the\n  scan. This event doesn't containt anything else.\n\n## Types\n\nIf you need to import any type defined in this parser, you need to\nimport them as follows:\n\n```ts\nimport { TypeYouWantToUse } from '@hint/parser-webpack-config';\n```\n\n<!-- Link labels: -->\n\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/parser-webpack-config","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-webpack-config","version":"1.0.0","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@1.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"38d52c3cf616b6e83c2792db32fae565b96360f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-1.0.0.tgz","fileCount":8,"integrity":"sha512-C9TGyRfd3rhdAfQ+RT6GxqV09m7O+Ll/CGMju4bpfDcUNl+3li/7drUFq8qq1rsUqJq1Vj9bnaSVWjKzgUl0VA==","signatures":[{"sig":"MEUCIDZYAAV2xGS9LZX8uGtfDnP+hCwatTIxqwknrBWvFgJcAiEAxEyfGulXI2FwY0dmxUGRSlTY7MYPqG3IAcARXPWazAc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18374,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmWprCRA9TVsSAnZWagAAkdsP/3M5g9RXR2B7AIBhnQRU\n4rqoKIgDPCBPSV0Dby1Tml2r0v+/SNsWYX6lDAzeQfFU8QXLnWlPfe4tt2Zs\nGLYvE8UfWi4nrQ1rTUQYO1z63mW0u7E6G+ZyecWHCJ9MBYvHZVDcLatJtMZn\n6SJqnCvZ4aZJ+ZLU4ibhiOtp8fxuxtsUagY4jbmejwtCqYmx0WtveE2CyFap\ndd05jet6qkdSY6OEAZO7lW9fbbsKuM0l3bTXvX/YQjGb7+StLsK5l74b7wfH\nY52RSmE0l4/lB6XKwNzZPVGIE3wu348QEV/oCRStwaCSH8Mg5/edj72LJ5fh\nRk4laOu6DSdxwjtaRfBvcyQ1h3l6nE1UxtD4f30ZiwynHlBBH5Xbn+sFLcj3\nNunlkcZUXMT8s/cv9dn+YBrnRaU0oqaSVFq4CWeJHV5InQI5vTTmQo+eHkpy\nTEjFO9tkNGlIjr5ilm+/59tyKxVT8vWH+zTqdhMCUP7etO/2GKpRzIWCgs2M\naWB47VuFxce35EV4K+XpuTOCTWnV260qMTuuLnKNUrz81G+RhfEisbY4PWt1\nvizUA/aPARLfCbBdZcuo13o74mM9f6itLCYY7UWKdK6PxitZgWjDbhV2Y9Cs\nr5ZbPnyXUOCEExDALiLIXrY1jm65xzE/3B72WDX3yeNWKJHb7VL9jWAFuLVv\nd6ab\r\n=zyri\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.0","sinon":"^6.1.5","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/webpack":"^4.4.11","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0"},"peerDependencies":{"hint":"^3.4.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_1.0.0_1536780906906_0.8439203649966931","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/parser-webpack-config","version":"1.0.1","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@1.0.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"54e5f3e075b923ed3dba56440bcb5559e29febb8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-1.0.1.tgz","fileCount":8,"integrity":"sha512-4WELINT+NzIGlWh7XFE8xrcPbdygFv3rjrWsBOgb5/HISTuazPBB+m0BFygFzuB+ZpjoRuURdQ2S4yqq3ulcWw==","signatures":[{"sig":"MEUCIHb8i8rq4Nn9iOQURhFYBGgamF1FbaXqZ251z2Z0bcHPAiEA0cXGLDVS+5CR28lr98ntcAutu3xJ6H7K1yPVviRkJ1E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18698,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2iy6CRA9TVsSAnZWagAAppYP+QGtHa2jh3wBkKaTWnsT\nmzAZEj3zP0ZZpRF0hlNFDfhtOQRYXUDi2xVOxc0SWeU5CHxrStrxMUqY0Ig3\n4hmBe6XP4k5RA8ZWNMJOL3lrAMexpyhufnb7fzW712//NbTN2lhMThXnQuV3\ng15hZ1lZB0FuFLe6Iozu1bSUdlYG0jW8GmzQIPTYuq98zNDP6Ed4Aq7hu7kP\nyBG02hVxkkeizEw6b3Uik8QAcXAu8+c9Hj7jAMIdWOH3ygJ2+hgj8b/Qs4a8\n0vnX2QCt5Zviy1nafhA1UABH4h+/LV3xWK7xoRxnHIB19PxEXmQwINYYqnnk\n1VMPA4FnmgYCSMLatRvtBk/fefYwE035MqiugB7KbZUSN+jt34J8Nd6TUh8f\nOUjF5mO/n7tCsSWClF2de87QNmQr4ZJyhNRD6oKED1VuJUS4CLDG+alTm4UG\nMm6sLzgBYULxVOdVlwxeW9Z5b87q9xv++M6OFklKOW2DjEV5BVNMs0o4ZmJs\nmKyeXcnRbqzQg5o6dH6jn4k9Qo6Srv6uQScayG8ajI9qahQbEoNHPI1MnL3L\nCHi7qZYY1ZILh3ycCOzfj+gvAkUeTknKYSzMCqJa+8xIX+63z0cch/Xkl8fx\nwnte9lhaRK4qjbw7ZDmYIl1UuiycWFqd/fQaQmr0BsA8ntrQ7ljl2/elqT07\n9siF\r\n=XAPU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.12.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.14","sinon":"^7.1.1","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.1.5","npm-run-all":"^4.1.2","@types/webpack":"^4.4.17","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"20.0.0"},"peerDependencies":{"hint":"^3.4.14"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_1.0.1_1541024954029_0.4378898962500888","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/parser-webpack-config","version":"2.0.0","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8a319a0dbd07fa22584336b79e094e427b497fd8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.0.0.tgz","fileCount":8,"integrity":"sha512-zPQx3aAH9iQ886ftcU+enzu1lndLWnh+PDy1TR1or3WHDGmdJvBxA8s4j9rIm7qhYHKGckU2F62DMcKCcqvrSg==","signatures":[{"sig":"MEUCIQCPp0QFLaQp3SAn9rfEtLd2xYtnqm+b7jYnpSdavojDXQIgHZ022RaOIQciN/7WaBN1x1TtVJZDTOWbYFmKe91+5Oc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20196,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4NNgCRA9TVsSAnZWagAAxDkP/2Guf+CO+F+c8B7RYASd\naAcLEAtp6U1mV3qtXGse1W8tF9pScjrU/O5X5eQ5qI4311scD1w0P+vSiTrk\nZX29WoVMB9ki0L2TNZiZplMswPEdkxFfSDR61c5niV+Doh+eELW54XHB1cxY\nJERC8a6m/pTUfTTR8e+7DGcRNbg9E5xcDiGAi6qgp5KVFwFeedwA0P6apYrE\n0VfPYAvwkni5r7YWokA2ECQm728pToU4MiSG2JFXzv5Mbi0qnyKcck+igvQH\nploCmIFBo79qhBjT7lViQGSqp4xK4Hjs3G9qVw0zJkKIc/Mtm3+Svk03207s\n8itXk+jhom+izfh8NF4mymrVzrq7/Tc9bIhz3O6t8xl0y8YnMX8IU2Favn1q\no0Pi6n9uWvqgv/JxEO9NU445R8ZH29tdOu4whZEQbfJG1VgYW+IkCQDgeEDt\nCg7qiKVPZzAVNr2PsU8VOZ8AXNanHSS3T2HIaraa47S7NySWA/XA82aik4RR\nZL9vH1Vk1SPkePMdhcVx63Z0cJpjy9BfYJW0JYmQ6XVPEJwDoSyIe227rV7o\nGIBrk7jrf+aWJD1ysuSd+c0o5LNKxGZxwsuahK1h4CHIDxnybPqruv7Wfqml\nsW8B8Ch1aa0Y2EpMl48xyxmXChZ8Ik+zz6liRBvmnhC0yByT2/66BhWCQzN+\nTSwE\r\n=zZbB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"11.1.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.0.0","sinon":"^7.1.1","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.1.5","npm-run-all":"^4.1.2","@types/webpack":"^4.4.17","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.12.0","typescript-eslint-parser":"20.1.1"},"peerDependencies":{"hint":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.0.0_1541460830930_0.6135643443662278","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@hint/parser-webpack-config","version":"2.0.1","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.0.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b5e90aa6e619db86e28dba336a0260e17caef41d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.0.1.tgz","fileCount":8,"integrity":"sha512-LF8DRZ/Z6zG/92BKo61wz9FBAT+j+4lBG5wLJZRZg+m0ZD4I/E7a8zfp/61EU0wTw39/DJLPpdkO0B20M1FxbQ==","signatures":[{"sig":"MEUCIQCTRLAPzA0EIGRnWRct1BBKlV0DC1mdg24T5FpPO+3aEQIgLq56xdY7Y82wqykd3j+uajS6nuP5cWCerZVxRHMxJw4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/i2lCRA9TVsSAnZWagAATaYP/2sFXe/ddHb9DywNxYH9\nBLKdpQzgxKq2pAaO6R6UCW3qBB5oAaA9o4xejLA5qE5tVWk/ck3fhgDfQkWc\n6WjW7Z4rtRD3IpSY0u8ZEvibtJp12NjfVnSbTormE56+EIJMf7mgKPOO2uDP\nXAdlqll6tb1O1Db5vTyt8Chn6+Zjnt/wA/adp66iXbSazWX6HZpHWyKYv71f\nezFRbxLoU+QFB9ufFySOop99EJBnlX94N6qMgbsGCmv90gpb/CJ65qemb32/\nlOP7272ETwCU55Nxm6aJNZfE09TCrqxxAHmpuYpM38iZQ41lty4OLt9QzZi0\nBffduMDTKW8NziC8xVQNiUSJABG2wnLrbBNU3dcEcijhZZ4IKiO7ALj5QeBb\nrFLvz66NmWx4AQM8ZXO9Ql+y0F7JFZXORik92LlT7b9VwkLyST/uSbJPv4Fx\nRC/RKNR8l27pHDeejoR4mP9yBRs0B47rB6eM4z47I2sEzzVD5dhFSzVTDlHF\nWqtCWiO71qFV8Pt64bKcjhyxsID9NHbVvCV0lo8u/q7kOGIfmK4+geSe5vdx\nkVj+CoGqi/y0BDYwfNQGqZI+ww5x2HKxWRWnZXtfD1ZCoPFQmJGE3xX9eAJ+\n/J45BKMRf4dbpDF82+aowdT0ux/2OJsOcPL4YLWwwpTrhwdDfWxyRwgH8GGC\nC5JM\r\n=qhkQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"11.2.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.0","sinon":"^7.1.1","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.1.6","npm-run-all":"^4.1.5","@types/webpack":"^4.4.19","npm-link-check":"^3.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"20.1.1"},"peerDependencies":{"hint":"^4.1.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.0.1_1543384485192_0.26747771646546825","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@hint/parser-webpack-config","version":"2.0.2","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.0.2","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b6dcd0de485c6656c5418ca607797dca8db7c36c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.0.2.tgz","fileCount":8,"integrity":"sha512-T2sg52o+jIXqLh+hXZr8j8nJXXGw8KDVTQpThIZcJ9QYa/cQ9kbcXLvTX5bCaWHZY8U7JBEMcVQRofI55OYzsw==","signatures":[{"sig":"MEUCIH6d8omy5y1H/kKNcz37vSSKmIz90rzv9j3LBdJPYmrOAiEA0D6NmPJQtjlkY+oHIEpQ7wibaE3Z84nIcb91SA4fSU0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21050,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLQpgCRA9TVsSAnZWagAABskQAIHbcXyRnGq890ZCqkQx\nwojCE6FNGichHHPbPP2RmvoJYh1FJBLE4ONiDGOGDjqvOBBrLGhimzOaAvLR\nv8kLVWIjV7WxGyNQem6r9cDIk5ORl0+DWGNX2jO2CPgs6samcSLIi8F7YPJ3\ntnLyFVCJEq49gnbDf8WwLnVjEecBx+fQp3LiD9Cm7XJuYdnqBoifBSVfG3ps\nPOrXz0ftUcjNW+kHr+hGngAd/yVdn0RWcXoGOxfVJHK7uT0XNp8Smio6fivA\nFuzj55r+QV3fL7Ica8XcenNNT9/9LKAwqXza6s4e77rLpnGAME4g1Zn5jYXW\ndXMY7Ke75XAa+a+PAoPGhfZ+5QE44ZjUb40C4yFxe9poJcpYqG3LbGWvAAWe\nQh4coQfztn39nDkXONbB2IZqRPf8KcaPW8/EiM93bGEl79k9NwNLWLRUoTuO\nGsQE4+SI0mRL24TAUlN2LBjqZbgt99etD926uf6B6x2UOKYrgF0qdiEqOu0u\n8DcJVeLjbbGsqiTTzw1vbDlWFrLtbjDaPbxzFWGmgZzjQtrDFCRl6TUL1BVo\n+F6zCdPPBAbeJkL201XUrOlR4UzkiDhPNBGfsaMUsGSWMaZSGmzuL2Ob6G+O\nHCbzSD+YWYxiIOXArfHIcoacBWkbkNtRdc4bp7jAd2qLughaAPdxNtg33yr6\n7+M9\r\n=X58j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"11.3.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.2","sinon":"^7.2.2","rimraf":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.2.2","npm-run-all":"^4.1.5","@types/webpack":"^4.4.22","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2"},"peerDependencies":{"hint":"^4.1.2"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.0.2_1546455647807_0.20892773910265894","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@hint/parser-webpack-config","version":"2.1.0","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d309dfa21865dc46f68df24c00a8c5bd57143a20","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.0.tgz","fileCount":10,"integrity":"sha512-03YbwxMpfS6S87qpdF0y2bbdT1lRHmHJLfc18aLbBmw2RxCCwXwJTrFo1hjNvAaYLLY9sr2QlUxslJsCuVNTPA==","signatures":[{"sig":"MEUCIQCeUVeavg9hGJTUQr6gJfThbt0KS9BSWaO2vFckpO0fEwIgWH1VXWBBOjCljYQ62DSaYhXqbA/LOGztnOGRTK714nk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc24FOCRA9TVsSAnZWagAAzesQAIX1aghaQn2Swv/pLcxK\nlh1KX9Th84T2XDEFeUcFO0hXGcZqTDqqtU+ZNmavVMqin0/SFhPlOYBm1gM4\niXFsL5X4t/aNNOoT+nwCVxjS2pv9VHiBeRcf3zV5otaiZeOXGnpDuh15sSjw\nqNzwUcAdUOg+IzIegvcml8d+iBJfF9IMkrXF2YSey1OuavZ99VBXEC/WZBj5\n1WhQUt+LK3VcSOxwpDI8i9jlq6HdF10k/OOemOPloaqamGwAYocMT4PvgAqM\nihNQLPpLhDtJrRVq7abY6/Erben0UKlp46ssDGgAXACCnk0x3k+VVLktkVx1\nBQkQET6TeJGxnj5Q7vDph+FMliXK943acqyf1U/gCf5xIvAQxbYQW5nMGuW5\nUP/wG6vTDitwBWs2233EF7ATmg/+LX2XoVYVWP0XJ75XQZavfHtbQSeKhWfg\nNG2zJEJprmYv/q1TsSB1GowcJQRYP9BOYmOHrg73sGWLfL1skaL4vSNsSKfT\ne2pv6i/ejXDY9Vt08W1Mr+1x+SoQPNbBFELYhWIQhoctg+2YobaxwYv/oqqo\nnFSSLTTKxvnnjlvZh0nHOz2aEi1+C/5WvzDXP7DV7TToIjb7uCAZAyotRWRj\n5ediiKcYoZ5nljrixYg8553fNkyaVR3r7B8oC8/I8rXTk6028+JSKp6mTIdb\n6c45\r\n=fyLW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","rimraf":"^2.6.3","webpack":"^4.31.0","proxyquire":"2.0.0","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/sinon":"^7.0.11","eventemitter2":"^5.0.1","@types/webpack":"^4.4.31","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.0_1557889358406_0.30731368078124954","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@hint/parser-webpack-config","version":"2.1.1","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b1f10844fea99cefa2e5bed32d10a5e0e9312abb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.1.tgz","fileCount":10,"integrity":"sha512-iujlPQixAT0muezqIXtfgE72s2wSMcSELsHn0/qpbSi/zqWhkhp7heOSeZTZv7zIcLURoNhbgMg/4ASakEd/WA==","signatures":[{"sig":"MEUCIDaSz8hbhJakoTmuDEbSqBbMC0doyLCO+Y7vKhQZhkr6AiEAsrb9lwcz7LjxUZrmQLx0b1cJg+v6FE9QU2DkWeEBeYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc25bqCRA9TVsSAnZWagAA6pMQAJIEb4Kg+rum/u+pxUZU\nQGERicPNoReQ1XfPiXWjzapUe+kURcbW6jMZB2ZS6ALIdf7gzbC/ctKnMYMy\nwHoqTIP4wMc587VnLZDZhAvH74JIaLb1tYHtDvh8BbT1o5wjP9/JgwXJaCoz\nG+z6UUdSIofMX726f2WDlI+7c7daenOwngGQHW1wyxakanCUmq+kAiiz2PmI\nUnec7w9WZh+sSHAefOdR4LJWD6G7RpOs35uK3Ngiaj+/vFLUd0uZ2mvTw0JA\n/GqCXdaDvo1wK90vE4YHx2P4dOHWGGVaMwWmTSsUqLUm3BGhsA5joyfV74bb\nO+CRSkO/TWM2uWr3eA4uhkx7L0PoRjxcFv0HzwhTlZicnDgcEwlZqdK3WI4B\n0/EdYf7zW5be2J9IOx835mv0i0egnRaG6KxbKXW5FhGrsrES8/Zk2fYJdzZw\nzcJG9W2dVuADwvdcH8Mh3ol9nMCfpFtgCKQXiMpVrBexQ+56nN7NxU2rQpGY\n+oydbGK1UqBkjD0Ey8MB4dJPU6b3PKX4KQQw1JEB0SERuOPJHxal1dbya2gs\nvlR3btKBNqgQdrxMzru05hnbxAa372zUP3Q/4fEKq3zxDRGi3qR36cJJwhdG\n9irI8krgD08pFJ+JivWS1EjzdoId389kBoETVsu5TSRHzR4GvlrrqXG6SlmF\n4mfZ\r\n=JsuU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","rimraf":"^2.6.3","webpack":"^4.31.0","proxyquire":"2.0.0","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/sinon":"^7.0.11","eventemitter2":"^5.0.1","@types/webpack":"^4.4.31","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.1_1557894889849_0.1210409824012828","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"@hint/parser-webpack-config","version":"2.1.2","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"63bf1bb06d47432e786c9b7d9060f9092100fb90","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.2.tgz","fileCount":10,"integrity":"sha512-LbFpwD/OFH1ZIIDWfFJrT3bREKIQd7Xzc2DzqA7gcCTRepR5lnWKOzC2z6cmlSQWUPzG97wjKX9dh1MIyOEeZA==","signatures":[{"sig":"MEUCIQDGWJ9YGqC7jrgqu7f0XE/9OFZGVraT6J9jvih0yKMwNgIgA0+azgGNboaVhTBNHPAWWK8VsK3YlR65qBbeqIC7IXk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sGfCRA9TVsSAnZWagAAMeEP/2jAVPoj2JfXC68To0H9\nuiw/cLHdgpCxsglhMAIjo8JgmmqXN0nGjJ5glgNHPgGc9d+EwUW16ODiHzEy\nXjVa3NkVJ9l/PTzYu/YutMn/ZgkCzhglV1Ic2R4QubYtvEbQAryhaSXA9h58\n9ZsDw+IzS5yo30AOz0k825E3qeYvSmdJhtscmYXxnhUDfIILSuOes5WaPgxk\nv7vlaxJggoQCqh6j8sgxXRDE/mmdRIfuB79UpyY3GqGYrmU/gU32Xs15SDM6\nzHNaKQ2Z2Xddq0HYQ9LQJElb77m7uYcga4YRymCaPZ0Ocv0ToP13YWsr1Kdd\nw+eb6A2yWgGNuAyKOd8XemjzHhPckVama9bojbCB0CrDHsV3YJrIhiiWicFF\nYdGSbAvlo3w0kuQiw4VpfeyEB6J6Jhj+uHphNntwhbvZJy4TvGVe2CmWpq4+\ngu2qPveYMiZza3Le/EMhxL7Wrjx79zVNO2473WJXiQ4AYbrwHPVnDwiB5Hbm\nwzfkvH0XNBzBN4NBkV9REy0sriGasQZgFPJ8yy0moWVJPBPq2lbwP/wFq1lG\npFGIcwmEb/i6Tpz/5LqKMCeC1DOOg9PBJCcE845jQetO3tZYngYETNSYlIRJ\nF3t/0Ltm6SLnf0DRJ9gdlF4YqEyugmpfsRmp5E0UntVsuIFYUbskxt2AE7ED\nGgKJ\r\n=woxR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"8.15.1","dependencies":{"@hint/utils":"^2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.2","sinon":"^7.3.2","rimraf":"^2.6.3","webpack":"^4.32.2","proxyquire":"2.0.0","typescript":"^3.4.5","@types/node":"^12.0.2","npm-run-all":"^4.1.5","@types/sinon":"^7.0.11","eventemitter2":"^5.0.1","@types/webpack":"^4.4.32","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.2_1558626718789_0.016553078935114263","host":"s3://npm-registry-packages"}},"2.1.3":{"name":"@hint/parser-webpack-config","version":"2.1.3","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d5af3055aef2aa46ea818b30ab0c18a2c72e1577","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.3.tgz","fileCount":10,"integrity":"sha512-DrX4JzLmJ0HeRNlorBCnN+QaVR8/jrT6/xtJrWVsEgRZ0uaUCFD+MLYuBiaKqUdoQN3UWOAUMmyyihkb/uZbmw==","signatures":[{"sig":"MEUCIQDnVkV+zXHtcxGsiKY/etEouxwRWvA+LJCJnAD+Ua1/CAIgEz+DKhQandHv1Vl/fROCf/UnYTxBZgywR3mGjR3dTe4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43021,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzcoCRA9TVsSAnZWagAAv5sP/05F5IWNzD1zSd0lQw5R\ne/9XnnaxmDFFUXn8EYpOcAWxA56MAs77vu7jfG1ijc6pw/2aP0kZaUDjGDJ6\nwxlmfRvr6zi9R5Dl4+PUNW+5cBdKOntR8tQA3gJ5XicP/PQIdzWae61DuEBe\nv8njlhLxL0UdFZEgUmGYi08Lozf3UndORQ+Zty7Qx9QlI8DjnS/1KXNC1+Js\nuKU8Lhf8W9OttvwdpmfMwIasi3k5+rxabSe1IQFwfajlQaYXkrfCAmdS9gSM\n6gnZeRiA0N+hCOPn2EjMZdVKAi2tSfWHcvRCQzBXcQ1RFwlUSKgrDC2LPueL\nM6uzgX0Db6uXsLILPAxqMFbipce2wcFCFVyGH6O80vHwMjvMbSCD2R2PBR0S\nTKbh8gysP4QNQULNgKg1oZ7e8x9FtJnQAQGoI/mZv+HL3eVrsPxvrsmMZc9Z\nRVaHdlzwdQ+a2UN7DsUZbUuqCpjwqgYG6VTU0gmnqnro58F8NDSVFbxxDUbH\n4R/Ncwo8+KRpgyalIPutIZoRm/g6+5gSo9Df4hzJTJcGH1aws7fqcEJj5pjA\nIhd7OxS/8iFNcbUyLzbbsmqPguAJEx7gIm6fVd8SNj1J1L5tgQM90hYGd54+\nqpKiwjFhJq/0Ki5EI4TIwhcDqs7iTuLmNkz5O5VnNq5S8qjk+t0mFJa3TjGr\n2ztR\r\n=WUfo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","rimraf":"^2.6.3","webpack":"^4.33.0","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.4.35","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.3_1563899687177_0.9957586795132001","host":"s3://npm-registry-packages"}},"2.1.4":{"name":"@hint/parser-webpack-config","version":"2.1.4","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"aab5aed89186cb99f4bc9219f658edfe54bff617","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.4.tgz","fileCount":10,"integrity":"sha512-C5d/bhq8OEnYNz/goeokLNpkjXZifU2XT4uMkuZR6YsifWIxIypoPawmkGxXDRIB5eyYz+I4gaOCDaV+87vYPA==","signatures":[{"sig":"MEUCIGEoRiGu3broDqm0GX+PmggFXi7XGtpURciwZJnP4Dh4AiEA+2igWK9VimPOCMA2AcKaxd6h/92/Z7nJJKUiVAJtcLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43047,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMveCRA9TVsSAnZWagAAKHgP/2RwdnacHIkcW8l3doXs\ntoyO2RPrW1GqNXIDF0zcDKx/U9GTAvZrfXL/EJ3UzX5oZDLae3A3pAoA8xzp\n73GJ0LqaOXrXsSqqECkhn+rzSmHqcdja07v2oXNCfrNURypcysAvZv4PJJfs\noETVYF0upO7Wdg3Qq3cHXwEq6FErOSHrljFyAArjixXhI8XY15VXgbIvSuaj\nsQy9x5x4IZVRGm4E3TkFSn0cNvnMnAT77s0+sAd8P4i9vOj02Vvd2Q0sgACa\nRD8uWjFj34K8j0lTkArC/xhOPABJDIltg7WClwtApAKmSvld5iNFk+nhUlam\ns4UEv03RKPW0JJQke3Md/uHKL+mRgdMA3sVu51vMlnPqk9mMWVV4OLkmXgNQ\n5oERa703NbMN8Gr1EkEwk/c068H1lX1xM800hIGsI6bdmY46f2+Daq4L07te\ng+ayxzX7e+PfXWcb8+usg31nsalwDSywHuqHrWqWjiM4Wqt97C8+KeF0JXay\n9P6vaXd3XSp8gIAaCXjI0XllZYaRr58bIIdoo9X3/5tZ5TboNcn7wgJioET/\nlkk2EARjCLie0rnGMQElAxgvyLg91S0pPudpVV87tbZHudY3CyRxdfp9uA1B\nVg9pKWq4cPKBZaPLHUD3623JtSAgS4hN+GhPpy8wlgfcg74n1mk2nbYx1uKn\n0HpM\r\n=dgdW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","rimraf":"^2.6.3","webpack":"^4.33.0","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.4.35","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.4_1564003293118_0.07726732417189996","host":"s3://npm-registry-packages"}},"2.1.5":{"name":"@hint/parser-webpack-config","version":"2.1.5","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b22a91a1f2357bb388950e2b722496c6550543ba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.5.tgz","fileCount":10,"integrity":"sha512-7cAbHzIaEZiSeIwYvtL2YeRvvOSsIv+J7l1o08JUcjpGcTFTIaHYYKHEH9yr+ZhVa8APPxuuwsG/+XYTFovfFA==","signatures":[{"sig":"MEUCICCwwVOBBYPeksJmBByt4tJk4x8Cgwz9QvMLxBkzngOSAiEA4yK/IiqPysNB1XPH/mmwR9WdibRC4QTe+J+ZZygc/0A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJtgCRA9TVsSAnZWagAAPu0P+wVsQnuhYaCbjxrY4pTu\nt5yfLF8YoYPh0b1NnVxaUAsU4GGTqhhT1w+hd5DwLeP0rgQUTSGhh3Bpcef9\ncG7rgZFAKjsSpUGY9h84bIE3I1c3HMcSzoSWbztxWsp03Xx6BsHoZIgy150n\n1v6O2vbLdV0uyJZbVW+4qlJxa23eB27vAfy8DUA1XQmFoz8kSbcXbsqtYPXy\n1p9RtF00GfXEcPhxM3seN1t5M3Ao4Ca7ax8ZYZ+4XFURsi/5KgXCKl4mKEMc\ngjHltCiSYBl6jX3yQb8ygYf1n6FtBPDhIg98bxiS2CvQXSkVOU4zgQC9OQAr\nRK0UAnDmr3OKIs/U8Qe8c+1e3gBxVCrS7uHeO7GvX7zBkH9Q5rt7eFut1Ec6\nBOedsQF4UcnHhKqP+1TePbdklHIhjjU1Dj3B1dcJhCAGrSigkrbdFYSX5Xcb\nwirvFf+j6tN6niDe17VYr6V7t7YdsKfZplf/5XL3PJWueawbMzz692GKnHh6\nqQJf61SUg975cX3vVdxDWOC9HB9otywHOjkEZ0FqQmqvN4kk56Z+plZNiRZp\nnL30LW/nZ7NGtYJrJb7R4imHNodts4KoSmSm+0QGE5k2F9Ce6+p7pIu+OsU9\nX2/HW/vwyFu0ewU7k6C4F4ArT/gVcRkaRjYPzR53uicvfbTV78s9x2qlmcrX\nb3cN\r\n=B9zV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.2","sinon":"^7.3.2","rimraf":"^2.6.3","webpack":"^4.33.0","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.8","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.32.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.1.2"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.5_1564515167392_0.5967993445403625","host":"s3://npm-registry-packages"}},"2.1.6":{"name":"@hint/parser-webpack-config","version":"2.1.6","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"cca5095e058506025fa0a65642a23ac263eebdb6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.6.tgz","fileCount":10,"integrity":"sha512-bX22akhMmO7StNKIYCY3QDywDF1EEAiCCs6ddWToPAvZDMHogASj2JqGd7PL6IDxlV5sWF7PNKyE2ezxVdJdvA==","signatures":[{"sig":"MEYCIQDkhg+v6hFgutVIvUoSlP8QwUrD0UDpS0MDw9hiH6+knQIhAJ1Qy+ks47isTRJj4EgvBQhFTmnaxRdSFU9ZAPzgHDxa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44307,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeaeCRA9TVsSAnZWagAAaQUP/1OqJNSnjGdMpGu0wVfV\n9vBIYx6SWlAnU2R+saLkYyIO0HzIOWDna2w9p90Tm8oD41xA8wCKZiljJqRK\nV0wjfOn6TVwyiDG5GtpUP4ejkUY/pNMeQXJeT8czhU4ifAQ4I0E02vZSrdiX\n599kHsjrLOiAGOdCSX617Q5ogZ6KvxHB99VFh8ifm+qSfkw4HPqgD9vxAYO2\nOYVBc7sw7fq38ahK5ar9s3IQAzpThvNvECI32X3BzI2mTBkwXRpY0D7Dxxup\n0FCNRCruZ7LEvv3kLWXb40J8cZFuVbPOpu+txfLeco2lrrDgSdcRFRxnp5uz\nDuHsNgoIdgb8iQIbb1qGBHZ09FPYGKU4yXTAQ0o3eCQjsqAOr8ersF94O5cs\neudr8ncfycxaQCAN3B8ZEkKZbmOg4zGCNwd7G+aJHTXqz3PVufy5g1opHpvG\nEwNOeSJkvfeC0ppYQZ1TRObayVYX6XqxQ+t5XrMvMRI7agu6sARWkkn3VJFe\nzsehpBHYOtJcvfryEQl+O6xPW4WeDc+/3M2gSmpuWGpJbZoQuV+SeDrxhCgl\na+2axywiYlR86nQX3HqWTOXlyPwn+f5abfqc1hdtWRHBjvXMed/Ua9Kx4PeJ\nI8DSB7qvHeOhfqYU90uCHWlu9iotDYk434QqZBOZagLBPJxWCQ+dWY0/82wg\nrlwM\r\n=4PC1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.0","sinon":"^7.3.2","rimraf":"^2.6.3","webpack":"^4.33.0","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.32.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.6_1565124253872_0.0705903603810647","host":"s3://npm-registry-packages"}},"2.1.7":{"name":"@hint/parser-webpack-config","version":"2.1.7","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d77c8ad3beb55f19956f06c6370a16915640ea4f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.7.tgz","fileCount":10,"integrity":"sha512-URj/eGdY1lrxleVv6lTdbcxbp+rumXacq0OiGcHZDkgj0tEF0ew/TdzNiCPDi+VGEv7Z1Y6qhktnWXUdSFc4uA==","signatures":[{"sig":"MEUCIDCuHSQGChutZzmQVAZWZlC7ZzYLc/7iL7syq4zKu2dQAiEA6w5GyDQBOHBJnr6Ez8ZhskMfi7wpz13UgSalfCdqF1E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhfsCRA9TVsSAnZWagAAHakQAJYArJJpVo2oI6zdEGhH\nfjoSQ+mkbKblUcWCBbw8Ms5L7mLnUc+SnfRHiHEbZ7Zz8aZmuCpuKqghHI6H\n235sjPUbLPGzft+JpCZ25fNCcobI64oCEjdPaGvHJlt9OxvXYh7pSH6Wvl4D\nSYgGwm+zCB7DAYYggtLtl8nS0RmbkrGwCQcUmzSp6HLIYh8/rApOq6hjmuKz\nD+kM9wt3x72tkdg2uCh1SkZxVQZNeMl+ea0oihNthV2gKkkkDLGreN6wFCWl\nsZqsKtFwfgW3LCv6lWEOJAvrQOu/5Xxd4ELydj9B+uaK1cOA2q98Hlmjzcxh\nKjWMmN11OUhTm8Tv/NtGu9NeUsbqQ5v36HKd6cdez28EyinYrgTuMFdpK+Er\nb/2xNHvS78G3Prufa25bOjAKrokvDTgblHiXow/HhSQlvNLTRxOQRZlpJVlf\nrhJDYDE8598R0bP1nmYPjHESu7VcAsa6lDHA7BoTv7Ga9WdlKg2OTVMUnpu3\nHTkdzA+Y3bmUOOPAVP+n14zlyupVosGfFageviWmt5/ooxEWdKkhkCBlGwDe\nJSXtDHFp8Z5U02peZPu/4BoLAfBXZV+5WTrSfNBBe3z8G6h/LPHGizu6mR/c\nvC70rrBWU6alErWFpi9yZxWzItBay/KhDcizpB9pjnKj8Ol+mwEihHxhOntn\no1zh\r\n=UKpX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.1","sinon":"^7.3.2","rimraf":"^2.6.3","webpack":"^4.39.1","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.32.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.7_1565923307439_0.7922057018612574","host":"s3://npm-registry-packages"}},"2.1.8":{"name":"@hint/parser-webpack-config","version":"2.1.8","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.8","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"34edf2e8d2ec45b290404f19484fc762419cf1bc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.8.tgz","fileCount":10,"integrity":"sha512-x4aZso2qRMwnqJO1sHg7fwXLkLjLDlovo203UI4W3nclCOK6lUNAtBUC2iFrmgy5y+Vxr1I1Zd70ggCLc6WsEQ==","signatures":[{"sig":"MEUCIBCah3sx5KJ/3lXf1tkttUmIvj6yZPeC8jx5vQ559RekAiEApqf7FGOL6leNhtjWpBQyY77dYn2uFiYXosFGXu77X5Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/WvCRA9TVsSAnZWagAA8WIP/jedwuR7LWMiaq3NX9Ws\n6xKvDYnyMExaccdXd93bOdTqFWwEbFAI0gvgAGtUnCJCI+SJWRb8d0hWhN1U\n1j7NqQwflVYO8L4LDtuDuQgy9WqNrLOhUVe6bMyrCz9pb6fgOvJ+ppgd5RSX\n0/7MqqXliAkg9ueNWj0+BtzVa5zH9LBxjxG4r4Gpv8lTPhQ9Hfc+cRd2eSO4\nxnpjNunDCc/mpoYbYJEb48RmHN6uUsp1JoxC7C0uwdyI5tqqgr1+uV5gTxWH\ns4YuKXcR32rmz7KGPj/qvrHy82siDixYpAJf4srO6sWo18d2GRM4uf9rA7N1\ncGT1dzSImpva0S/Mco5t9yA2Z1TnfLyyOL3jLsRGvpGjfN6sAardVehb4EWA\nUDUnu5RQ+9gWStJv3gsDJll5FABtzNM/oj/j5LZ69xIVLHwAYrCC5QlzrPk1\nTclM8SMjbv+7i7+SH9he+P6a7hcXNGF4B5GiiVPDUbvYzq/lmGnC0KHFbW4X\nt5U+DeK6ab+ehRRffMgzHHuoqVrgRYFFUk+/TwOwllQiP8TTjT4SLlgDgNbE\ncmQktIdSyv5CDjaWFY+aMUziUeCM+oFjhApakvZvvIGwjCUJLhdHct+CuUFY\n4Wh3CxuiW7Q7WgIONvrADV/YHzWmkuRituPJAQO0H5hervtWePwf+YmKyVN1\nAxxc\r\n=Aekt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.2","sinon":"^7.3.2","rimraf":"^2.6.3","webpack":"^4.39.1","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.32.2","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.8_1567094191225_0.4006428816493295","host":"s3://npm-registry-packages"}},"2.1.9":{"name":"@hint/parser-webpack-config","version":"2.1.9","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.9","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"0047fc624f0787aae5fcaada68c7f6eb2d2bfa3d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.9.tgz","fileCount":10,"integrity":"sha512-rJK/WpnyN2sLe9I3gMnYOIYfq9ojEsdayr+vN0PTlotEDNcpmrg3fV6f9rdBnNao8WNP0kRFZDXPSi1zoKQ6+Q==","signatures":[{"sig":"MEUCIQCj8Cyn07zcnUrex/af7DOPFYhPWtMAdyKsCYwWFHH/3gIgHSo9aZzRW7iQRJdia71xPXNMPftn/oqneH6qk/Ofn/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46894,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXZGCRA9TVsSAnZWagAALu8P/3uP5OypWuKvY7gOrSZR\nmtJ5uDrff3ofuJ5myD5zy5Dk0Ndy7JYB3Yjwy/UW+KSBYyhAFyeAW04z5Z1J\n8TNq6Ys+SzQSpy7zhmTOpERqESWYOJPUs5oL2ngGDLCGgi7bB8QLMRv/AYbu\nf7sCmjsuYFW+WB20lqyxf6qYPr6Eqa7sqgGP2JP1SJOV+Zfme862o3FGvLeo\nzPU8BB6ML4+xTmnihoe1YfV0jL0V/RplLb8S4OoEYxFkQC4iW5IJDLZ5Tmy4\nV8qkhdJFC3pXukL6CdHD5yRE04Q5kYMHRHwWBpGO8SaR1737Mimo8AO05OaG\nIfhMFaC34jQU8gZ0Ay4GeGF1p3JmEjFPy6fnMFySSMtlFbG90sjBjW4PWNR5\nFWHMcbgRwZQrwjVlp5Bo4yKlvp3JmdplKXpqPvF92GRmuyv1pFosorqBmhot\nahtjdgBasvw8S5es7ZMETLWueumiTiqpCracJJZ1WjAxt4HbA/L0YbhHBcB4\nZ/218lyWTbTSFYfDq1osVAajFVYwJdIRFsGqHoMmb6yh4x+vxWWo8ZSDM6v0\nspDmCUT49XkrEfV2xDVzHGlQsYbmQRydKYJuMXRNCmMVUc757UvMU9v2GsJC\nrp5ScEEMyQeSmts9TWQGuf1WO474r6GYvlHAV6aulCZXXHk+Ip7bZZgYa39D\n3HeB\r\n=AoEY\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-webpack-config"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.3","sinon":"^7.4.2","rimraf":"^3.0.0","webpack":"^4.39.3","proxyquire":"2.0.0","typescript":"^3.6.2","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.39.1","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.3"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.9_1568241221989_0.05169907833353049","host":"s3://npm-registry-packages"}},"2.1.10":{"name":"@hint/parser-webpack-config","version":"2.1.10","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.10","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"63bdc6f7e1c67e97b507a9f221485bc6b3f7fd66","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.10.tgz","fileCount":10,"integrity":"sha512-nHVvvsI1Ff7t421aiODULNKaK26snPijl5NNZEv9Ea6fR2MAfRGJHIdoBv2gzSAfJarvKTz93HwVv1el5CoG7A==","signatures":[{"sig":"MEYCIQD7sQnR6ATfR3kpc/MES7aEvZsh/qWhDntA4F9EjqRmyQIhAJPzATG/hIXBDfup7CJG3gZkNYUGcUQfi2fDxX9fwRDS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8pDCRA9TVsSAnZWagAA33cQAJWAXpU72IXhr1jT03pP\nnsvJShx2zZc2/3PGjX70YiYdUrfNYXjx7fobka67O6Fg6ka0Dy6GzQyW/J3w\nNzdfQUptMD8Om3OS+9QQfI4H8bh5yDYDJVv6zfWQd8ZuwjplEGHf4tVbUlQs\nCVmODhyfeALmKKx7Nn+0oaRtxITjb2XXVqcwbyU394C2OUNz25ZXX+qlfGy0\nBEJxnK+TKfQIs3SM1ycvx0yJRA5CTwgYt+6KT0fbd7K2kyT9Sn2jm18b/1S2\nw+g/f68AmKb4By/LM2yn+KBz8/M8WMDu41qAFDFzFYGSHRUPeX3DyYopIaAn\nJgAbRdIYz1HSUEeK8Diax0a1Ksr/JZ+Q5DCXz2pAmBocMfmkvKivJYEzL2/6\naliQgoOgeGQB/aew6bEq6DnFjQTmpCvCh7o7eWMCiAFD9EPRVbLsevi+cNny\ncxmL2LSxBJFEafyXjl3do7hL/7Yiup3f2L3QDK49YwyZljmeqkR8eCa55h6e\nIUWXu+SOM/l4SxV0qXDsiuI0n+URC1RG2KCdFTC8ROehxrrShz1fZMoofzwn\nSEOT7CZXvSeuqvVM5NmVmQ8NcSCgD7Atn8kK5mU+I/7T+Mzo+vRfq6JsiGVx\na5eTaoZje0QWJ2RdtB5wrehwffJTVL+j/73JOdt0JDn/5Hy+y9DVEoWHuXO1\nAiFb\r\n=DhvT\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-webpack-config"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.4","sinon":"^7.4.2","rimraf":"^3.0.0","webpack":"^4.39.3","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.39.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.4"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.10_1568918082412_0.17453098731869732","host":"s3://npm-registry-packages"}},"2.1.11":{"name":"@hint/parser-webpack-config","version":"2.1.11","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.11","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2484116a73bd4e9a5ce0fb524ee4a370825a1482","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.11.tgz","fileCount":10,"integrity":"sha512-O3u0Eos5sJDHjAuS3kW3rOdAbt4y2qXjaWM1McNfp/PFJ6C+pQlHvf9vQapetwduSkuE+20f9Z5cyjc4JDT48w==","signatures":[{"sig":"MEQCIHtsKFVCWceJzuoWTH/byYmhb8f3JxSNPaaM68yQe9fGAiB47/LIKvz/078ExmcjRjfr+ynGt6oum235Yr5nm+geyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim+ECRA9TVsSAnZWagAAslcQAIrsnMwjTSOje6N6PPGU\nmdzcvVoVb4JTBmKjXh1yyP6LomyVL2Kfbk6z5ecI4syDdCNrgxmTpfVNJw+2\n15O8uj5RIDZKJT0Yj8QXU9LwYYigHBarrKv7vUdQ6NRiJOi2kPZsTLskjakm\nG4RZKh6M0sCPtrg4NqMnYdg546dEZ8/I5rZOmr7EmENjv20TdGhBjrFtNl7+\nX3dllpM1pVoCVOi9+Nt/MrT619+9ExKT7vhqi3gUvFxQogpMgiCpe+q0OaJz\nCILb6FCeyxhts55JJ2gnUr4olplsju54dGhgqQxbwvqmHZhUF3ef+3mYcesU\nqHMgU1vj31r/Qed2UmT9nZXF9mZQvYI+DOpWcq0701vlMYdVz8BdwDW1ycZt\nkOF9m/8EnHVjPnBW+e3x0kR8NfrWDuMSlsQ4tGyXwn2MYt+KZAEJmLXm04/Z\nnRefRSMasoobJ6D88FdO61EQoTfq8Df3c5vkWjQkpTh8pjwcAv6N0raK8qTy\n4UEpc4jNfvhxyEt7BMVfwweSf9Y5tNRHjntfrlm7VqfgVnkBo3Vz27+4qjbd\ndIM4IPKGodAzLWSzOSp0FrdyiHYEBeOsGujPUhGeeVYkjXbDgn9okVO9yHSm\n+eiK4iDrON0SsjWb83wVcEvI4DTKDxF2kSE9DWhmUGWIqhb1v2lAiy2zJOMs\nfFRL\r\n=LrJE\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-webpack-config"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","rimraf":"^3.0.0","webpack":"^4.39.3","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.39.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.11_1569353603948_0.8834042277964484","host":"s3://npm-registry-packages"}},"2.1.12":{"name":"@hint/parser-webpack-config","version":"2.1.12","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.12","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"af9044d76bcec26e786d19120866b9749aaae8f5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.12.tgz","fileCount":10,"integrity":"sha512-R0dQk/LY0T2ibDSkkTFU1qCirDtBtQZGZ1FPIcwhCBAup/3XRn4n4lqQI4qAYNotM9ZSVEA5KeHBdtoOKc4w2w==","signatures":[{"sig":"MEUCIQDVoUVYP9ldYF/XCH4MrtSGMSu+x6QD8IirYcN/eDyyRQIgElwO2+9MwoVzLdyg+j3hMMzw9TKnihryO6Bx1o+/MCs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSvmCRA9TVsSAnZWagAA10UP/RJxMFc6+OuAoRvlTO7T\ncslVq0UnCi4ptGe8DvKQGgrfDaBmjhX/TXjupsdW1u2Q/gLDrZWSo0wYn32A\nn75LOvomb8bR+YZCyWCkpN7IpYqpdX+gGBAWaTBsQnKg331AqMuVXtZ27lbq\nJIE6QeO14ynIT9jF5gkzk+wfkxFofTrHl/TtUGhc1Wqchc8kB6vT/f2iZ6/v\ntrMIJuvzqwWQXKH/dacwoAsSZ44Okon7H1Gt/SF2Vwx9YptYvYeoZ7tFJw6B\n6txUaoNpQdgoswD+ZhXtvOxlSdwcCT3EDnugG/Fy2QrI36/T5CTtmoByfPHw\nCZ0q2OsLCPdvlt6dqIF6Jx6tnskFxxBUm8fJe7KpXlya1RIPKgxq2PuIA5NV\nN0/AHq0aNad7SU/yTytHxY0vXlqkXl8pgI7IZqdUfai0Sept3+p+eafnaOv9\nAd98s+Nc5U0VDJ0g+b7bPHC59QWPtmjmNdDYlLBla2h6xV6XNSi1YpoUufFF\npW+fsg9drPbu3PXnDj0cXRL4CDV1lbB/DzWmgb+HunLTxQHBuL/r78cdnSPF\nC/1RZT0cMNbcPm50Zih+vtSMnTAJ7ZF1rYG83fjYyraWlbdBvSAJTpkJoW8J\nsJhA9+bJC5VW6TcELS5jzz6OjxQVZ4+vbp8fxv/j7y1rcGOqr5FHv7XfnElW\nAPCA\r\n=Nyk6\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-webpack-config"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","rimraf":"^3.0.0","webpack":"^4.39.3","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.39.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.12_1569532901749_0.20715169698512126","host":"s3://npm-registry-packages"}},"2.1.13":{"name":"@hint/parser-webpack-config","version":"2.1.13","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.13","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"908a3728b7c76132f5d0dbb3855932c6fda73a12","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.13.tgz","fileCount":10,"integrity":"sha512-/v8AvShyMXZ+wyHU/SBStZtGCUypFmQgDoeZyfqva+xgZyw5QAQ1Dz6SZmWbGF2sAcUWlGlt/YA23qE1SxTyKg==","signatures":[{"sig":"MEQCIHX3riKOZymEYfnYofHPLVKihE0G2K8ReR6UCaORzJcpAiBLyqwXCG4N2kGhJM2N6WFUHzGubbdkh8OPVkr2sorUgQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3O9CRA9TVsSAnZWagAAecIQAJznNnuVmv739ALeyDM0\nfJtgRhFR3bCZG6c/2VpbGYm9HwOjRS6qMMg/UsHQR40VcVUyFk4QJmHePNXe\ne3xwXbuIPoIlQKwKlFDQ9j84GjefL9rz3r1LlbAX+6cCWOZvHx/n3V++K1V0\n0bCsrILglBmZMYROqhCPaiWhq70qnvjsUOW7GfYomDuq5eN7JyeeMU68iKLw\nmiX42/JQQ5CXGsSA8a01aCOjmdG7HHnn+YzaajfkWLh0NO75ZrNm4U7tqZvN\nTvWxzRhp55MSxJTPdu+ZFo/UfFtzlOfwsMjFUok7BfgOygjAbnyXLq/tRe52\nDX025rDiLVKX82fbpUyL7DZ8JzPSDVcUsef2TE0O6dwwz/myn5rVgK+dWMcm\nnUai8v2tQBXMer17ZKWmVlocNd6RGNt3GMoo13Q3eeoV3q1XzLk9cOqE04JS\nB1yd/yVX7ftMrCykxLpul51uBPlRtQqyrNG/EMa4r4NZdA7k9DhYSyr1G7LT\nnuxiaj4E0zCgM9HQaXbtnCjk3DZ6U92GwaQ1IEnXsFk1fPVyoLC6fhx/hlVi\nCVTcVso0869f8Om3Wl2D03dlOrXUKGXpghvTuJKufbMmUAGSy0otLSsLNc6I\nkfZV4dO8srtcZoa9Jb8lWjRDJIrxCNxIlj4n0VBcj3VwcHT6TIbi5rGkJzCc\nYvBL\r\n=WLcv\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-webpack-config"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","rimraf":"^3.0.0","webpack":"^4.39.3","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","eventemitter2":"^5.0.1","@types/webpack":"^4.39.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.13_1571255228965_0.4150886406313692","host":"s3://npm-registry-packages"}},"2.1.14":{"name":"@hint/parser-webpack-config","version":"2.1.14","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.14","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":"c5ef6b9e5712c29c637eb5d3ad2d1f34577fc536","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.14.tgz","fileCount":10,"integrity":"sha512-yDvI6/nzZYDghzZumgBJbZXvPhPsq/SEHQ5/4cZ8kaOBmFjLhR81/h6eIYvXAJqSn36T1MRFxvg2N+Egn/yEVA==","signatures":[{"sig":"MEYCIQDcI/IzUj1fSc348Izbmp3qObZZCbGj0wQuJNA0DDGHHQIhAN6NDetecnWJY3zaNrVJ8sDqItO26dXB0AnvXc9HbnZc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduL4HCRA9TVsSAnZWagAASosP/09JAxKVqm7hg+x3s/df\nzoSBsPNj3hp1IfvsxEAfgMn15IgdMTbi5lwR27z1O4l8cF98nwREvk41JrvG\nXuxnYXM3jTtpn0pi1O4kZwHhbZ2brMblumQSih4b+yp4ucPYwRI29VZ81Aim\nNfpo5cacLWO0HlVeFq95ql92C40Ewphcrd1pbmPgyoNPnDj4P+VVsrgHlM8X\nuEWRL7KM/wCZ5bPfh5FIXf8svRJ/hP4yqr+3KpNnNVMLSVS7m7YkbWJdu0eX\nhzraYRpW5dDuMbK8iQA+GKWKxImXO3ov0y1WviHEc/Dv1/k2GAM1zChZWwi9\nCRLKBEJLEqVqmaoa8CNSKMl+P8glP4y8C9DkESyAQ2HJfA0QcV83dL/aj3uc\nef9Vy1+rYmW6nXmQH/aArCisSOTIqxIUwu6Q79hyWetbQxk+BQOGUa7CA/mL\n1zKniMuokq1aWbe3FRHI7GT9U4P0AF3iSt8vTshthpp4KElcFxhMpbYEYKFB\nJIzM8W0/NRorCRCZwQOAt7i1fazX43vzunIyWX9y1nE32N5c7vr5xkJb9F0G\nOTEEgwN05FcmAFokM46q0id0v0mt7PuANqXJoBPVoVJgDBBXMu+PCscaHJt0\nW6pb2lKcJxn29yaRKaN8HiloSjg68XJ50+fTPeArpMCPpEnjNhhUTMkfkZI/\nVwOd\r\n=TAd+\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-webpack-config"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","rimraf":"^3.0.0","webpack":"^4.39.3","proxyquire":"^2.1.3","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/sinon":"^7.5.0","eventemitter2":"^5.0.1","@types/webpack":"^4.39.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.14_1572388358579_0.5525152810562524","host":"s3://npm-registry-packages"}},"2.1.15":{"name":"@hint/parser-webpack-config","version":"2.1.15","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.15","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":"667235915f029329a545e9337e6f8c6e46b28be5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.15.tgz","fileCount":10,"integrity":"sha512-6D10cxw1+BQvkzv/m/Xvv/dl8BJRtt6GSctekuHFrRrts/fKv2gS08kSvkLSJXyYbyb5Gnpj7fgsKaNF8GX4sg==","signatures":[{"sig":"MEYCIQDCDfC4ew8u7Br5hds8vQ83i+fxbQz8ZTYXKaBuvnKzwAIhAOUehY4t/eyXVOWCU7Cpm/s80PUNYCuJ7Ii+YMAkmL9y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50413,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bSbCRA9TVsSAnZWagAA3pkP/03edBx3o8BiWuj3t6dc\ntSrF/F2/wLV1JP/fMKonsDMkS+08mVeXiQjOCAOiCW24aWRGksaqE/agzWWH\nfIrw7xmqnCuVsrLvNSYvNnN72uWgVxHP9MNdlInYzS/p2BdxA8S9sMHo20J4\nY5doi2Xln4fEoQrVnbP/s6abDveGZUH1B00ckiIGFdym2wjz4cRUVHmaRfIo\nWaGpAuOQUY7y+7wuzwKby6ec+4t2al81vAtOHPmc/c9XjthO+BS2P83Vswve\nUFJE4z3Iec6JtYIv9ANeB1pFvCA178ktjBCrj9FbCTJoohVV6S/icUVVFqTO\nY7FdQyOgKmOrNZ3f4cC9/vpqYqOcDlKFa/uyC8r4Aewl70SLPl5Iyup4iLXN\nTKgfAUUakD1qWStbc9gtP7OiGK5uYweBAwe1LL2FFFTgsecFYFY/QEFo4LQQ\nm2WN7e5D/DBQ03QmNUcfphG9iGYyv2mqqaDeUyq08Q5f1O/MBbqh2gy5AANG\nAIqUqtJjOF70VyTFTWBGq0HyJIKJTEzb/PSIQKPnJNXbPZBw0U1CKgIsUjiB\ncPOftkfvJCpyDHOTRLrX5Zm3QWK803pj+QnfVEqru8qrL2B475K0x58uUExD\nxvsq1zJW7X54M7+C90Du5pD/SCsx0EAp7bWEtCiz7msU9Hcns0T+guhUH4F9\nPZgE\r\n=PTqs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^7.0.0","@hint/utils-network":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","rimraf":"^3.0.0","webpack":"^4.41.2","proxyquire":"^2.1.3","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/sinon":"^7.5.0","eventemitter2":"^5.0.1","@types/webpack":"^4.39.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.15_1575335066849_0.08095964686304136","host":"s3://npm-registry-packages"}},"2.1.16":{"name":"@hint/parser-webpack-config","version":"2.1.16","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.16","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":"c34cbb25e83c568c0034965017856b5c29dbac33","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.16.tgz","fileCount":10,"integrity":"sha512-U/hTgLj0OjV0+i2Nx1Dx2KlfwaVr9/VaZsGiLa36E5qgBHFY4MhwHYkU2Cw/Vas9hRyMxGy6g2k75hztcN5fTw==","signatures":[{"sig":"MEUCIQDZtgoiKmJMK+VTf+Q6tXHjJPgwiK3QbrPUK1Rva4GYlwIgGJxF/hWn4ks7XlbWylCBz+MjbsslQt3owstVGJznMSQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6FSNCRA9TVsSAnZWagAAP/MP/3kUEBECetEFA9OTa43r\nw1e+lPkDKwVp5jbAp5LAlJ6Zr7tdovpo/1QC+242pgAOi0c/7ugVNTdQ8JEn\n/kAIyQupmFHbSO3uJgAOYGl8O4nGvC+vkt5x6s0x8aPksGQ7k1N7WGAYgibd\n5oTF91s9mLmw9QKCJx+ExQ4YsDBlPPdqMQX0Ik91mDsohrM04peKn62j4Gl2\nxVbULUgjDYiSqaFXbM6s4FOZXRV6geofs/bnAkTo81rNMPcW4Kdo/JKwhr8e\nMxJZmHvjfSXLfjpFuKDAP8nr49k+e5DC1H/QNndfPG6Q0KafVwAfUiCgBHRF\nP03V8TMaQ3bwXfRIdkjI44Qo1OV7YrZY0BjPilWFd7Vi2YnL0pYHsSFDWbYy\nJY25dMyHZ7KRBhGg8ZHH+DeEclz/VMYe74Vdqfybygt8LsIfBEK0/0uAR2UI\nT7wE/AoBoMMWNiCDtfn3Rn02MQuVrVAxXIQDEVwK1Liq683Z+nZBm3jFh/RA\ndtVbM3KAhSCK8BDx4VQ1IK+pIPCxWk9yg3ZCJ+Gxc1bhmwFbTt2ZF9WkLPQH\nJPgDj+4G9OnGal8JKXStO5R1PSyNT4kAdDdyArijdtFy9yIr8M66/y4iRRyX\n2gcaddHASOFM2nGruu8fLA0zCDWFIn8n84GttK6/noK0ovJVepZTU/aAo6jW\nPjE/\r\n=Dc5A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.9.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^7.0.1","@hint/utils-network":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","rimraf":"^3.0.0","webpack":"^4.41.2","proxyquire":"^2.1.3","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/sinon":"^7.5.0","eventemitter2":"^5.0.1","@types/webpack":"^4.39.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.16_1575507085057_0.6055459400356817","host":"s3://npm-registry-packages"}},"2.1.17":{"name":"@hint/parser-webpack-config","version":"2.1.17","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.17","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":"b83fdada7f747ea83e21a81368ec06e120f05641","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.17.tgz","fileCount":10,"integrity":"sha512-YBj8MGjZHpGrOr9776AFu4ljxUKJ7+nva2smo3QXxEYZqqv7nSRlU25lh4Uty3Loi06DfhYU/IOt0WkpIU+52A==","signatures":[{"sig":"MEUCIQCoq83kyFXgZvKWfcXIiISfmY7o7p0ds2s27kB5ElYJ5QIgILCB3enN7ZbuRVVdI1a8PXKAKLB0oPzWB7qJN/c0MG8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpmXCRA9TVsSAnZWagAATVgP/3KMBkfAbQLQhHZBfL/V\nw+9Qngynp2mB2CKblQrj8LfgaQw32tRFX/LwtLJsXz7Zn//FsX/3NcH5D/pE\nmoXKNIueBn1/hD2pBlAJ03KHxiZmAlgk7i4g6MWeqctn71j8aHYXRRwQH5xp\njvxidbpH0djkQMskB9aUaVSQPiYH2MW6ROTQWeyX6AY9TeHCQlrgP70zOSaI\n3CxseE8aQ6aiqcoZmuZHFi2MXl/bQgS0xHa7UbOBvH8ry3mAPKf3ysvrI5n4\n4B5PG4xicNPr4wwzZsQseLO25M9XTa69tMFhz8R6fWv4+nSl02TwT+mEcoe6\nlWwE7ex/7W1PohjXNqLdv82gZD+tno31RFvzmR96Jo+oShLRbRka10uJJ1Zw\niGWsqQLoRv7vdnSkfLeWfaaAzBQZKKmnFCtvvlmEgK16OSGrdb3rpVrSqEXt\nQXSH4mAEXj7OdiVVYGQhH7zcy1BZ94SroJ4fuzKdmLpf/4CmGaHUjvMiHH95\nBciUAiRlFPhirDnneEw94Ro96z8RmeAl8VcfECiauna+L26JjGbFufarDIOE\n0k/Tyc9MCWIVHJRMwBO60WHe4218H3qt32wYQ+K1mIH9USLRhkaZpeWWwaX7\nlYzR8AvvgVFajBDyQzYaScuYGpEnxTvVSrFpew5+r77ZxGiwCLYugAXDjuuu\nC8CE\r\n=1y6W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.13.4","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@hint/utils":"^7.0.2","@hint/utils-network":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","sinon":"^9.0.1","rimraf":"^3.0.2","webpack":"^4.42.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","@types/sinon":"^7.5.1","eventemitter2":"^6.0.0","@types/webpack":"^4.41.7","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.17_1584568727167_0.30398301531126615","host":"s3://npm-registry-packages"}},"2.1.18":{"name":"@hint/parser-webpack-config","version":"2.1.18","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.18","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":"17bf9d8c0431a2effd75e1de0241df7822800ea9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.18.tgz","fileCount":10,"integrity":"sha512-zvQ6Jz3iOiAUdNexf+80SiUmQXnz6v+HLL06Ccfu81T9Sy+BKUU1JXW1Tesy4PZPSDFeq3Gq19ac/HAhRWJkjQ==","signatures":[{"sig":"MEYCIQD9Yx/aairEOgs9X1m/3ATk3ZviY8CYcJdsdUayKKuDfQIhAJcVth7bYj314W4+DfbXz9SuMyQlq8B99fa8JzIKOJZI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel164CRA9TVsSAnZWagAA39UP/2YO3WMmYKvisRgAYtug\nGUZqetQIygZ0lDi75gbJUHDYK2FRDL5+VQYfpkYTHe/GXeJ6dmHg73sVjLRJ\nhIWnNAlXfa9KAyJH8JR4gEGIpP50qvUPW4wIHZJY93iajXpsunVPDse+wGlN\n5aaeFNIHflTRBsXqEqH8RNz6uGBxaJyQdKFQIXL/UGyt2kkvZbSpLmzkx7r6\nHvEGMKg89Uh44yt/BcAu6/xOHTsk/oKEQQdhwPJ/GSQT4EM7gfb1bR8WGrtD\nq3RaGAe/ZITs+ew4bthkGzwG2g03mPmXue99/tUyJzzq+B+qyIsoppWk6JOP\ndS9NhJWOzhyrQKNoRXZFfs2FYglt/06oXWuuCgsCUCof6UddfVXqMwWvOz7L\nriXH8+yBPCdUj5b4rNn1STi/iRSCkgAUItl0ms2P2+oI7CYcX3bpl2lQhXTS\njP/rDNieRg3dGEOEMwF9Q0KEdM3AWm6H0NdWNN0F2oswoCXU+mCLyv3QWGwp\nwvCzYYY9aPuMygLVxu3iJ3PzVkxwF41qSYcycgYqDH8iT6TwQBbbwO+UOzGg\nfKeycACnx8woE61UYRQDPAxxwNHcW/UVaKYy4+mUl953qQeZ5vHQiEoO0Zgq\nI6sMpq9YuyDXyW72slSpx+biAIYcXSoyqsTW+1VKIIJ0hJ2cCe1cko9Rw5kg\n7/8L\r\n=CVw/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.4","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"12.16.2","dependencies":{"@hint/utils":"^7.0.3","@hint/utils-network":"^1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","sinon":"^9.0.1","rimraf":"^3.0.2","webpack":"^4.42.1","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","@types/sinon":"^7.5.1","eventemitter2":"^6.0.0","@types/webpack":"^4.41.7","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.18_1586978488153_0.9354077240539493","host":"s3://npm-registry-packages"}},"2.1.19":{"name":"@hint/parser-webpack-config","version":"2.1.19","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.19","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":"aff3a795b21a4abc1bd74b123fa6b90cc2d6a1a0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.19.tgz","fileCount":10,"integrity":"sha512-M5Bdu+BmJkHe3IqxiCp4Qzs2x3Y7avTmr7ISi7NFVA04ljLdswhbVDA4gIrLLF/nCcbyaPweWcx6eKs6gALVtA==","signatures":[{"sig":"MEUCIHWiyASimWhNvkz1ChJUqD4rFRgTCY1/14QNTsPn3z2IAiEA8gqb91fVsuh1/N/bPpZ0+1t9qglpb4O5n1qv4bR+VxU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwnPCRA9TVsSAnZWagAATf4P/3hENztdepujJi66CAXs\njVA3G+1Nv+VETaLPDOD1EVj9QSVYMQBUChGYQYDyo7pcKBpN5Z4F4e92lND+\ns+inQPmm5Erb6giZcAExIUNxCOQAsL+xmCerx65IxZ8NtX3e90rUdzThsvbt\nnnKX3nL9dHysePGYpPwL4o3MBZZCYQC2PAVtvD3RM44cgFORw+JGFuN6rVE2\nFI/NuECtJz7NUpxRWg4v4R5jeYLLPTsooKv28NdUG7Mcau6qhif+e2QCAbUR\nforlZEApdK3loDlgj3emgxGxeky0QqZ26YvBi2H8jOerSfKh7efvdDc/U8tD\n7BYwT5y5/doWQtuRE549Rb1t6qGimtD/Q8+DCIXfImVoEsPqdilb+I1oNugC\nCkK1ix7N2oHSSKht7DHcAUfsxjzDIOmzVIfa7I6adRyG72v3onwaNv4u+fZO\nhLOuRYMmHSyGhz4OSkfIB1yqPYb7i4QK3mHjyQmPDZrBjc26ZaG3DDTQAdk6\nX/GFXNdHz7ijp8E0BdcoFosvxlpnvRkqq10Sisuxxs0YCD/jbLXFPWAWIfhp\n4liIMGpMbWRo1UKXhgcnwJeXQSn1hJbQqlRE8kOFmvVkCWtSckyQlFaAWwbL\nMFo3j5rzknr+yZpiThtXVHNOWovlndN1lQbPcpcSzYd+5lQAW4HLuvHGMBV1\njH1P\r\n=t4IC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.4","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils":"^7.0.4","@hint/utils-network":"^1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rimraf":"^3.0.2","webpack":"^4.43.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/sinon":"^9.0.0","eventemitter2":"^6.0.0","@types/webpack":"^4.41.13","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.19_1589840334593_0.8225491480121994","host":"s3://npm-registry-packages"}},"2.1.20":{"name":"@hint/parser-webpack-config","version":"2.1.20","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.20","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":"404e8bf47b1e452fa1af81666289ea47076aadae","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.20.tgz","fileCount":10,"integrity":"sha512-8ytDdkkab+m4EC6WzdHPJLfs34oN0VJNJKGaaLpaahwDfoGmup1kTTN1ntEJymMYq6Gi38N/zDz45CNnmImFmQ==","signatures":[{"sig":"MEUCIQDHTbZFQI/v4MoYvfkKN6G81pMje+w5SI9EykveoDA6pwIgS6K1wBN231bSnPpKLvd7cYWVNlG13lsqqFWagqzTZAY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzulCRA9TVsSAnZWagAAhskP/0bJUTrena1dl57ITFcG\npz0amzuoOSaCqSAT5P3lFZLUkCJknC9S0EWaNsyyatLWiTXlVmMRn2IG9knX\nqWLwr2UklAG1+1sWDsU/623tHECyaCbDX8H64D3g6tO4aq4RCKEoT6Jej84G\nhuhsrfCBZC3k/jLj4tXio3o76l0I7fJc5ZLU/cZAfiQLw3Z33w9BBZBI3vyK\nm1YC9NoEjPKFWWKmFRTNtXmn/fOhb8+pSPGOWyiXNLPlKv0oZm2Puoj6zNor\nRLVQBsBKo3ap7EINECiTM5RtEjLup/8BXPPhLdE4yK6WwYs0PwKTvDemjHQs\nULcSRrzBi7RzBnygsFL+G1zXX8ieaVoE8QPPwuNrK6yGO0rBzvJMXg27cAZm\nzLe1p3oPTeRaf7YQIzmNpLSxc/hOa6AnL3xnlPRYYRWfPnP5tSicCHJnMSEY\niUJmllxuo4lQdEzZFiJ3QBVpzUxK75/+lkRQRM7sa1Vh1QEuYqHaOvNNNbaJ\nbr/o7bBYr8sQRCTC0s6N753ndgDdJCLpKEGoXA2afgpr3iX/TWTOvI/qYjoV\np8XXzD3ZBtot4wBfVt5hoy+s7Q1VVeYT5HrjoSRU4H1D++GL9JP+miiGWXCh\n9kNgLMkY71fYnBhIpfMU+rYDiDR4KwfaJye0oppG/IM3Q9ySfypxfXORao8u\nes60\r\n=zgWW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.4","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils":"^7.0.5","@hint/utils-network":"^1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.0.2","rimraf":"^3.0.2","webpack":"^4.44.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/sinon":"^9.0.4","eventemitter2":"^6.0.0","@types/webpack":"^4.41.21","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.20_1595882404726_0.25001071363131655","host":"s3://npm-registry-packages"}},"2.1.21":{"name":"@hint/parser-webpack-config","version":"2.1.21","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.21","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":"e9cbe76de7306d0c1ef579889942101e24bbcbb0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.21.tgz","fileCount":10,"integrity":"sha512-G1S4cfBaeteQ/prxjQyUXat+EhwhOjwULXQOZSZmL810TiS1CV35E4ALx07794R6IAxtPemwULNM768AKLY1Pw==","signatures":[{"sig":"MEYCIQCIq3YeuNCcfIEVVJYcFM4c8jxpJ1pwve9UMNMOtw54/AIhAK6NfPVOjSsgE6EfjRZ5bLOlJlv5auRhad1KSRSRCn27","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDgICRA9TVsSAnZWagAAn+wP/R05IVRgl4AkMSKUIDKx\nW8amQBz8cr/5lp6446r9XpdaufbAXVwLE/r3rI6SHE1Ll8FtLuhONODiWeb7\nqqiG1M8VzkOQFV+G/S/1ZIsLJHXPgpaqI4QEbFDncni1J86orENJPfXcfu6K\nx1DM2k9dfeDkBYldKOMfFMTYIvCh5uXsLO2SKEyFCMHQvUlkVYkQCzbp2b9m\nKQu7ykF3FKELCDp4g7YYr234NpaUpkZZ/kNEFlAaS5DJBGLtfafcOlXfejTO\nT8c4ybmhaufVJpJb0BJ8Ch5ebSpkIDscIg8kCTwqWTwJGpWrtPJUgMeT1g5u\nraUA6oLnqBn656Iy8t4uyg9s7SL+F8iD/lkA+3LXZAdArRr0aCM7c1AknTa8\ncMD8ahfPIUTB23CmlC1U8cCaVQOytchRgdO3ws91k6nZftSaxoUiXAzzucoq\nQXmn17GKf1Q/Bz3J2vkZhdE1NzbPL+QPe6dpbLrKmZX20pWKPBKRxIUMEhgj\nsB6dsA2nMFd/sRPe1kkcTth0GVys6ecj+2rsbYmDPsYVQ8Nay2LHNXeM4y7G\nlsUoOtmUW4nvrQSiBF/kkWs9ErVl8h1Weq8CpcZHzSiauw0huggurOMQjwp3\n28Zv3xNT1wAQXz1T1s11LaL5nA5offM85NL4eRT/VdC39VqcPMIiZF3f5fn8\niWDD\r\n=stgE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils":"^7.0.6","@hint/utils-network":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.0.2","rimraf":"^3.0.2","webpack":"^4.44.1","proxyquire":"^2.1.3","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","@types/sinon":"^9.0.4","eventemitter2":"^6.4.3","@types/webpack":"^4.41.21","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.21_1598306312110_0.30427741935744224","host":"s3://npm-registry-packages"}},"2.1.22":{"name":"@hint/parser-webpack-config","version":"2.1.22","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.22","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":"5f0b85b8dfef29aafcada5c78cb05827c34ce502","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.22.tgz","fileCount":10,"integrity":"sha512-B+BMaSaIxSoo1wFfxvrNKr2FgswtNLRcHxQy1sZhRmmri1MQFxBam7vcxSm2B5oLrpr+vXkJJ4+KnKzHUduU5w==","signatures":[{"sig":"MEUCIQCRRdYih+cA5a4487y7jFegaSX4slWl+7qEiHKDf+wwzAIgQuaa1p/00oO4yU9ZqTFY0VU3CfcWUxjA3NAvfOsMyDs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrE1ECRA9TVsSAnZWagAAJfgP/2VoJvco9JuRim1kArv5\nI+AtXcdtK/7PDUo66Qhp6sm6rIROlT//RIkvYZjzzuqcFCPYoOEIblC65xso\nbnG2iFPl7DHRCahToexgFGfWOwW5F9YgSa+yr2B4reP4wChfySJy8doAC9tf\nuEaSbsAm2y05OU+8eq7m+obdHtVw5QzPDx3p/wdDZ/YIY5OI3Zpm/xzrbkyr\niiDPzJpkfB8u1Ji5WNC8ZodT384wyXtNrIkd/l9720ltTOckaJM6Smw4a1dK\n/qkZcXidP176JV7uvVeowgQyXODpYgIzLNbv6IwfUN/hVYtqHo7ypVrs8/v3\nCFsHaN543Mn8tOrMiJgPhU5lkq/hChpBkB6hL2/5RHR388jNMEe78J36R3A5\nkIn4nj8XsVGVj5N65uxRzATdnuruWFO5yfne5uncV/hbuMNyiz3LST47jB6g\nVCeKu4yvSrZm0It2s6I2rX8FwjMvCNiwbvv5eFxuNCojcZW/lvaom0BYBCiJ\nUA8N9Y+kRAI2jgGDCHJKT0GAmHW6NJN69y/1RQpEwIkzTr4zJjgo3fpY1mYo\nXECo9MsrjL/fal7+9tfvV53VagpF1I2SqOxPydhSR4Vbg/l0X8+8HbWXqeHf\nBXzDRiV2q2joI+KBORO4By7Qy+ZIdBg582616NVY1MvHIQy7ESB1PQNDAV5e\nZQH0\r\n=lEkk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils":"^7.0.7","@hint/utils-network":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.1","rimraf":"^3.0.2","webpack":"^4.44.2","proxyquire":"^2.1.3","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","@types/sinon":"^9.0.8","eventemitter2":"^6.4.3","@types/webpack":"^4.41.24","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.22_1605127492435_0.31955885080432966","host":"s3://npm-registry-packages"}},"2.1.23":{"name":"@hint/parser-webpack-config","version":"2.1.23","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.23","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":"d79f614f6cc481ab8b93319ac3799c345ac18f1a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.23.tgz","fileCount":10,"integrity":"sha512-nRp3A1eiBZKbX6XIkU+Jvqx0JVTqY8iUYD1lz/PjEXm16K+xmSccZ224A5PfatODT4slBwWqNXBYv6TJZwXlxQ==","signatures":[{"sig":"MEUCIQDtM8XIsduG84JYDQ6YcAdh7zpoQewxjb3gbuKLzItCkAIgAP4db691ifrk01XFPu9OUKdxDpFqDvze7d7kY0bSm3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEv7CRA9TVsSAnZWagAAZa8P/jxrJWK6yXGEVl//Aq/v\nTzry1gQje9AU0RQ8Ko4A/JnPx9k53J6X0GE4NuzYN6sGJBmvFQO1no4DhTl2\nYTZMUp4KKvhbfRHL6nVDw0CyLtNwRSzP1Yf/WioR313thd6w0Mm9faamhxHu\nwDoJHZsr7aD+T3W9ewg6+aEhOu+lXTzn938+j5jZQZnlqoUv6lF7PvaH2Dlv\n0S8WSTzD3/woVVQb6Zuzuq7/lczO+mYdcDOuwIaX+viiqovyT0uQBm0/8Elv\n13QTS79/uE/pWkN3176rF/VbYo1gf8ZJbdn5zMOvdOhA+Pr55aIoZudxXjkh\n+AdD7/AFVTyizWuNCLFEs0HyKaaM2xOHAflf2OFSJo0IhJOiFoiybsj4fDEr\ngkKBuEiJyB84g016GVFAGLMbQ1S1LGqkBFAX2614s7kc5IA6PYBSsPdSUoua\nZWZ98F68PkP5l2yJjBwDaXEyDUeb8QdVG6Y2P3hPrwUlJxjFwPW+SWOw3Q5Q\n+SdFPgXFr2ar2r98Hoo9wrZOg978JxfY7xVYB7CWh2s4sLybqaN1xG7jAY3H\nR5Qhd3XKsw8UmzCI1zizjvzWX/2aCGEFJ7rLms5S4wRWN7KqJaQri9T5NgjC\nD0/6cthUIf73b1JAeUjnFU+XzH4DYVqEY5ANLVBmXESLagKc4x3xbPQ80R54\nVpU6\r\n=TZ4f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils":"^7.0.8","@hint/utils-network":"^1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","webpack":"^5.19.0","proxyquire":"^2.1.3","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/sinon":"^9.0.10","eventemitter2":"^6.4.3","@types/webpack":"^4.41.26","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.23_1612467194793_0.4129948643749948","host":"s3://npm-registry-packages"}},"2.1.24":{"name":"@hint/parser-webpack-config","version":"2.1.24","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.24","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":"6b066b74ffb1520c7173b7eedc724dd57ffe5b4f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.24.tgz","fileCount":10,"integrity":"sha512-3rL+JO0GZGAli3rD/0isJboeRRwyKNK3YmYm8B+5cmwBucvYE7XFqptSizou7aIXXy8XSoB51kS5IfnWXgowGg==","signatures":[{"sig":"MEQCICLDFTbf98+YHyC8ubsSkKbHNDqC/EiH+dSATyK3VMLEAiBTTyegBMKcPPj4J6GzrqVKCP5UE0th3izbGDFP5o0Q4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":66656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeaGCRA9TVsSAnZWagAAMysP+wURvHj4s4vKZnb5WCLQ\nYXZmYTGdCXAYBoUMGIvsZoaWV3MxxnZ+ZgaaWpugD+YLSd5jf/nU0q87K2Gc\n80XesKWU3znVDi8Rmliwvp+8YMgk04lX2ZKq849BUWBziUfAp1WqBq6L8f7a\nBEC4y7tJi2ih4KGA+cqgVqE2chE1Rcpxk2w2RMXhy40D572i3iqRC6VOgbFx\nacPRDm7Rr9DLMth0NRfAvsjX2gzwfjNl0ahiZy4ml9yG+sq4zJfSHlHofCr+\n71eiccXhL0oaGDDSZ6AZhFclD6fERKGGdLZ+WUFp4s+lO1G7AN79HtCB4RY4\nSmqvoZGCgljCLKqwen2ZWX47Grq9xpw2Wj4/fKqWEFt6t5xeVYQT2zGH0pAW\n22OmyXJYKWb0FiiP33OdsfxnFsjgN/h7++bvDLX/6NZLLpISvcgcPbmNfSaG\nivfQ1A9a/wFXd5wKM2FvelUwVFhF2/Z9N8Pa2OxV0/4swpJbKkLja0z1qqQ1\nRkLUUtaDoJT6J3POaHhvKJoym4edbT1IZxa4JcoeF9wUagH91OfjWa9QmyoU\nZzd8+MzhnWT07R+VHeevywblvLJ2Zkv4ndM3xKMTj9evcxvq1kZRNakifjBD\nqK7l5//rN9p7d8d7f6zNN/wXFTnKHGM2dEJOu6+TWDgwDOyYOKFGJihQe3yF\nBwws\r\n=O4K+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.6","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils":"^7.0.9","@hint/utils-network":"^1.0.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","webpack":"^5.19.0","proxyquire":"^2.1.3","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/sinon":"^9.0.10","eventemitter2":"^6.4.3","@types/webpack":"^4.41.26","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.24_1612572294515_0.19637229663115652","host":"s3://npm-registry-packages"}},"2.1.25":{"name":"@hint/parser-webpack-config","version":"2.1.25","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.25","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":"f26f34c6db298366d82f0a39e9020e3069bd519c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.25.tgz","fileCount":10,"integrity":"sha512-hKA52z3xUWmc6F5dDcrkh09DThxHiGijm+f5mjtvD16IH1Joh8Da351RqTUc4XDfunlsIOcp30WGnb+G2Wzhhg==","signatures":[{"sig":"MEYCIQCW34q8ZCxvXsXsPYHr9dv/7wh2YRNXI+EncHDOk2T/fQIhALBgxH+PT5PWE6QsDunUMDWDWf7ISyX926/R6YR+5Sfv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRLFCRA9TVsSAnZWagAA26sP/2eD2mM4D+Mt9TlJDfkG\nOBdK7kSKR/a/Ix8bXfAYN4Kw1WwobcHB6cvCWTNzHp1NgDFgyz0B1s7EaNql\nYR5kkpf07nOw97A1Tu99Xb6tp8qNhkP5Bis4Lm8ZIfb/nLbjFpv84dGMO8hM\nMdFSo4HeHM4E/aDG2X16CrzuaTH0EV8KoEbbpQ41xTREnv2xeQMGiHogUQQE\npQr91K2G0oFbM6MsweeQ3CTwLRolOfmTxfCuNoxzPsbIcgTos2g0sIMVulJv\nefB50BOAQ2yvvLR3GizUKJwDYx1/rAemgMZrqOwc5rCJVZRrYt91PF2LYMku\nxpiBEgGBkMoTw1o8NGyKrBb3uhgCwrRNWd23uoHdLvAHtcoE4z3++Jjs3XI2\nySrH67xOJ12v7F7Jb/Rb6a4CBCfaKcB3xrMRpC/5Z0Ohq3kT+PMSRugjnC4B\nmRIWjiPFAhqHZYKu2kdo+lHR+F7lALrXCkAeT4Mk82EpMCOXsvRnfLL3g5dm\nkhPpOawBhXkOG/k73lAV/iQE/tAxHCpoXjchjysKFCH8lpq/H8jBrU33LyKH\nUC4k2fFYVC/kD5R8RykJ5Ks1s/9az52m/RCBGuCxD5fTIFBy4X8tyERmTpQ/\nz6tHU4WEB4I3pYeiNoRODKkORDoNnu9z1Xol4y1qOzOHyJMoU7hlPGTv6+8K\nItAp\r\n=9pdh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.12","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"12.22.1","dependencies":{"@hint/utils":"^7.0.10","@hint/utils-network":"^1.0.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","webpack":"^5.38.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/sinon":"^9.0.11","eventemitter2":"^6.4.4","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.25_1623265989394_0.2688930616272043","host":"s3://npm-registry-packages"}},"2.1.26":{"name":"@hint/parser-webpack-config","version":"2.1.26","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.26","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":"74662e25666cc57533ee8c0f6fbb4e35e15e9f5a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.26.tgz","fileCount":10,"integrity":"sha512-TgQLFuSFmph/cLgJwjUDdo/Gtf1ZQpyn/IvD+74LvSmi3oTjCh1gh3NQN7YtFOJe503lRKn8K1gsiWIhH8WAcA==","signatures":[{"sig":"MEUCIQCt0G90XGQJC8VBFB+DZpakNAU6n7+af41gg3tZTtZ5GgIgfuK0LA8Dgzi7Q4wZOITCgD072BHIrKdZBpPX1vSM3HM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77737},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.15","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils":"^7.0.11","@hint/utils-network":"^1.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","webpack":"^5.56.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.4","eventemitter2":"^6.4.4","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.26_1634833240918_0.28286051024313563","host":"s3://npm-registry-packages"}},"2.1.27":{"name":"@hint/parser-webpack-config","version":"2.1.27","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.27","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":"c724cfc26e31070531b803c8c14a301a06f23db5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.27.tgz","fileCount":10,"integrity":"sha512-GT7BemBWbZ6BgNl2Q4rsDP70yv+slIwGbWp0kVZ9wedq+UAcBcSpmF29fItRmciz7C4GD31N7atTGqy7E0Lxtg==","signatures":[{"sig":"MEYCIQDUccwY6nSZykTBTE2Jn8XLNYzdctJ5Mpg0KYGvM3Z89wIhALEqn+jO/Y/2FuH8xepYP7AKpl/vIYVltjuznghEJsgN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77737},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.15","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils":"^7.0.11","@hint/utils-network":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","webpack":"^5.56.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.4","eventemitter2":"^6.4.4","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.27_1635537443636_0.1314236999333962","host":"s3://npm-registry-packages"}},"2.1.28":{"name":"@hint/parser-webpack-config","version":"2.1.28","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.28","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":"0b3376df755801ae24b12e1a567d3515eba7f960","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.28.tgz","fileCount":10,"integrity":"sha512-7p6o2jNErwxhPKJ2rp5hZB09NLBVsGdqsvFe+0YtKszElB+GrOeBGFszzIu28LaFQmoHw5RZqhnbQulFszFfaQ==","signatures":[{"sig":"MEUCIDCrSNpT+gofeqbEtJUOqzew4oV+/tPoysKM371quZ/oAiEA2N8TtV5W5SXMzG2EIgZqTgq0lUErWCj2qrj88m0BSWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78002},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"7.5.2","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.18.0","dependencies":{"@hint/utils":"^7.0.12","@hint/utils-network":"^1.0.13"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","webpack":"^5.56.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.4","eventemitter2":"^6.4.4","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.28_1636050642377_0.62196417584486","host":"s3://npm-registry-packages"}},"2.1.29":{"name":"@hint/parser-webpack-config","version":"2.1.29","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.29","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":"79c536978ec1d73dc1ead4b5231a72775debe562","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.29.tgz","fileCount":10,"integrity":"sha512-3QNguDd/ioiQR5wMt8V6bFQj9f4+0MPidFonHcvT+yP+k4jL4AltJm7RWhZnCPylSvvYv25s6ScQC5SYh7T5ww==","signatures":[{"sig":"MEQCIDk5CUFOu2XVb650MZ6NxPJhTAs7xJhyUFufK9HMOjG6AiAlRJJP9XWzNhrXfrGNPQLJEs0YJmUQKbi07Jl/wuKfqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhkr73CRA9TVsSAnZWagAAi9oP/1yYO0irE528inV+w0cq\nCoZNvxrbiYZxfeBQw4omt0zafV7bb3V+bPAJpKpOIGETu/wgr0sZz4CviYOt\nqv+enjlhZcKi2O8pcwu8aksO0Xmb6yBO+GK+h36z3WcpBw5gWoSWUwQEEFn2\nPHfegpuIq9TxovVzITETjGf5cfSDqvwvXcytRlCiNk1+g0ffM1cczDfZiA5R\nbpvJTVNYd40KzW5u8gyBOhsi3H9Apm+T661nGL3fIZMcl+dbCQM21z5nuDyW\nppLjGdqwpk2iteQPW54dMx84qjy7CWD2CQYtggJqTfB4lkklwpBvFCeP2aYe\nfQ7wQ6GbbuV/byTa2qEXXjRd9BDZjupqFiKAs7W1Mkz5xyustoeNs998okAw\nBmfK54Ht1i08UbsbYxDhpNGwV6Drabl8uV/QKCpSsUt6gexTBRirP82knpSx\ngdQ5DleOc3/8REtPGofSr66L3r5Q4r0w0Tva70hkAPk+rAEm3s3Sk+T+oAAb\nq7PpzqnniQ8f5QVrtI99sr/8HzsBc0m7W/w83wvyANTkv0u5c2HF2TNwtH6/\n0KVdzUpdp57phf/YCjXAsmltRntTNZNi8yKBq4R8Ljstvh4A+qmezjR5OiRs\ni9FH1rTzpMRbX5Krd3iTM2XEQK+suGX8Ia1utBvemvtQ+cQDNljWfNndhoJO\n5NYI\r\n=XkV0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"6.14.15","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils":"^7.0.13","@hint/utils-network":"^1.0.14"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","rimraf":"^3.0.2","webpack":"^5.56.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.4","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.29_1637007095218_0.4390877188835889","host":"s3://npm-registry-packages"}},"2.1.30":{"name":"@hint/parser-webpack-config","version":"2.1.30","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.30","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":"369cab9a44ae781ca1863bf2cf51f825bca219d6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.30.tgz","fileCount":9,"integrity":"sha512-cA4oLslrNYy0SqiAy0bAeUpVsud7ioQnf9JEyoY9/Np4E++rohSCtRswKFsH+ys1InN1TxptwRytlFtJ62JXVg==","signatures":[{"sig":"MEYCIQDse8LAxCQC+olnYyFJS623mhezm9gOWutqRP3Gv5WlFAIhAPdriwMJl2Hf22Hoyy97tKhIMbiz29XE76MwBElnVekn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkspACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkzBAAk/SHymUx+1Z6KISaA4q9qQAa9hnvFHG5lV/gHhjdDh8Mk4y/\r\n6j2TSvGilmJyWDA1kmDYNHmpXu7QSvkwCPC+HPRl0LKucFD0HEOL6tyf7icG\r\nDnhMqyYkoncd+48ZgY0Og69DLOGW8g6G72ytSuz+VYPVmFZ+vuIDnA5sHVnu\r\neiUg7ekQ6BXsj5E/C3x3740IC8h30qvKuPN+wwNnWIQtnQD6d2XqqOutB7AW\r\nQtEEKLrDjnFlD153D7CwenLg+25hTYULuM63ElEU4cxp3E+rmc6iJcdZorqK\r\nJok/QlDoqnOO1I0wr/ct1yLfgT9onnkPm7nCQWbdzEkTgs+Uw6LmeMjOIOkj\r\nQ1mC5QcfSRbPMOl4bpj7PcOii6zSvzhi2D4IZmNmi+Do5qI696sCQUtcgUij\r\nm8TiCJhgdOeOxXqcwIvvwBOBBfQn1y6vH/nHbGZq7q8AjCRg1caxY1/M6tv5\r\nwuAx0CY5RawAOvWxcEAAyDbCDnLXwjdi2ssrKouFYX5RCZNMz++2L7bO6WsA\r\nr/fbQP/y1ShV1dp+1Op8We7ns3UmmpoQmyKDvkOg4Rutcvu4Ndb6QN6t4sMc\r\njvs2vtkTnVyaCnGGNb+B9ZrpqCg/FkpYoX37RYOB8FmuQDUvykJbsTW6EcqY\r\nx1tNi8xiu4sNV0FCKSBYI5lJzwqJBjUlbPA=\r\n=jaMn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"958c5ae10b0cdfebd292c67584ef5b99de8deb14","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"8.3.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@hint/utils":"^7.0.14","@hint/utils-network":"^1.0.15"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.69.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.30_1646938920983_0.4264043102696684","host":"s3://npm-registry-packages"}},"2.1.31":{"name":"@hint/parser-webpack-config","version":"2.1.31","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.31","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":"ac1d308f657c72b54b675bc6515664f7c83bf742","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.31.tgz","fileCount":9,"integrity":"sha512-TerDUwdxrGs5bzj/++2lR2fL41ZY3RR1BJK8orVJKOALfmgBwdAo8AHtfUzTqzjllMpXpGYUHZLyQglLac5hsA==","signatures":[{"sig":"MEYCIQCR6pwH9DS1IYExXP2bci+DlDoVWNCZ3Phd39E89d+2pAIhAOKA/d6y3AeHPlCQBB54VJtGUA1CxhvCJ8+BRs1tYd+W","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG45ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpahAAkmnRLZim2NB3wvvhiSEqxwgWRJfLJGD9kxbmDMkgb/8Emgmk\r\nRhUVH5hnR0hqb6JAqwEB3O/AHZAZyINBoiUBe4DHLTo74VEY/ojUm4NeRmJv\r\nVCHfOx3G8Wti1R46oQLhPKJpFJXwJjFwEcFOEWqL/bewDJxs3IEY65ah6Ose\r\nf/M3Vpv2xbrLV103vA3QQbE2BSAzSOLHeeVbYG0Ol+KViFHI3g993nZZZSPq\r\n5sMyvAsBW1sVHuGhOxc1CKN/xZOZv0FzvWC8/AV4Vortc0zCwjDR2jAbcndA\r\n0A6oH16JeseVm4vl/CpG075Dhs02iJIgmv/2+VHxNmMAWKb72bwMNBvUVRK7\r\nOcydscwkEdVK0Ss/qMjKlb6+h4fWGUEWFYL00Ib2tTam7VXr02tBGn0KGoVY\r\nLL3Tpn/KLyE9RGwstRGKJBRNrrli4If8KNB45nSj5fuO1QQZc4vhm6fIspaS\r\no1xbhVA2BngSyrdv3F20S6NHHLwFptckGEVXG+GEsP6ZbR7MyITJIm8fsnnZ\r\n3OZ1U/RregEyrt5Aj0K/e9HpuFWYog7904ubhLKI+qiR9/uw82WWnydazJrV\r\nUDMTNPYULXDbP2gO6Zn6ZpZWjOcUvAbKKPFjEOCfvy1HFI5USrsGPi3ELINH\r\nEwlZA7Xz/My+UTEN6zZyO/Sr+djg6+JYtPY=\r\n=uvTJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"8.5.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils":"^7.0.15","@hint/utils-network":"^1.0.16"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.70.0","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.31_1651011129355_0.6532971246573154","host":"s3://npm-registry-packages"}},"2.1.32":{"name":"@hint/parser-webpack-config","version":"2.1.32","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.32","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":"0e59a6479a770acad426ec53d2c5ffde86773e7f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.32.tgz","fileCount":9,"integrity":"sha512-jrG+JucaSW3kyQsuhGXNQmZqCaLaECkaYSXLf9vxkUbaIQCG1f41774uVU3oQsi9p/zoZt7wJAZG0EAqs9CEvg==","signatures":[{"sig":"MEQCIBaZ1NyiznP9wjYaqIe0z/jijJAc+NJmMnhiSkNpC4c1AiBEJGZneYCEXtWTkXt82lX2RnbLW+frAIEUB92DM2nINw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdqQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkAw//cOHc5ah8QJ1tXCdgmp5SzQI3kqJXyYc4hua5bt5wUi30oJhG\r\nqdo259HdP2hLcXlg5oN0blHunN2NwxKY4zgvETxDo5q0P5hOT3LdgTb6+M7F\r\nb9SLZ+QNR4HjhNrzdh7dwdJuvxKXj6SaPv7AeKtau4x+feFC4HojclDPzGKs\r\nMr5AWbVgZfxb+vNYvZ3UQhy8CaouIeFcT+UHzbubOVFqCNoXqoOaXN6ZSTej\r\nf0mu5/4xhfr2n7ZTyQ5CHj0HgSGKSy/BJbNWlLQUu/8Ot6TM0dqRFOdh4OIl\r\nltwgnoDF9fiobxuzlrT9yDcktUaGzwfgXRSTs+V6HjFdxFQsUlCLm+ZiE0JK\r\ndlakNQIBzYbp3bh4AY4gZ70bMIR5wEVBLo0p47TXODLOzSPygOBJSXNrzBzC\r\nLvTZTlh8HkUzH27SexOgqfy2IKp304FPGKtxq7i1OojpyDIBGJlhh+ysloZd\r\nhvWui3ee04EgsmYy2EJsDOIH/GBbtE+gOBFPCgT3Sd9IEbx52acSb/f2LLJP\r\nclX6sWsJ/wxL++2zFf20zIZUc/4gi5/48Q4ltLH/3C/hNPvjN8dK0Lq7NxpH\r\nPsnaHnwUoT2JB6E1gg2bU9p+sq10g5HarES3YLF0b5/YiOxdjzBvAo+KMwBu\r\nOLmrCvEWgRH55pGFLXlKbTgXgfz4RZPdFVA=\r\n=kM1T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/parser-webpack-config"},"_npmVersion":"8.5.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils":"^7.0.16","@hint/utils-network":"^1.0.17"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.70.0","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.32_1651628687859_0.9549861606149452","host":"s3://npm-registry-packages"}},"2.1.33":{"name":"@hint/parser-webpack-config","version":"2.1.33","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.33","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":"83358ff48a6eac545841afe87f5c55fb2f054342","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.33.tgz","fileCount":10,"integrity":"sha512-DH7x/69UApysUM/w+fw5CGxXEK3wNU3kJA1lrmR+IKcryysOUV7PijEs5JsA1rzRQXUl5NO5q45LSXhYVmV3rg==","signatures":[{"sig":"MEQCIF+3PDMT4GzgNDJXPAh2hPcagnWez4irjcbVJBOxThIEAiAX+6mPLld6G8gio2BqW1CwCFoJoZ/GyrqaZ7RPiSYnGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":82755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn+RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0Cw/+OTITetkVZGhrtaDsZLYP+YY3S5Sk/28WvWfHeZqrjoMV1lId\r\nEiXzXJb2GWLh5K/LAkHGIfCGSMLhGCrwi42c89F3AfYdYmamFs9lrPNCFOoX\r\n1j+TOEcD4lB+sv0Yg4sLDGxA/MZILauHpny8toec+Gbnz+/yTreH5x8/QQaa\r\njlSd+P+bxkI9G1tXw+F8zttgiVMxKBelgS5FS3fXoaIX+O183vJp2vOdfOjK\r\nwfWL2GZeJyKl9oJCd76pwEChanlTQoRZlyNiO+w8cZO9dkKjO9UWTtC8Hylh\r\nlhUyeYoJbvM5cGtPMN84uJ/e8j+3GIEB2TdPdORcQr/7HwZvPrJP9SbSEo5R\r\n0/RDLgAynVUku1YAlfIt0jIfh3v35u9LaKKjP8qlj5kqVdNZfbtP5Aey81Yz\r\nnl7flDCzJniHSusx9RANMQPaaSulzmqMI+r3oPUaErnqiaEGUbsrVgq2vHSJ\r\nqrn3ycPpb75KquECKEzE2OYQTDhvbdHLS0hqV0Lb1/o1MKosiAiMNd6FUtKD\r\n9RhWoR2JEKIJkoXhTIJ7827OipNZzfsB4R+tUV+JgcUKGdTj+hJwtMQI6LZP\r\nT+59I3FGnSN1S0unL8iwlcbc6tPyNO6SimXl5pdiZWt8iYMKVZrDFbt0FjGS\r\ne6PkntHPim80M0rYK+arv9Kd9XazSohif0o=\r\n=HTeK\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-webpack-config"},"_npmVersion":"6.14.17","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils":"^7.0.17","@hint/utils-network":"^1.0.18"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.72.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.33_1654554513804_0.1629614093631242","host":"s3://npm-registry-packages"}},"2.1.34":{"name":"@hint/parser-webpack-config","version":"2.1.34","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.34","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":"f778c2b94dca6c4fbc0330ca9330d3a813d71dd1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.34.tgz","fileCount":9,"integrity":"sha512-sfH3CsL59hD/OaLZEJYZdYio7A5Wx+UY4/vf3+X4kMNm9X8SWSa78qaPeieV1+KvOiX7jy7ALOZv/pQfYxcyfg==","signatures":[{"sig":"MEYCIQCjdNo9ghN1n8Tpl8Ihdp7A/C9xyWSY3EAf9cIn876bPQIhAI7QIPDydA1qNax6KPfc9SKSLyJIAqwWg4+h/d3BgXie","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6C5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoidg/9Ej22/CM76GMMDI18yndyZccfaGOCtK7dQ76I8aXl21ld3Od1\r\nH4KIKbXlIwm5ZsdbpW6UN8XT1NPUfBpX0Kh/9QLd45FRghsbCi13gp25/qH0\r\nsUw4BczAYX70XTAkoWfHTotmcLHz7+Bf+hjZb/5aGqI4qNdCDI0ozs+l29y0\r\n6egyfXcdBFo/QF97thU3IXIEXTxbWfgVyGxTlzHW1T931vQA/rsAtOzOHL7y\r\nC/uGB+RVGuld8JfWUt/QEsCRJm1JD6MkSOFZDz6STvbJ4DDFy18gv79zXngm\r\nwKIO6ceC3uFXrJPOO+SIX5p2O+QGkcUa96Hac4BPKDxEY6rewnWB7i2OUYme\r\nQZp+bFy7pwZf71UQGuSyc6WMGu2MAvf1kx885suz9Rsnf+uf0W8jmdGUNwye\r\nXiwvrdyDQK6/fGt3RGNTGkTsj3/SNRZX9AZrV2ZKBeYemjtrySFJLTemTXJt\r\nQAa1v7kU/nFb1lb1nwinyZ0zkBkEpNIwYoSNnb4zb0LpuDWBYwgLweRt1waM\r\nV7Y9VNDqaTup1t546LGonjuAUeoUS2XjvI7txNfNmyViHaFWShqCodCt8bSs\r\nuaLTf5OD5l8pei24HeIYn5Y8/tVXzGaOKaen/oqDpt+u6rFDfXZfFEi9Pvom\r\nPNfUbBaUYCRpiVVWK+sNC5QyRpjay6O6pHY=\r\n=tm5S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","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-webpack-config"},"_npmVersion":"8.12.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils":"^7.0.17","@hint/utils-network":"^1.0.19"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.72.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.34_1655152825529_0.5269623541193842","host":"s3://npm-registry-packages"}},"2.1.35":{"name":"@hint/parser-webpack-config","version":"2.1.35","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.35","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":"ce3d69def2d8cddc1d6d2bcf2b489785e9b46895","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.35.tgz","fileCount":9,"integrity":"sha512-/O59q2f/xP54CckzJHmwSoJMwEyxhQtfhJ/z0OoWl1em6ltK0OX8WX94Ectm0HKUSs6xbCTrAub9TPenz5NKtg==","signatures":[{"sig":"MEUCIQDmqRL1NiUb9QSYa99QZTtpIrSzV+G8niHbPYTzYp0nagIgJstSZqT0dF1BBLykiatSIbOc9lcWDNrDpOHdsHsDga0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFSFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqpew//RW23QWNcuoTzqYlostHy5HiCJqez6CfY6KNM9E/qZHU3cfXa\r\nzGcEwi6LLsCeubnt/PehnEyGQlcDRDcfFqBbV/bql36lUWHfBlq4HggVJvpH\r\nCa0J2i+0Haaz+Mz7CVfF1XAriceAVdJG3FlEHR35zD3lpuUdcURGYr8nyHr6\r\n9E+7buYFZPC6kolz/LKiwI6H6vYil+0UW54E+yKiCjVzlgoqSDNaAcguuAgU\r\nS4xLXCBnbTzG15Ow1um+3xDeNYUWC2WjB4c5BTQHtcvn+I84LXQdKS4+FhbA\r\noqYQ4nOD5cj/KLAFu5fLoK34q8vxDEojvWK8EiWdc/wOTejhVbelYUjhphnA\r\nOmQ1vmg7yv3YideV90i+M5f9SoSI8OKDd48EpwdMvWaXi/eVJ0C8ub6Fyr+2\r\n3CfkBTRgYMGvUURuT9sp+1pzLSu6OM8v20Xt6iou8Qz2KoSh+v/alBpbCHJR\r\ngBggz85gWmaaUPF21QLezfJW73FLar3XRNGWFCLa9/1NetLRlKlBr0/PNI9L\r\nYXUKhAPS+1foqVzq3HIlJ2OAoxZN8NlNWN4/tbVJDfblr8eYhf20987JPetY\r\nQso5hrdGaMLL0t9ytTA/qsXA+r0n+13qjwmN1GeC1MyplBUHPq/cygT+tmdB\r\n9Nv29VCaVqiSsYjOxGW294ii7o05leQ4yPs=\r\n=Jg1X\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-webpack-config"},"_npmVersion":"8.12.1","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils":"^7.0.18","@hint/utils-network":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.72.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.35_1657296005517_0.8241884640290833","host":"s3://npm-registry-packages"}},"2.1.36":{"name":"@hint/parser-webpack-config","version":"2.1.36","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.36","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":"936c7eb6ebc82f2c06db64462687550e204bf68e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.36.tgz","fileCount":9,"integrity":"sha512-bLiIzNlGhYqiEhHSn8pJZYMii2rsHC2/Pj9UT1sxBRguBAYK8AZeBDTx1PhiWu0T0VATFPDSWdSnjrKPtzt18A==","signatures":[{"sig":"MEUCIEL4NB7y8GpgxN0y4w3H6PMex+AfWCcLf1RphQEVhVEJAiEAhieX/M2BqZ7Y5sG/QrlyaoSpnjSuXIExjHibhrLLdtk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2ywVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpU2Q//Z3x+WVJOp62l2hOceQld0szUcRoO03FweMGn26Of1IvgvEpK\r\nG8gbpf3Wb7ocyeLg3ZRXm47ov0/fuSjphfnwHl/Ba1WP3hG2mzY2W2au8xeN\r\nyRwKK711dz6pIqYtBESZXI77MzEJ3iPrbh0uL7pi+Ky1krjbWeBlLoy3eW8I\r\nhxZohhQMn0nQ1hhi2qSre7xCnLKT4ssbkkkA8WBViUYzdD83dg6/U75812BE\r\ni+s67DBMQRTrBRXOJQd9EYerIe5FMb5GuXuTRyGg9LLTdFc0qO4aQjvf2CTl\r\nsh//ffYjcMA9Su/23ROAHPqCNs8njpIrSAzmpaNz6tkCdRXgkvV52CRXKbKj\r\n0W/pSlOWYSRsO0TZhAx+XzwnbYkxaDs0kkoz2s4/+rs64ernAQBba8CGMk0t\r\neOlvMwyiJjPrLjKxqkCI5rZvMKu0JhJZnMjktzfL9ZzAdTAC60LvKQaoZjnT\r\nvdtl6HLOFOahGMuZGV3XNWQoNdElrHJBov7bJ6RCqGj8rCaN73aZOh12iCfL\r\nqgfnVUVhuLvOkW4kSyJ2pwDHJFkiA2DMbr8Uo4Qbe5EKEiKe64erJEiE0bdh\r\nP8/EiyG3ls0HZNMOff7CanWs3WRTr791bDVjmvBnDHWZ/H3/y4xIvjIVNsUM\r\nKxzoyMVALCKmpSaCWpmPOWT2MK9h/s3KRZQ=\r\n=5cxT\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-webpack-config"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils":"^7.0.19","@hint/utils-network":"^1.0.21"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.72.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.36_1658530837489_0.6817470074558456","host":"s3://npm-registry-packages"}},"2.1.37":{"name":"@hint/parser-webpack-config","version":"2.1.37","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.37","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":"3d34e7befdcf4b73c09a48a3185b24ee1d218bbe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.37.tgz","fileCount":9,"integrity":"sha512-e2sM0hs+hnUjP+4hOehSvppF+EAYOsMaJaNQUwEh6W80lUANdOt22zrDTkoIeNF2VlgwTu0dKDt/Yhl+I80aCA==","signatures":[{"sig":"MEUCIF+QNJUYwdkCpCYo98jEirQvlWUoWPJ3CUIb/xc/WVvRAiEAkDz7GX0zh1RbXLCSp+I974K0uv0oCcjqccL1BZNJJnE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3hVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6fA//Sv7kNyvXVA2VTpzJpvIFSLkIB/1K8igc7woAVJqGju2MJV5i\r\n6BLfeGNROa5KZy6/f3Ds+yO0U0USMLHsTqIe67vThQISti3y2w2oHcxLeoDq\r\nsAj+Svp4sMFkHWcIHycbZ8QBi1LsaWkInqBBkHuOqlsR/lxfXenSb32QwLlj\r\nkSTv+My3xY0499U/ApL+ag3nmqVq9mG56G5OSxrnvXW0BY7t9Rsl7PkYmgAj\r\nnFUlK8jLKbFjfmtuPGyYGlRLDj+ZNPnSVwVZ8o0lxglM/k0q1kNZGel0Ig3s\r\nslUKL0uFa4atwcVTAvxmMmmY5G0F4lJBSWSrIJzdetAZoz3D7xSHWnsJJPOs\r\nH/iyYibk3vRYEscs7xWgGc10G3If6l8scWTd2dVuYpN836WVpg0Tz21Ix5zm\r\n5EQpX0nBlUSfxTxFjMMtnB30Ei3dnAobfQBWb7WzWDensdymM0mSzynNxkia\r\nIi+L5HJMFP3mrfnnYWY3UXXELTr1kCEfoAmF2kT8Z3JoSFSuIev9b9NmKp00\r\nlZHV7pUKodTyMiMp+ulQeLFX0yZShACsRBrCUpkl1dtNsMZqn2LMcAF4HwgY\r\nU3+c0h9BgcjLdnmXJQCIuSsLxMpB9H0tlZds/TyFtOfttxHD1FuQ6wEYCzfZ\r\n3TVqW2jszXs2/3F3J46uBugrghe5ltnp3NY=\r\n=wvaq\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-webpack-config"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils":"^7.0.20","@hint/utils-network":"^1.0.22"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.72.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.37_1662482517713_0.055638258656415474","host":"s3://npm-registry-packages"}},"2.1.38":{"name":"@hint/parser-webpack-config","version":"2.1.38","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.38","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":"637b9f5048114700efff836da4f0940569e9e87e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.38.tgz","fileCount":9,"integrity":"sha512-94dkx64qUPNRukGsDrfahgT5qzRrxoFNsSeFnIqxEsSKCx0p739sz0IQCwCiK6tNhQK1/vRrG/T1X6Jx39pGug==","signatures":[{"sig":"MEUCIQCH6bpqXrw+6o6qGNsMgJ6hyzeFM2vVaqNm4tcGuHkQsQIgcUZiOdnyoxYDT3yVAEqNLvJmvBrhvgNoLghKm4D5lWc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPzBGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5RQ/+OKUZNrvS6wI5zG4xuMt4ejjGEq2prkcT9if+AXazszmiHfkU\r\nJAplWWU3v1qz4xb+AE3waif2ZYM8TXd5j+FouPiH1p6bw2QPIuZqGHTCKNcC\r\n+bpjZ115putb3pubeCm6CM4kV0XBLiNyPG88AKd3V+X6iizcGotgm6sM57ju\r\nEFl/7dC2VncGEnXX3aCppYevck4Ao+O08SaCSpIGA9T//lkKWYrAxVjE6Dvd\r\nif/L2jFtgj4kuukHJHugJe0gkFexKUn1HB0h6OU863huE0CRUW/ZwaRsQX54\r\nfgHYFogjsUQfoyhU7d6HH2QDZaSw/6+vWW2VbwOoNKgeILR8iZ91rSq3Pwmd\r\nmw0IFJ/gNtgcOz+9xWBxioGKosWBvcm+WfK1z3onezlyIRi2P29Yj3LrPlvA\r\nHXpvscZ7P4jHQznMXenRE7ywcjU8KHsoa//XdD61fyU08pE2Mj+wdJgkYBHh\r\nFMLsb3GRL156ybdhQfGWY6NTSr/Bpb2Hm5Cq/2bSYVGl9RYgHiNyECrpOFVL\r\ntfPEfyQAv9NFiFPyy2OTFshd9B7vKUj8Cu1Pb7OzdsZVqnHrTwSMyaEvL9/g\r\nG/2ed/SmY9W3P2KTDSN2705nyoFZYTQ9FCixDhAo/39Wk3DcItvF96PG3Rk6\r\nqL8ajvJXRQA2pGPh5hS3zA/gV7M2QCos7Rw=\r\n=K6dR\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-webpack-config"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils":"^7.0.21","@hint/utils-network":"^1.0.23"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.72.1","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.38_1665085510483_0.575304657782651","host":"s3://npm-registry-packages"}},"2.1.39":{"name":"@hint/parser-webpack-config","version":"2.1.39","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.39","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":"bb560720e5e8ec9a3331fee66cb08176c253ffd2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.39.tgz","fileCount":9,"integrity":"sha512-V4CzhOEpW2HGjmqldgGDZa9JOVe6XasP05QG45sc5H+wnpjbe+GLEyffRVRXrc1+mgLTiS5gyNDynmGvpsPung==","signatures":[{"sig":"MEYCIQDlLKysgRG2qDB3Zsk7IZv8cf5D2c92f4qzMFPsNNYWAwIhANbmBE/8PXs6k74Jq+8bk0BY+sfUcbfcs0rtzbCuNoRH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE51kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRzBAAg7YwoirpCVnWmyEN8+ZR0Sd7cKuezuy14JAr2p/emlWj6cTd\r\nmbtNcLuCQCHEGZqkQUGzWnzdaMnokRd/IyneVZvlUL294KRjVpiylvuuQ3SQ\r\nqnRExJQgLukciE4PrXHWw0UNjGRs55UE9bBKIYdkIkAB5w2lR0SoXT8cOO+f\r\nvFeTHKcmKiUHM+/DL7N9hz86l18enU4nvRfjc7KBEJE/RgJBctgxenZfkb8O\r\nWTsgwYKax4diqEZSuho91nSUu6/wbdi9+XATpNf80qTM4NwKo98QVccfsqWl\r\ngf4+eRUIIcd4UP9oatm7liyW1br9T8FQYmLy54LuXHNlDGtLadvPMgfxFia9\r\njubRpoBp2Hszb5gtYxCdqaGBVLeU4rdfkT1bgYWDrZXSc8G+8cywT52Tr6R2\r\nyf3xNwo/n1RU0eSWbWQ8K7XmBHJbNtHqzU/+GilJimaRse9ig92k+nEqRzc/\r\n7VLLPl+HMOIqv8MiftZK52G1IYTMlgego+gdVc8eIxApqyWYvLmKmEGcig34\r\nHQFFsws9Y+506yHJCnJEMHHHN7lq7H0dD0MAVX5/22Zj64rLyUwsKMyz6tmj\r\nMf0KZdXZks4L3OlshXq1HYkkpS0fxaQax4HO+giMxsSbQTr6WR/gJN3ncYrv\r\nqyFq3mEtisC/lotek3kGg2lmunkRagEx6bQ=\r\n=ufyD\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-webpack-config"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils":"^7.0.22","@hint/utils-network":"^1.0.24"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^3.0.2","webpack":"^5.76.0","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.5","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.39_1679007076697_0.29378300826903425","host":"s3://npm-registry-packages"}},"2.1.40":{"name":"@hint/parser-webpack-config","version":"2.1.40","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.40","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":"107b13fd914334c98ab73015bc1c126cd898b7b2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.40.tgz","fileCount":9,"integrity":"sha512-y1pahovBHOS+xhoeFg9irSyudPA9PxicUpGD3XHdYqLBPSzZsOqlviEPCVDyp92uKI2VdSIniDB/VUEzel9JeA==","signatures":[{"sig":"MEUCIQDEog9T1vqMxPdQrTCefo1GQlf9f0nn0OCU6DVV8bnMZwIgG0yEb4waG8Wo3E2Z9KSgqXifJdeEEBsvPPdXxvNCZRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20542},"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-webpack-config"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils":"^7.0.23","@hint/utils-network":"^1.0.25"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^5.0.0","webpack":"^5.76.0","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.9","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.40_1686328251427_0.44943564086569676","host":"s3://npm-registry-packages"}},"2.1.41":{"name":"@hint/parser-webpack-config","version":"2.1.41","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","_id":"@hint/parser-webpack-config@2.1.41","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":"32ff9da0f90ecef47a8c2c8be0d529e6a3d07ff2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.41.tgz","fileCount":9,"integrity":"sha512-SrHpksk42IVVk2F5uOOYg74i8qf9VDLtETgOKI8CCbEUDwyBjEEYTs1KnZooJffrb8MvWRgevEzNdih2PpKKrA==","signatures":[{"sig":"MEUCIC3jgVW9GQgB9JLUDwn7HrslIlbVBVWJBeYEbBDxGqAwAiEAgZGy/ggDWMbJRLS20NRIHT2ozJffJv+J+L6vyFnehPc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20542},"main":"dist/src/parser.js","types":"./dist/src/parser.d.ts","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","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-webpack-config"},"_npmVersion":"8.14.0","description":"webhint parser needed to analyze webpack config files","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils":"^7.0.23","@hint/utils-network":"^1.0.26"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","rimraf":"^5.0.0","webpack":"^5.76.0","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","eventemitter2":"^6.4.9","@types/webpack":"^5.28.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parser-webpack-config_2.1.41_1687907404691_0.5524324780660832","host":"s3://npm-registry-packages"}},"2.1.42":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.24","@hint/utils-network":"^1.0.27"},"description":"webhint parser needed to analyze webpack config files","devDependencies":{"@types/node":"^20.1.1","@types/proxyquire":"^1.3.28","@types/sinon":"^10.0.11","@types/webpack":"^5.28.0","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","eventemitter2":"^6.4.9","npm-run-all":"^4.1.5","nyc":"^15.1.0","proxyquire":"^2.1.3","rimraf":"^5.0.0","sinon":"^13.0.1","typescript":"^4.5.5","webpack":"^5.76.0"},"homepage":"https://webhint.io/","keywords":["webhint","webhint-parser","webpack-config"],"license":"Apache-2.0","main":"dist/src/parser.js","name":"@hint/parser-webpack-config","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/parser-webpack-config","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","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":"2.1.42","_id":"@hint/parser-webpack-config@2.1.42","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-U4UoICVjkZHbP2vLv0c4IKQ6DZZmldcNd2KX4N0og1dEDVWOsI1Tj7Vsr1RCn8WAyYAKKoGMAb6O0Le48JGoqg==","shasum":"994e309286c27dca1e4bc5bcfc85d6d99b0823d1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/parser-webpack-config/-/parser-webpack-config-2.1.42.tgz","fileCount":9,"unpackedSize":20542,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC2xok2mod4qvICaw3JJr6IT05siXzO/OEeALUbW+47yAiAjI+fqrF3Ca2qQKkzAuMqv+LIPM3hiy8x15ryL4CEAkA=="}]},"_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-webpack-config_2.1.42_1724949445607_0.835015529790635"},"_hasShrinkwrap":false}},"name":"@hint/parser-webpack-config","time":{"created":"2018-09-12T19:35:06.852Z","modified":"2024-08-29T16:37:25.992Z","1.0.0":"2018-09-12T19:35:07.109Z","1.0.1":"2018-10-31T22:29:14.122Z","2.0.0":"2018-11-05T23:33:51.558Z","2.0.1":"2018-11-28T05:54:45.294Z","2.0.2":"2019-01-02T19:00:47.874Z","2.1.0":"2019-05-15T03:02:38.535Z","2.1.1":"2019-05-15T04:34:49.992Z","2.1.2":"2019-05-23T15:51:58.951Z","2.1.3":"2019-07-23T16:34:47.293Z","2.1.4":"2019-07-24T21:21:33.438Z","2.1.5":"2019-07-30T19:32:47.581Z","2.1.6":"2019-08-06T20:44:14.093Z","2.1.7":"2019-08-16T02:41:47.581Z","2.1.8":"2019-08-29T15:56:31.365Z","2.1.9":"2019-09-11T22:33:42.105Z","2.1.10":"2019-09-19T18:34:42.565Z","2.1.11":"2019-09-24T19:33:24.106Z","2.1.12":"2019-09-26T21:21:42.037Z","2.1.13":"2019-10-16T19:47:09.154Z","2.1.14":"2019-10-29T22:32:38.751Z","2.1.15":"2019-12-03T01:04:27.022Z","2.1.16":"2019-12-05T00:51:25.163Z","2.1.17":"2020-03-18T21:58:47.301Z","2.1.18":"2020-04-15T19:21:28.333Z","2.1.19":"2020-05-18T22:18:54.726Z","2.1.20":"2020-07-27T20:40:04.873Z","2.1.21":"2020-08-24T21:58:32.260Z","2.1.22":"2020-11-11T20:44:52.548Z","2.1.23":"2021-02-04T19:33:14.899Z","2.1.24":"2021-02-06T00:44:54.624Z","2.1.25":"2021-06-09T19:13:09.542Z","2.1.26":"2021-10-21T16:20:41.104Z","2.1.27":"2021-10-29T19:57:23.776Z","2.1.28":"2021-11-04T18:30:42.613Z","2.1.29":"2021-11-15T20:11:35.382Z","2.1.30":"2022-03-10T19:02:01.141Z","2.1.31":"2022-04-26T22:12:09.545Z","2.1.32":"2022-05-04T01:44:48.031Z","2.1.33":"2022-06-06T22:28:33.970Z","2.1.34":"2022-06-13T20:40:25.739Z","2.1.35":"2022-07-08T16:00:05.684Z","2.1.36":"2022-07-22T23:00:37.659Z","2.1.37":"2022-09-06T16:41:57.906Z","2.1.38":"2022-10-06T19:45:10.652Z","2.1.39":"2023-03-16T22:51:16.874Z","2.1.40":"2023-06-09T16:30:51.588Z","2.1.41":"2023-06-27T23:10:04.863Z","2.1.42":"2024-08-29T16:37:25.781Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}