pax_global_header 0000666 0000000 0000000 00000000064 13357232531 0014516 g ustar 00root root 0000000 0000000 52 comment=62ef1d5f46bd03e36ea0c8f2f4d2c91b60ff39d0 html-comment-regex-1.1.2/ 0000775 0000000 0000000 00000000000 13357232531 0015233 5 ustar 00root root 0000000 0000000 html-comment-regex-1.1.2/.editorconfig 0000664 0000000 0000000 00000000274 13357232531 0017713 0 ustar 00root root 0000000 0000000 root = true [*] indent_style = space indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.md] trim_trailing_whitespace = false html-comment-regex-1.1.2/.gitattributes 0000664 0000000 0000000 00000000014 13357232531 0020121 0 ustar 00root root 0000000 0000000 * text=auto html-comment-regex-1.1.2/.gitignore 0000664 0000000 0000000 00000000035 13357232531 0017221 0 ustar 00root root 0000000 0000000 /node_modules/ npm-debug.log html-comment-regex-1.1.2/.jscsrc 0000664 0000000 0000000 00000000135 13357232531 0016522 0 ustar 00root root 0000000 0000000 { "preset": "google", "maximumLineLength": null, "excludeFiles": ["node_modules/**"] } html-comment-regex-1.1.2/.jshintrc 0000664 0000000 0000000 00000000343 13357232531 0017060 0 ustar 00root root 0000000 0000000 { "boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "mocha" : true, "newcap": true, "noarg": true, "node": true, "sub": true, "undef": true, "unused": true } html-comment-regex-1.1.2/.travis.yml 0000664 0000000 0000000 00000000064 13357232531 0017344 0 ustar 00root root 0000000 0000000 sudo: false language: node_js node_js: - 8 - 10 html-comment-regex-1.1.2/LICENSE 0000664 0000000 0000000 00000002031 13357232531 0016234 0 ustar 00root root 0000000 0000000 Copyright 2018 Steve Mao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. html-comment-regex-1.1.2/README.md 0000664 0000000 0000000 00000001716 13357232531 0016517 0 ustar 00root root 0000000 0000000 # [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] > Regular expression for matching HTML comments ## Install ```sh $ npm install --save html-comment-regex ``` ## Usage ```js var htmlCommentRegex = require('html-comment-regex'); htmlCommentRegex.test('