{"_id":"html-comment-regex","maintainers":[{"name":"stevemao","email":"steve.mao@healthinteract.com.au"}],"keywords":["html-comment-regex","text","string","regex","regexp","re","match","test","find","pattern","comment","comments","html","HTML","HyperText Markup Language"],"dist-tags":{"latest":"1.1.2"},"author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"https://github.com/stevemao"},"description":"Regular expression for matching HTML comments","readme":"#  [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]\n\n> Regular expression for matching HTML comments\n\n\n## Install\n\n```sh\n$ npm install --save html-comment-regex\n```\n\n\n## Usage\n\n```js\nvar htmlCommentRegex = require('html-comment-regex');\n\nhtmlCommentRegex.test('<!DOCTYPE html><!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]--><html lang=\"en\"><head><meta charset=\"UTF-8\"><title>Document</title></head><body></body></html>');\n//=> true\n\nhtmlCommentRegex.test('<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\"><title>Document</title></head><body></body></html>');\n//=> false\n```\n\n\n## License\n\nMIT © [Steve Mao](https://github.com/stevemao)\n\n\n[npm-image]: https://badge.fury.io/js/html-comment-regex.svg\n[npm-url]: https://npmjs.org/package/html-comment-regex\n[travis-image]: https://travis-ci.org/stevemao/html-comment-regex.svg?branch=master\n[travis-url]: https://travis-ci.org/stevemao/html-comment-regex\n","repository":{"type":"git","url":"git+https://github.com/stevemao/html-comment-regex.git"},"users":{"rubiadias":true,"hualei":true,"rocket0191":true},"bugs":{"url":"https://github.com/stevemao/html-comment-regex/issues"},"license":"MIT","versions":{"1.1.2":{"name":"html-comment-regex","version":"1.1.2","description":"Regular expression for matching HTML comments","homepage":"https://github.com/stevemao/html-comment-regex","author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"https://github.com/stevemao"},"repository":{"type":"git","url":"git+https://github.com/stevemao/html-comment-regex.git"},"license":"MIT","keywords":["html-comment-regex","text","string","regex","regexp","re","match","test","find","pattern","comment","comments","html","HTML","HyperText Markup Language"],"dependencies":{},"devDependencies":{"jscs":"^1.11.3","jshint":"^2.6.3","mocha":"*"},"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"npm run-script lint && mocha"},"gitHead":"62ef1d5f46bd03e36ea0c8f2f4d2c91b60ff39d0","bugs":{"url":"https://github.com/stevemao/html-comment-regex/issues"},"_id":"html-comment-regex@1.1.2","_npmVersion":"6.4.1","_nodeVersion":"8.10.0","_npmUser":{"name":"stevemao","email":"maochenyan@gmail.com"},"dist":{"integrity":"sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==","shasum":"97d4688aeb5c81886a364faa0cad1dda14d433a7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/html-comment-regex/-/html-comment-regex-1.1.2.tgz","fileCount":4,"unpackedSize":2974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvTWLCRA9TVsSAnZWagAAn7kP/1ihlAvPVyD+4nj7ygen\nAv1QoY/lwc4F+664K36+cj8sP/mBVNNLw+kl98N68gwFPwkrYHuoE8yTDUj9\neCY807gSabfjxBYOfqAzjoCHbe4NJute7dnIhk258QfohN2/Kg2dQyhgC9GB\nB0r+AL8KOsd71FK3HiP5G8oGIuEZ3FfBbEYWAYJiCe8bQ038IMi6MnIfsnak\nDP3BJPA6HWVaFopjgPuz6zH0TVxBbAh9mnFEypgRT1UJrQtck52gs716Fcin\nDkWv+qVyb50VRxeMdmAqcrx2POUjJkfNSx3kwhFbkf9S8p1X/EMMe89T0cSQ\ndPktYikXtXJddKrRUTqX7fsLFSoSwoGUbsoYe0AQQLjGpt2jj8GK4L//le2u\nqFYwveIamkP+Z00P9PxS6RLgQQuKSF5OBuYNHE9KrkeZ/ZzWeUyM4f56HaL0\nncfTLUd6oxXdmpZBS9fXr4lVd0SqPZsEhMTnB2vHroxgCo4ajAPlEDykpVQb\n0W9B5EI9fDaOrXWiekK/KAORF6bW+m2QOQ+YtHzpHKxXicHJkA6K5c/V9ZuK\nSxJl3TRykUdwWGbLdB6sI1Ak2R+mbXyd5q8PR2i++qHQpKyqUDZicKMwiFDY\nllPt04tFalWIVF2s35lIZh47HrIxKp8kt3zSzhS3QfbyWw7uO3HmfZsh/9VN\n/VEH\r\n=mCdd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBcqak3DCH6agbGMR8UNFRAJ1Nms0BKISIqPVvc0DSOQIhAIwhSpyiolXq5wykX2he/I34+Ocm/0t81VQBI/pDGfEU"}]},"maintainers":[{"name":"stevemao","email":"steve.mao@healthinteract.com.au"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/html-comment-regex_1.1.2_1539126666515_0.5434059886857252"},"_hasShrinkwrap":false},"1.0.0":{"name":"html-comment-regex","version":"1.0.0","description":"Regular expression for matching HTML comments","homepage":"https://github.com/stevemao/html-comment-regex","author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"https://github.com/stevemao"},"repository":{"type":"git","url":"git+https://github.com/stevemao/html-comment-regex.git"},"license":"MIT","files":["index.js"],"keywords":["html-comment-regex","text","string","regex","regexp","re","match","test","find","pattern","comment","comments","html","HTML","HyperText Markup Language"],"dependencies":{},"devDependencies":{"jscs":"^1.11.3","jshint":"^2.6.3","mocha":"*"},"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"npm run-script lint && mocha"},"gitHead":"f63b72332ee00de4a7ee0009656c507486893f32","bugs":{"url":"https://github.com/stevemao/html-comment-regex/issues"},"_id":"html-comment-regex@1.0.0","_shasum":"456217ccf9b668b67989e8e2128ce29da537dcbc","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.2","_npmUser":{"name":"stevemao","email":"steve.mao@healthinteract.com.au"},"maintainers":[{"name":"stevemao","email":"steve.mao@healthinteract.com.au"}],"dist":{"shasum":"456217ccf9b668b67989e8e2128ce29da537dcbc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/html-comment-regex/-/html-comment-regex-1.0.0.tgz","integrity":"sha512-SVK3FQCo2dS82J4e87EkzaheY540vROIPDo6SjtKshXjHf1SRJ7B4yKVgrVLS/cIN42DPKY3xNqD5aKLrqTVaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGpuyOOeWdXb4YXDbAAM2F8Kiqk0uFewhJFhGufZLbRxAiEAk71Byooeyy27K6Lvqz0WQBYFmj4yxv7hZ8axbHlz48g="}]},"directories":{}},"0.0.0":{"name":"html-comment-regex","version":"0.0.0","description":"Regular expression for matching HTML comments","homepage":"https://github.com/stevemao/html-comment-regex","author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"https://github.com/stevemao"},"repository":{"type":"git","url":"git+https://github.com/stevemao/html-comment-regex.git"},"license":"MIT","files":["index.js"],"keywords":["html-comment-regex","text","string","regex","regexp","re","match","test","find","pattern","comment","comments","html","HTML","HyperText Markup Language"],"dependencies":{},"devDependencies":{"jscs":"^1.11.3","jshint":"^2.6.3","mocha":"*"},"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"npm run-script lint && mocha"},"gitHead":"2dbb3be06587c4aa517d86981efba75c78e6ebe2","bugs":{"url":"https://github.com/stevemao/html-comment-regex/issues"},"_id":"html-comment-regex@0.0.0","_shasum":"c6b8934e403402cc782cccaabe3e833c37660925","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.2","_npmUser":{"name":"stevemao","email":"steve.mao@healthinteract.com.au"},"maintainers":[{"name":"stevemao","email":"steve.mao@healthinteract.com.au"}],"dist":{"shasum":"c6b8934e403402cc782cccaabe3e833c37660925","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/html-comment-regex/-/html-comment-regex-0.0.0.tgz","integrity":"sha512-OR++/8xjAkvp/h2k78pYw4JPeNxHbEfkJYi3xv7pxgm2FS1IDYfGcxLiTUZ3Yp9gNthD1YXOEiglgx2jibOqlA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHAyCHOKg0Awq3jsBg9YS8JDJjl/ART9Wz81SLH+l1+sAiA62MLxmYoZJjR4fGLJporyrVcQL06vZzoy6kGKzQ/7AQ=="}]},"directories":{}},"1.1.0":{"name":"html-comment-regex","version":"1.1.0","description":"Regular expression for matching HTML comments","homepage":"https://github.com/stevemao/html-comment-regex","author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"https://github.com/stevemao"},"repository":{"type":"git","url":"git+https://github.com/stevemao/html-comment-regex.git"},"license":"MIT","files":["index.js"],"keywords":["html-comment-regex","text","string","regex","regexp","re","match","test","find","pattern","comment","comments","html","HTML","HyperText Markup Language"],"dependencies":{},"devDependencies":{"jscs":"^1.11.3","jshint":"^2.6.3","mocha":"*"},"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"npm run-script lint && mocha"},"gitHead":"018895b886dfe19a6ddc543df914cc124109f3d6","bugs":{"url":"https://github.com/stevemao/html-comment-regex/issues"},"_id":"html-comment-regex@1.1.0","_shasum":"76ad081a3ef5f9cb8fbd9c858cff30677dbacabc","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.2","_npmUser":{"name":"stevemao","email":"steve.mao@healthinteract.com.au"},"maintainers":[{"name":"stevemao","email":"steve.mao@healthinteract.com.au"}],"dist":{"shasum":"76ad081a3ef5f9cb8fbd9c858cff30677dbacabc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/html-comment-regex/-/html-comment-regex-1.1.0.tgz","integrity":"sha512-Ygq/kE47n7LM8/G2BKUwDRD+P9jMvdP0bltIH7FS7LhxsVaPLTduov+uWFljq367Mw1PXNRx9/iJh+SkAHqZFA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqnf7tsDkMwNRBVzi9yaqal4sExM2J79EU1RNM61EhBgIgVNgFeh75uj5bzRtMSeY/XV3HJfnBkydrgg2FoQVkVzQ="}]},"directories":{}},"1.1.1":{"name":"html-comment-regex","version":"1.1.1","description":"Regular expression for matching HTML comments","homepage":"https://github.com/stevemao/html-comment-regex","author":{"name":"Steve Mao","email":"maochenyan@gmail.com","url":"https://github.com/stevemao"},"repository":{"type":"git","url":"git+https://github.com/stevemao/html-comment-regex.git"},"license":"MIT","files":["index.js"],"keywords":["html-comment-regex","text","string","regex","regexp","re","match","test","find","pattern","comment","comments","html","HTML","HyperText Markup Language"],"dependencies":{},"devDependencies":{"jscs":"^1.11.3","jshint":"^2.6.3","mocha":"*"},"scripts":{"lint":"jshint *.js --exclude node_modules && jscs *.js","test":"npm run-script lint && mocha"},"gitHead":"8829fa5dcecdabb8680cdd8cf36fe73b297fffdf","bugs":{"url":"https://github.com/stevemao/html-comment-regex/issues"},"_id":"html-comment-regex@1.1.1","_shasum":"668b93776eaae55ebde8f3ad464b307a4963625e","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"stevemao","email":"maochenyan@gmail.com"},"dist":{"shasum":"668b93776eaae55ebde8f3ad464b307a4963625e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/html-comment-regex/-/html-comment-regex-1.1.1.tgz","integrity":"sha512-H4WKUUhflen95AAoBjyj704dL92rfLp7p/No6gqnaPmy89ZyQn5jIF01PBzWWKCTyLz5/zS5EEepiv7qtWndFw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtfp7gEOrDNY87CyoVyF5CsshTqvsxzPjcuoXac6TLhQIhAK46OqidEMpJXtX0SJPeD926kHK1Z9R68AKXCtB+bXnm"}]},"maintainers":[{"name":"stevemao","email":"steve.mao@healthinteract.com.au"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/html-comment-regex-1.1.1.tgz_1468323643310_0.8147242439445108"},"directories":{}}},"name":"html-comment-regex","time":{"1.1.2":"2018-10-09T23:11:06.676Z","created":"2015-05-21T08:09:32.571Z","modified":"2025-05-13T13:24:14.482Z","1.0.0":"2015-05-21T08:12:36.019Z","0.0.0":"2015-05-21T08:09:32.571Z","1.1.0":"2015-05-22T12:02:58.138Z","1.1.1":"2016-07-12T11:40:46.193Z"},"readmeFilename":"README.md","homepage":"https://github.com/stevemao/html-comment-regex"}