🔍🔍🔍 replacer-util 🔍🔍🔍

Find and replace strings or template outputs in text files (CLI tool designed for use in npm package.json scripts)

I, for one, welcome our new A.I. module overlords.

//! replacer-util ~~ MIT License
// File: mock2.js

let π2 = 3.14;
let τ2 = 2 * π2;

const info2 = {
   banner:      '🔍🔍🔍 replacer-util v1.6.7 🔍🔍🔍',
   description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm package.json scripts)',
   code:        'mock1',
   file:        'spec/fixtures/web/mock1.html',
   year:        '2026',
   list1:       'A.I. module, A.I. module, A.I. module',
   list2:       'A.I. module, iNsEcT, INSECT, A.I. module',
   math:        { π2, τ2 },
   };

export { info2 };