=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-chalk-4.1.0/index.d.ts-144- node-chalk-4.1.0/index.d.ts:145: log(chalk.red.bgBlack`2 + 3 = {bold ${2 + 3}}`) node-chalk-4.1.0/index.d.ts-146- ``` ############################################## node-chalk-4.1.0/index.test-d.ts-39-const name = 'John'; node-chalk-4.1.0/index.test-d.ts:40:expectType<string>(chalk`Hello {bold.red ${name}}`); node-chalk-4.1.0/index.test-d.ts:41:expectType<string>(chalk`Works with numbers {bold.red ${1}}`); node-chalk-4.1.0/index.test-d.ts-42- ############################################## node-chalk-4.1.0/index.test-d.ts-156-expectType<string>(chalk.underline``); node-chalk-4.1.0/index.test-d.ts:157:expectType<string>(chalk.red.bgGreen.bold`Hello {italic.blue ${name}}`); node-chalk-4.1.0/index.test-d.ts:158:expectType<string>(chalk.strikethrough.cyanBright.bgBlack`Works with {reset {bold numbers}} {bold.red ${1}}`); node-chalk-4.1.0/index.test-d.ts-159- ############################################## node-chalk-4.1.0/readme.md-227- node-chalk-4.1.0/readme.md:228:All interpolated values (`` chalk`${foo}` ``) are converted to strings via the `.toString()` method. All curly braces (`{` and `}`) in interpolated value strings are escaped. node-chalk-4.1.0/readme.md-229- ############################################## node-chalk-4.1.0/source/index.js-140- if (isArray(arguments_[0]) && isArray(arguments_[0].raw)) { node-chalk-4.1.0/source/index.js:141: // Called as a template literal, for example: chalk.red`2 + 3 = {bold ${2+3}}` node-chalk-4.1.0/source/index.js-142- return applyStyle(builder, chalkTag(builder, ...arguments_)); ############################################## node-chalk-4.1.0/source/templates.js-46- } else { node-chalk-4.1.0/source/templates.js:47: throw new Error(`Invalid Chalk template style argument: ${chunk} (in style '${name}')`); node-chalk-4.1.0/source/templates.js-48- } ############################################## node-chalk-4.1.0/source/templates.js-89- if (!(styleName in current)) { node-chalk-4.1.0/source/templates.js:90: throw new Error(`Unknown Chalk style: ${styleName}`); node-chalk-4.1.0/source/templates.js-91- } ############################################## node-chalk-4.1.0/source/templates.js-128- if (styles.length > 0) { node-chalk-4.1.0/source/templates.js:129: const errMessage = `Chalk template literal is missing ${styles.length} closing bracket${styles.length === 1 ? '' : 's'} (\`}\`)`; node-chalk-4.1.0/source/templates.js-130- throw new Error(errMessage); ############################################## node-chalk-4.1.0/test/_fixture.js-3- node-chalk-4.1.0/test/_fixture.js:4:console.log(`${chalk.hex('#ff6159')('testout')} ${chalk.stderr.hex('#ff6159')('testerr')}`); ############################################## node-chalk-4.1.0/test/template-literal.js-31- const exclamation = 'Neat'; node-chalk-4.1.0/test/template-literal.js:32: t.is(instance`{bold Hello, {cyan.inverse ${name}!} This is a} test. {green ${exclamation}!}`, node-chalk-4.1.0/test/template-literal.js-33- instance.bold('Hello,', instance.cyan.inverse(name + '!'), 'This is a') + ' test. ' + instance.green(exclamation + '!')); ############################################## node-chalk-4.1.0/test/template-literal.js-40- const exclamation = 'Neat'; node-chalk-4.1.0/test/template-literal.js:41: t.is(instance.bold`Hello, {cyan.inverse ${name}!} This is a` + ' test. ' + instance.green`${exclamation}!`, node-chalk-4.1.0/test/template-literal.js-42- instance.bold('Hello,', instance.cyan.inverse(name + '!'), 'This is a') + ' test. ' + instance.green(exclamation + '!')); node-chalk-4.1.0/test/template-literal.js-43- node-chalk-4.1.0/test/template-literal.js:44: t.is(instance.red.bgGreen.bold`Hello {italic.blue ${name}}`, node-chalk-4.1.0/test/template-literal.js-45- instance.red.bgGreen.bold('Hello ' + instance.italic.blue(name))); node-chalk-4.1.0/test/template-literal.js-46- node-chalk-4.1.0/test/template-literal.js:47: t.is(instance.strikethrough.cyanBright.bgBlack`Works with {reset {bold numbers}} {bold.red ${1}}`, node-chalk-4.1.0/test/template-literal.js-48- instance.strikethrough.cyanBright.bgBlack('Works with ' + instance.reset.bold('numbers') + ' ' + instance.bold.red(1))); ############################################## node-chalk-4.1.0/test/template-literal.js-130- t.is(instance`Hello {bold hi}`, 'Hello hi'); node-chalk-4.1.0/test/template-literal.js:131: t.is(instance`Hello ${'{bold hi}'}`, 'Hello {bold hi}'); node-chalk-4.1.0/test/template-literal.js-132- t.end(); ############################################## node-chalk-4.1.0/test/template-literal.js-157- const string = '\\'; node-chalk-4.1.0/test/template-literal.js:158: t.is(instance`{blue ${string}}`, '\\'); node-chalk-4.1.0/test/template-literal.js-159- t.end(); ############################################## node-chalk-4.1.0/test/template-literal.js-206- const instance = new chalk.Instance({level: 0}); node-chalk-4.1.0/test/template-literal.js:207: t.is(instance`hello ${undefined}`, 'hello undefined'); node-chalk-4.1.0/test/template-literal.js:208: t.is(instance`hello ${null}`, 'hello null'); node-chalk-4.1.0/test/template-literal.js-209- t.end(); ############################################## node-chalk-4.1.0/debian/mkorig-14-fi node-chalk-4.1.0/debian/mkorig:15:source=`basename "$tarball"` node-chalk-4.1.0/debian/mkorig-16-source="${source%_*.orig.*}" ############################################## node-chalk-4.1.0/debian/mkorig-21- module="${component#node_modules/}" node-chalk-4.1.0/debian/mkorig:22: expectedVersion=$(nodejs -e "console.log(require('./package').dependencies['$module'])") node-chalk-4.1.0/debian/mkorig:23: allowedVersion=`semver $version -r $expectedVersion || true` node-chalk-4.1.0/debian/mkorig-24- if [ "${allowedVersion}" = "" ]; then ############################################## node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff-273- const exclamation = 'Neat'; node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff:274: t.is(instance`{bold Hello, {cyan.inverse ${name}!} This is a} test. {green ${exclamation}!}`, node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff-275- instance.bold('Hello,', instance.cyan.inverse(name + '!'), 'This is a') + ' test. ' + instance.green(exclamation + '!')); ############################################## node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff-328- t.is(instance`Hello {bold hi}`, 'Hello hi'); node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff:329: t.is(instance`Hello ${'{bold hi}'}`, 'Hello {bold hi}'); node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff-330-+ t.end(); ############################################## node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff-355- const string = '\\'; node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff:356: t.is(instance`{blue ${string}}`, '\\'); node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff-357-+ t.end(); ############################################## node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff-398- const instance = new chalk.Instance({level: 0}); node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff:399: t.is(instance`hello ${undefined}`, 'hello undefined'); node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff:400: t.is(instance`hello ${null}`, 'hello null'); node-chalk-4.1.0/debian/patches/replace-ava-by-tape.diff-401-+ t.end(); ############################################## node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-28- const exclamation = 'Neat'; node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js:29: t.is(instance`{bold Hello, {cyan.inverse ${name}!} This is a} test. {green ${exclamation}!}`, node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-30- instance.bold('Hello,', instance.cyan.inverse(name + '!'), 'This is a') + ' test. ' + instance.green(exclamation + '!')); ############################################## node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-36- const exclamation = 'Neat'; node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js:37: t.is(instance.bold`Hello, {cyan.inverse ${name}!} This is a` + ' test. ' + instance.green`${exclamation}!`, node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-38- instance.bold('Hello,', instance.cyan.inverse(name + '!'), 'This is a') + ' test. ' + instance.green(exclamation + '!')); node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-39- node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js:40: t.is(instance.red.bgGreen.bold`Hello {italic.blue ${name}}`, node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-41- instance.red.bgGreen.bold('Hello ' + instance.italic.blue(name))); node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-42- node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js:43: t.is(instance.strikethrough.cyanBright.bgBlack`Works with {reset {bold numbers}} {bold.red ${1}}`, node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-44- instance.strikethrough.cyanBright.bgBlack('Works with ' + instance.reset.bold('numbers') + ' ' + instance.bold.red(1))); ############################################## node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-120- t.is(instance`Hello {bold hi}`, 'Hello hi'); node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js:121: t.is(instance`Hello ${'{bold hi}'}`, 'Hello {bold hi}'); node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-122-}); ############################################## node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-143- const string = '\\'; node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js:144: t.is(instance`{blue ${string}}`, '\\'); node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-145-}); ############################################## node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-186- const instance = new chalk.Instance({level: 0}); node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js:187: t.is(instance`hello ${undefined}`, 'hello undefined'); node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js:188: t.is(instance`hello ${null}`, 'hello null'); node-chalk-4.1.0/.pc/replace-ava-by-tape.diff/test/template-literal.js-189-});