-
Notifications
You must be signed in to change notification settings - Fork 1
/
mock1.html
50 lines (47 loc) · 2.13 KB
/
mock1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>🔍🔍🔍 replacer-util 🔍🔍🔍</title>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/pretty-print-json@3.0/dist/css/pretty-print-json.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6/css/all.min.css>
<script src=https://cdn.jsdelivr.net/npm/pretty-print-json@3.0/dist/pretty-print-json.min.js></script>
<script src=https://cdn.jsdelivr.net/npm/fetch-json@3.3/dist/fetch-json.min.js></script>
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.10/build/highlight.min.js></script>
</head>
<body>
<header>
<h1>🔍🔍🔍 replacer-util 🔍🔍🔍</h1>
<h2>Find and replace strings or template outputs in text files (CLI tool designed for use in npm package.json scripts)</h2>
<h3>Weekday: Monday</h3>
<time datetime=2024-08-13T04:04:52.851Z>August 12, 2024</time>
</header>
<main>
<p>I, for one, welcome our new A.I. module overlords.</p>
<ul>
<li>Release: v1.3.2</li>
<li>Minor: v1.3</li>
<li>Major: v1</li>
</ul>
<pre><code class=language-js>//! replacer-util ~~ MIT License
// File: mock2.js
let π2 = 3.14;
let τ2 = 2 * π2;
const info2 = {
banner: '🔍🔍🔍 replacer-util v1.3.2 🔍🔍🔍',
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm package.json scripts)',
code: 'mock1',
file: '{"root":"","dir":"spec/fixtures/source","base":"mock1.html","ext":".html","name":"mock1","folder":"source","path":"spec/fixtures/source/mock1.html","date":"2024-08-13T04:04:52.851Z","modified":"August 12, 2024","timestamp":"2024-08-13T04:04:52.851Z"}',
year: '2024',
list1: 'A.I. module, A.I. module, A.I. module',
list2: 'A.I. module, iNsEcT, INSECT, A.I. module',
math: { π2, τ2 },
};
export { info2 };
</code></pre>
</main>
<footer>
<a href=.>Home</a>
</footer>
</body>
</html>