=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-js-tokens-5.0.0/index.js-9-// (run `npm run build`). node-js-tokens-5.0.0/index.js:10:exports.default = /((['"])(?:(?!\2)[^\\\n\r]|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g node-js-tokens-5.0.0/index.js-11- ############################################## node-js-tokens-5.0.0/test/index.js-228- match('"${}"') node-js-tokens-5.0.0/test/index.js:229: match("`${}`") node-js-tokens-5.0.0/test/index.js-230- match("'${a}'") node-js-tokens-5.0.0/test/index.js-231- match('"${a}"') node-js-tokens-5.0.0/test/index.js:232: match("`${a}`") node-js-tokens-5.0.0/test/index.js-233- match("'a${b}c'") node-js-tokens-5.0.0/test/index.js-234- match('"a${b}c"') node-js-tokens-5.0.0/test/index.js:235: match("`a${b}c`") node-js-tokens-5.0.0/test/index.js-236- match("'${'a'}'", "'${'") node-js-tokens-5.0.0/test/index.js-237- match('"${"a"}"', '"${"') node-js-tokens-5.0.0/test/index.js:238: match("`${`a`}`") node-js-tokens-5.0.0/test/index.js:239: match("`${`${a}`}`") node-js-tokens-5.0.0/test/index.js:240: match("`${fn({a: b})}`") node-js-tokens-5.0.0/test/index.js:241: match("`${fn({a: '{'})}`") node-js-tokens-5.0.0/test/index.js:242: match("`a${}${a}${ `${b\r}` + `${`c`}` } d $${\n(x=>{return x*2})(4)}$`") node-js-tokens-5.0.0/test/index.js:243: match("`\\${{{}}}a`") node-js-tokens-5.0.0/test/index.js-244- node-js-tokens-5.0.0/test/index.js:245: match("`a ${b c`.length", {closed: false}) node-js-tokens-5.0.0/test/index.js:246: match("`a ${`b${c`} d`.length", {closed: false}) node-js-tokens-5.0.0/test/index.js:247: match("`a ${ {c:d } e`.length", {closed: false}) node-js-tokens-5.0.0/test/index.js-248-