{"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"keywords":["eslint-plugin","eslintplugin","eslint","html"],"dist-tags":{"latest":"3.2.0","next":"3.0.0-beta.0"},"description":"A ESLint plugin to lint and fix inline scripts contained in HTML files.","readme":"eslint-plugin-html\n==================\n\n[![Build Status](https://travis-ci.org/BenoitZugmeyer/eslint-plugin-html.svg?branch=master)](https://travis-ci.org/BenoitZugmeyer/eslint-plugin-html)\n\nThis [`ESLint`](http://eslint.org) plugin allows linting and fixing inline scripts contained in HTML\nfiles.\n\nMigration to v3\n---------------\n\nIf you are considering upgrading to v3, please read [this guide](MIGRATION_TO_V3.md).\n\nUsage\n-----\n\nSimply install via `npm install --save-dev eslint-plugin-html` and add the plugin to your ESLint\nconfiguration. See\n[ESLint documentation](http://eslint.org/docs/user-guide/configuring#configuring-plugins).\n\nExample:\n\n```javascript\n{\n    \"plugins\": [\n        \"html\"\n    ]\n}\n```\n\nNote: by default, when executing the `eslint` command on a directory, only `.js` files will be\nlinted. You will have to specify extra extensions with the `--ext` option. Example: `eslint --ext\n.html,.js src` will lint both `.html` and `.js` files in the `src` directory. See [ESLint\ndocumentation](http://eslint.org/docs/user-guide/command-line-interface#ext).\n\nXML support\n-----------\n\nThis plugin parses HTML and XML markup slightly differently, mainly when considering `CDATA`\nsections:\n* in XML, any data inside a `CDATA` section will be considered as raw text (not XML) and the `CDATA`\n  delimiter will be droped ;\n* in HTML, there is no such thing for `<script>` tags: the `CDATA` delimiter is considered as normal\n  text and thus, part of the script.\n\n\nSettings\n--------\n\n> Note: all settings can be written either as `\"html/key\": value` or in a nested object `\"html\": {\n> \"key\": value }`\n\n### `html/html-extensions`\n\nBy default, this plugin will only consider files ending with those extensions as HTML: `.erb`,\n`.handlebars`, `.hbs`, `.htm`, `.html`, `.mustache`, `.nunjucks`, `.php`, `.tag`, `.twig`, `.vue`,\n`.we`. You can set your own list of HTML extensions by using this setting. Example:\n\n```javascript\n{\n    \"plugins\": [ \"html\" ],\n    \"settings\": {\n        \"html/html-extensions\": [\".html\", \".we\"],  // consider .html and .we files as HTML\n    }\n}\n```\n\n\n### `html/xml-extensions`\n\nBy default, this plugin will only consider files ending with those extensions as XML: `.xhtml`,\n`.xml`. You can set your own list of XML extensions by using this setting. Example:\n\n```javascript\n{\n    \"plugins\": [ \"html\" ],\n    \"settings\": {\n        \"html/xml-extensions\": [\".html\"],  // consider .html files as XML\n    }\n}\n```\n\n\n### `html/indent`\n\nBy default, the code between `<script>` tags is dedented according to the first non-empty line. The\nsetting `html/indent` allows to ensure that every script tags follow an uniform indentation. Like\nthe `indent` rule, you can pass a number of spaces, or `\"tab\"` to indent with one tab. Prefix this\nvalue with a `+` to be relative to the `<script>` tag indentation. Example:\n\n```javascript\n{\n    \"plugins\": [ \"html\" ],\n    \"settings\": {\n        \"html/indent\": \"0\",   // code should start at the beginning of the line (no initial indentation).\n        \"html/indent\": \"+2\",  // indentation is the <script> indentation plus two spaces.\n        \"html/indent\": \"tab\", // indentation is one tab at the beginning of the line.\n    }\n}\n```\n\n\n### `html/report-bad-indent`\n\nBy default, this plugin won't warn if it encounters a problematic indentation (ex: a line is under\nindented). If you want to make sure the indentation is correct, use the `html/report-bad-indent` in\nconjunction with the `indent` rule. Pass `\"warn\"` or `1` to display warnings, `\"error\"` or `2` to\ndisplay errors. Example:\n\n```javascript\n{\n    \"plugins\": [ \"html\" ],\n    \"settings\": {\n        \"html/report-bad-indent\": \"error\",\n    }\n}\n```\n\n\n### `html/javascript-mime-types`\n\nBy default, the code between `<script>` tags is considered as JavaScript code only if there is no\n`type` attribute or if its value matches the pattern\n`/^(application|text)\\/(x-)?(javascript|babel|ecmascript-6)$/i`. You can customize the types that\nshould be considered as JavaScript by providing one or multiple MIME types. If a MIME type starts\nwith a `/`, it will be considered as a regular expression. Example:\n\n```javascript\n{\n    \"plugins\": [ \"html\" ],\n    \"settings\": {\n        \"html/javascript-mime-types\": [\"text/javascript\", \"text/jsx\"],  // also use script tags with a \"text/jsx\" type attribute\n        \"html/javascript-mime-types\": \"/^text\\\\/(javascript|jsx)$/\",    // same thing\n    }\n}\n```\n\nTroubleshooting\n---------------\n\n### Linting templates (or PHP)\n\n`eslint-plugin-html` won't evaluate or remove your template markup.  If you have template markup in\nyour script tags, the resulting script may not be valid JavaScript, so `ESLint` will fail to parse\nit.\n\nOne possible hacky workaround to make sure the code is valid JavaScript is to put your template\nmarkup inside a comment.  When the template is rendered, the generated JS code must start with a new\nline, so it will be written below the comment.  PHP example:\n\n```html\n<script>\nvar mydata;\n// <?= \"\\n mydata = \" . json_encode($var) . \";\" ?>\nconsole.log(mydata);\n</script>\n```\n\n\n### Linting VUE files\n\nInitially, [`eslint-plugin-vue`](https://github.com/vuejs/eslint-plugin-vue) was using\n`eslint-plugin-html` to lint code inside script tags.  Since v3, `eslint-plugin-vue` is using its\nown parser, so it is *incompatible* with `eslint-plugin-html`.  You should remove\n`eslint-plugin-html` from your dependencies if you still have this.\n","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"users":{"mysticatea":true,"gbleu":true,"whitelynx":true,"hypo9eal":true,"samhwang1990":true,"kogakure":true,"acmilank22":true,"tdreitz":true,"mhaidarh":true,"xueboren":true,"sasivarnan":true,"modood":true,"npmlincq":true,"lore-w":true,"jaymcoder":true,"alexxnica":true,"jondar":true},"bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"license":"ISC","versions":{"1.0.0":{"name":"eslint-plugin-html","version":"1.0.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","repository":{"type":"git","url":"https://github.com/BenoitZugmeyer/eslint-plugin-html"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"dependencies":{"htmlparser2":"^3.8.2"},"gitHead":"b03d6261fbcc484f5760e71edd1db22c945b38bc","_id":"eslint-plugin-html@1.0.0","scripts":{},"_shasum":"f2048943fd9f3c167abeaa74eba654b71f1c3073","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.6.1","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"dist":{"shasum":"f2048943fd9f3c167abeaa74eba654b71f1c3073","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.0.0.tgz"},"directories":{}},"1.0.2":{"name":"eslint-plugin-html","version":"1.0.2","description":"An ESLint plugin to extract and lint scripts from HTML files.","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"mocha":"^2.2.4"},"scripts":{"test":"mocha"},"gitHead":"0ed1274d2bb8b89e2bd007c76aa38ce6f530e1a8","_id":"eslint-plugin-html@1.0.2","_shasum":"7530dd538c487c4c62435f9729e702e8403e3d67","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.1","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"dist":{"shasum":"7530dd538c487c4c62435f9729e702e8403e3d67","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"eslint-plugin-html","version":"1.0.3","description":"An ESLint plugin to extract and lint scripts from HTML files.","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"mocha":"^2.2.4"},"scripts":{"test":"mocha"},"gitHead":"aa55d222c93503ee34e6b6683cc32cab06d12f0c","_id":"eslint-plugin-html@1.0.3","_shasum":"7a612bb6a080da43e8ba6563b9a08d62be7a122a","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.7","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"7a612bb6a080da43e8ba6563b9a08d62be7a122a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.0.3.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"directories":{}},"1.0.4":{"name":"eslint-plugin-html","version":"1.0.4","description":"An ESLint plugin to extract and lint scripts from HTML files.","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"mocha":"^2.2.4"},"scripts":{"test":"mocha"},"gitHead":"fdf8ff7b86e3f67ccd9ed8e0555bfb73a038965e","_id":"eslint-plugin-html@1.0.4","_shasum":"0cfcb41bd724beba7ae79cd3c75302f813ea207f","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"dist":{"shasum":"0cfcb41bd724beba7ae79cd3c75302f813ea207f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.0.4.tgz"},"directories":{}},"1.1.0":{"name":"eslint-plugin-html","version":"1.1.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"mocha":"^2.2.4"},"scripts":{"test":"mocha"},"gitHead":"2475c960b45165e6fecdafbabf3e3efc9cc391d3","_id":"eslint-plugin-html@1.1.0","_shasum":"0376e0858f7738237f1607dd02d90ba592d47805","_from":".","_npmVersion":"3.3.8","_nodeVersion":"4.2.1","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"dist":{"shasum":"0376e0858f7738237f1607dd02d90ba592d47805","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"eslint-plugin-html","version":"1.2.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"mocha":"^2.2.4"},"scripts":{"test":"mocha"},"gitHead":"d07ef117f65fbb5c6738eafa2b1ad097db9a9c8c","_id":"eslint-plugin-html@1.2.0","_shasum":"90a5c70581b725aebb224f319b50ccc7c02e41dd","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.4.1","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"dist":{"shasum":"90a5c70581b725aebb224f319b50ccc7c02e41dd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.2.0.tgz"},"directories":{}},"1.3.0":{"name":"eslint-plugin-html","version":"1.3.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^1.10.3","mocha":"^2.2.4"},"scripts":{"test":"mocha"},"gitHead":"b9abee0d4abcdaaafc5e29bb2bf640c3c3e05c53","_id":"eslint-plugin-html@1.3.0","_shasum":"6a0b4f72523d5465214f3c778ed921b061d04e6f","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"6a0b4f72523d5465214f3c778ed921b061d04e6f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.3.0.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"directories":{}},"1.4.0":{"name":"eslint-plugin-html","version":"1.4.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^2.1.0","mocha":"^2.2.4"},"scripts":{"test":"mocha"},"gitHead":"6e6b22990e01851217345d2d2c271f867d35dd9f","_id":"eslint-plugin-html@1.4.0","_shasum":"83bfd52abcdeb1a0ff2da987b3c2fde6e957cb2b","_from":".","_npmVersion":"3.7.1","_nodeVersion":"5.6.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"dist":{"shasum":"83bfd52abcdeb1a0ff2da987b3c2fde6e957cb2b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.4.0.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-1.4.0.tgz_1455581105102_0.6567326083313674"},"directories":{}},"1.5.0":{"name":"eslint-plugin-html","version":"1.5.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^2.1.0","mocha":"^2.2.4"},"scripts":{"test":"mocha"},"_id":"eslint-plugin-html@1.5.0","_shasum":"7bd57e9ecb2d6bc31a3ca142c53231c947ef0d32","_resolved":"file:eslint-plugin-html-1.5.0.tgz","_from":"eslint-plugin-html-1.5.0.tgz","_npmVersion":"3.9.0","_nodeVersion":"6.1.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"dist":{"shasum":"7bd57e9ecb2d6bc31a3ca142c53231c947ef0d32","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.5.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-1.5.0.tgz_1463949280324_0.9381608429830521"},"directories":{}},"1.5.1":{"name":"eslint-plugin-html","version":"1.5.1","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^2.1.0","mocha":"^2.2.4"},"scripts":{"test":"mocha"},"_id":"eslint-plugin-html@1.5.1","_shasum":"1c9ce427ee604b9f5a5aeac6ee1470dbc0ebbad0","_resolved":"file:eslint-plugin-html-1.5.1.tgz","_from":"eslint-plugin-html-1.5.1.tgz","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"dist":{"shasum":"1c9ce427ee604b9f5a5aeac6ee1470dbc0ebbad0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.5.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-1.5.1.tgz_1463950990642_0.658591243205592"},"directories":{}},"1.5.2":{"name":"eslint-plugin-html","version":"1.5.2","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^3.2.2","mocha":"^3.0.1"},"scripts":{"test":"mocha"},"_id":"eslint-plugin-html@1.5.2","_shasum":"4c29cd5751229b1e6d2f53f5c9081db2898fd5d6","_resolved":"file:eslint-plugin-html-1.5.2.tgz","_from":"eslint-plugin-html-1.5.2.tgz","_npmVersion":"3.10.5","_nodeVersion":"6.3.1","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"4c29cd5751229b1e6d2f53f5c9081db2898fd5d6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.5.2.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-1.5.2.tgz_1470478494566_0.16297119529917836"},"directories":{}},"1.5.3":{"name":"eslint-plugin-html","version":"1.5.3","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^3.2.2","mocha":"^3.0.1"},"scripts":{"test":"mocha"},"gitHead":"c79e5a29c8344b9c6876ab1ed024c0ba4513c848","_id":"eslint-plugin-html@1.5.3","_shasum":"f2bc82afb169ed8bbca6563f3d11632cd79f9a5f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.6.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"f2bc82afb169ed8bbca6563f3d11632cd79f9a5f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.5.3.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-1.5.3.tgz_1474722087578_0.5306708181742579"},"directories":{}},"1.5.4":{"name":"eslint-plugin-html","version":"1.5.4","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^3.2.2","mocha":"^3.0.1"},"scripts":{"test":"mocha"},"gitHead":"51f0c3f3d2c8f6da66a7fd3687cd25a383d3bffe","_id":"eslint-plugin-html@1.5.4","_shasum":"fcb8076512d92aec7825dbafd8a48f52de3c0a09","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"fcb8076512d92aec7825dbafd8a48f52de3c0a09","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.5.4.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-1.5.4.tgz_1477156195478_0.9887122663203627"},"directories":{}},"1.5.5":{"name":"eslint-plugin-html","version":"1.5.5","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^3.2.2","mocha":"^3.0.1"},"scripts":{"test":"mocha"},"gitHead":"d5914278d019ecd8bacff1978bae4fa7c28a4419","_id":"eslint-plugin-html@1.5.5","_shasum":"5959f19f1b1d71d01f7d422dc9b20d8f5b85f550","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"5959f19f1b1d71d01f7d422dc9b20d8f5b85f550","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.5.5.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-1.5.5.tgz_1477230924480_0.4000103180296719"},"directories":{}},"1.6.0":{"name":"eslint-plugin-html","version":"1.6.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^3.2.2","mocha":"^3.0.1"},"scripts":{"test":"mocha"},"gitHead":"e3c91b5fc4ed47e30f44e980d01ff2d80328dd98","_id":"eslint-plugin-html@1.6.0","_shasum":"81f38bec0f212b19cba60e6a7f5852b7c269ec5f","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.0.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"81f38bec0f212b19cba60e6a7f5852b7c269ec5f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.6.0.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-1.6.0.tgz_1478353238571_0.20504341716878116"},"directories":{}},"1.7.0":{"name":"eslint-plugin-html","version":"1.7.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^3.2.2","mocha":"^3.0.1"},"scripts":{"test":"mocha"},"gitHead":"62b6ead7059acc1034a93aa4dab16a62e07a5db0","_id":"eslint-plugin-html@1.7.0","_shasum":"2a5b03884d8d56adf9ad9864e9c036480fb629c9","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.0.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"2a5b03884d8d56adf9ad9864e9c036480fb629c9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-1.7.0.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-1.7.0.tgz_1479506390615_0.3242293961811811"},"directories":{}},"2.0.0-beta.0":{"name":"eslint-plugin-html","version":"2.0.0-beta.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^3.2.2","jest":"^18.1.0"},"scripts":{"test":"jest","lint":"eslint ."},"gitHead":"f4dfd23e7910bd1b529d132711b4234176cc71be","_id":"eslint-plugin-html@2.0.0-beta.0","_shasum":"ab3b457fd3315810149a4bec9a3be9621b6b5aa3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"ab3b457fd3315810149a4bec9a3be9621b6b5aa3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-2.0.0-beta.0.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-2.0.0-beta.0.tgz_1484654653631_0.8439010931178927"},"directories":{}},"2.0.0":{"name":"eslint-plugin-html","version":"2.0.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^3.2.2","jest":"^18.1.0"},"scripts":{"test":"jest","lint":"eslint ."},"_id":"eslint-plugin-html@2.0.0","_shasum":"2db1bba19c1973b39bbf21278a55fe0dea4ca07f","_resolved":"file:eslint-plugin-html-2.0.0.tgz","_from":"eslint-plugin-html-2.0.0.tgz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"2db1bba19c1973b39bbf21278a55fe0dea4ca07f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-2.0.0.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-2.0.0.tgz_1485347437949_0.28548183385282755"},"directories":{}},"2.0.1":{"name":"eslint-plugin-html","version":"2.0.1","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^3.2.2","jest":"^18.1.0"},"scripts":{"test":"jest","lint":"eslint ."},"_id":"eslint-plugin-html@2.0.1","_shasum":"3a829510e82522f1e2e44d55d7661a176121fce1","_resolved":"file:eslint-plugin-html-2.0.1.tgz","_from":"eslint-plugin-html-2.0.1.tgz","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"3a829510e82522f1e2e44d55d7661a176121fce1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-2.0.1.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-2.0.1.tgz_1487249431635_0.5691141132265329"},"directories":{}},"2.0.2":{"name":"eslint-plugin-html","version":"2.0.2","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"https://github.com/BenoitZugmeyer/eslint-plugin-html"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"3","jest":"^20.0.0","semver":"^5.3.0"},"scripts":{"test":"jest","lint":"eslint ."},"licenseText":"Copyright (c) 2016, Benoît Zugmeyer\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","_id":"eslint-plugin-html@2.0.2","dist":{"shasum":"842a54f3670136fcdd205ce810cf7e5ca834830b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-2.0.2.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-2.0.2.tgz_1494079750775_0.7324822056107223"},"directories":{}},"2.0.3":{"name":"eslint-plugin-html","version":"2.0.3","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"3","jest":"^20.0.0","semver":"^5.3.0"},"scripts":{"test":"jest","lint":"eslint ."},"gitHead":"9794a5f7e8dbab2874b1906fab3d68a11f574a5d","_id":"eslint-plugin-html@2.0.3","_shasum":"7c89883ab0c85fa5d28b666a14a4e906aa90b897","_from":".","_npmVersion":"4.4.4","_nodeVersion":"7.7.3","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"7c89883ab0c85fa5d28b666a14a4e906aa90b897","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-2.0.3.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-html-2.0.3.tgz_1494085157769_0.6052104029804468"},"directories":{}},"3.0.0-beta.0":{"name":"eslint-plugin-html","version":"3.0.0-beta.0","description":"An ESLint plugin to extract and lint scripts from HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"3","jest":"^20.0.0","prettier-eslint-cli":"^3.4.3","semver":"^5.3.0"},"scripts":{"prettier":"git ls -- '*.js' | xargs prettier-eslint","validate":"npm run lint && npm run check-format && npm run test","test":"jest","lint":"eslint .","check-format":"[[ -z $(npm run -s prettier -- --list-different) ]]","format":"npm run -s prettier -- --write"},"gitHead":"d8c59002fbf49113fc22929fcb720148580bea42","_id":"eslint-plugin-html@3.0.0-beta.0","_shasum":"95c56146223838e35b5fac5d9af0e16b7b723169","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.3","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"95c56146223838e35b5fac5d9af0e16b7b723169","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-3.0.0-beta.0.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-html-3.0.0-beta.0.tgz_1495371460238_0.5618423447012901"},"directories":{}},"3.0.0":{"name":"eslint-plugin-html","version":"3.0.0","description":"A ESLint plugin to lint and fix inline scripts contained in HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^4.0.0","eslint-config-benoitz":"^1.0.0","jest":"^20.0.3","prettier-eslint-cli":"^4.1.0","semver":"^5.3.0"},"scripts":{"prettier":"git ls-files -- '*.js' | xargs prettier-eslint","validate":"npm run lint && npm run check-format && npm run test","test":"jest","lint":"eslint .","check-format":"[ -z $(npm run -s prettier -- --list-different) ]","format":"npm run -s prettier -- --write"},"gitHead":"f9321e472cc893f3262b2c8ca25fa022b16fcb8e","_id":"eslint-plugin-html@3.0.0","_shasum":"2c982a71b9d965654f0f3a52358735821a1a4239","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"2c982a71b9d965654f0f3a52358735821a1a4239","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-3.0.0.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-html-3.0.0.tgz_1497257173904_0.5444564023055136"},"directories":{}},"3.1.0":{"name":"eslint-plugin-html","version":"3.1.0","description":"A ESLint plugin to lint and fix inline scripts contained in HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^4.0.0","eslint-config-benoitz":"^1.0.0","jest":"^20.0.3","prettier-eslint-cli":"^4.1.0","semver":"^5.3.0"},"scripts":{"prettier":"git ls-files -- '*.js' | xargs prettier-eslint","validate":"npm run lint && npm run check-format && npm run test","test":"jest","lint":"eslint .","check-format":"[ -z $(npm run -s prettier -- --list-different) ]","format":"npm run -s prettier -- --write"},"gitHead":"36c4f7a392b2ea84bb874afe4e057a8b0c6b2b88","_id":"eslint-plugin-html@3.1.0","_shasum":"2eb999b48840b7184edf1c953976a73307151e44","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"2eb999b48840b7184edf1c953976a73307151e44","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-3.1.0.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-html-3.1.0.tgz_1499797620940_0.9428495566826314"},"directories":{}},"3.1.1":{"name":"eslint-plugin-html","version":"3.1.1","description":"A ESLint plugin to lint and fix inline scripts contained in HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^4.0.0","eslint-config-benoitz":"^1.0.0","jest":"^20.0.3","prettier-eslint-cli":"^4.1.0","semver":"^5.3.0"},"scripts":{"prettier":"git ls-files -- '*.js' | xargs prettier-eslint","validate":"npm run lint && npm run check-format && npm run test","test":"jest","lint":"eslint .","check-format":"[ -z $(npm run -s prettier -- --list-different) ]","format":"npm run -s prettier -- --write"},"gitHead":"b358724116665c055926e3243458f806e3118723","_id":"eslint-plugin-html@3.1.1","_shasum":"d6c03796e89ac6b735da6fef9ca9162b423daee3","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"shasum":"d6c03796e89ac6b735da6fef9ca9162b423daee3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-3.1.1.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-html-3.1.1.tgz_1500408780423_0.12691512377932668"},"directories":{}},"3.2.0":{"name":"eslint-plugin-html","version":"3.2.0","description":"A ESLint plugin to lint and fix inline scripts contained in HTML files.","license":"ISC","repository":{"type":"git","url":"git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"},"homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html","bugs":{"url":"https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"},"keywords":["eslint-plugin","eslintplugin","eslint","html"],"main":"src/index.js","dependencies":{"htmlparser2":"^3.8.2"},"devDependencies":{"eslint":"^4.0.0","eslint-config-benoitz":"^1.0.0","jest":"^20.0.3","prettier-eslint-cli":"^4.1.0","semver":"^5.3.0"},"scripts":{"prettier":"git ls-files -- '*.js' | xargs prettier-eslint","validate":"npm run lint && npm run check-format && npm run test","test":"jest","lint":"eslint .","check-format":"test -z \"$(npm run -s prettier -- --list-different)\"","format":"npm run -s prettier -- --write"},"gitHead":"fd2465d7818188a9766170f226e4af52e6f7841f","_id":"eslint-plugin-html@3.2.0","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"benoitz","email":"bzugmeyer@gmail.com"},"dist":{"integrity":"sha512-jQLPqZNty889RrieCScFY3hJAJNeo0pX2ixCIPaXw/1wq5ZadKQkkh94ObqRfYzwrzD75HqEVGykmtDXEkReKg==","shasum":"fb64c2789e9582b97f580a38814a57966f91a7b2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/eslint-plugin-html/-/eslint-plugin-html-3.2.0.tgz"},"maintainers":[{"name":"benoitz","email":"bzugmeyer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-html-3.2.0.tgz_1502564295798_0.8308059440460056"},"directories":{}}},"name":"eslint-plugin-html","time":{"modified":"2017-08-12T18:58:16.859Z","created":"2015-04-05T21:12:38.005Z","1.0.0":"2015-04-05T21:12:38.005Z","1.0.2":"2015-06-30T18:35:52.975Z","1.0.3":"2015-08-17T11:50:25.965Z","1.0.4":"2015-08-21T23:47:11.481Z","1.1.0":"2015-11-02T18:59:58.862Z","1.2.0":"2016-01-15T19:14:29.347Z","1.3.0":"2016-01-27T11:42:30.250Z","1.4.0":"2016-02-16T00:05:07.375Z","1.5.0":"2016-05-22T20:34:42.657Z","1.5.1":"2016-05-22T21:03:12.775Z","1.5.2":"2016-08-06T10:14:56.425Z","1.5.3":"2016-09-24T13:01:28.824Z","1.5.4":"2016-10-22T17:09:56.824Z","1.5.5":"2016-10-23T13:55:26.344Z","1.6.0":"2016-11-05T13:40:40.307Z","1.7.0":"2016-11-18T21:59:52.725Z","2.0.0-beta.0":"2017-01-17T12:04:14.325Z","2.0.0":"2017-01-25T12:30:39.788Z","2.0.1":"2017-02-16T12:50:32.247Z","2.0.2":"2017-05-06T14:09:11.806Z","2.0.3":"2017-05-06T15:39:19.617Z","3.0.0-beta.0":"2017-05-21T12:57:41.320Z","3.0.0":"2017-06-12T08:46:14.845Z","3.1.0":"2017-07-11T18:27:01.956Z","3.1.1":"2017-07-18T20:13:01.397Z","3.2.0":"2017-08-12T18:58:16.859Z"},"readmeFilename":"README.md","homepage":"https://github.com/BenoitZugmeyer/eslint-plugin-html"}