highmark-tex 0.0.2 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -2,10 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Highmark's TeX-like functionality.
|
|
4
4
|
|
|
5
|
-
This package includes the lexical entries, BNF, lexers and parsers for both the Markdown and Markdown Style languages.
|
|
6
|
-
Those familiar with Markdown will find that the Markdown implementation here to be mostly familiar.
|
|
7
|
-
On the other hand, the Markdown Style language is entirely new and is most akin to CSS.
|
|
8
|
-
|
|
9
5
|
### Contents
|
|
10
6
|
|
|
11
7
|
- [Introduction](#introduction)
|
|
@@ -32,7 +28,7 @@ All of the other packages are likely only of interest to prospective developers.
|
|
|
32
28
|
|
|
33
29
|
If you would like to contribute or would simply like to have a look at the code, you can clone the repository with [Git](https://git-scm.com/)...
|
|
34
30
|
|
|
35
|
-
git clone https://github.com/djalbat/highmark-
|
|
31
|
+
git clone https://github.com/djalbat/highmark-tex.git
|
|
36
32
|
|
|
37
33
|
...and then install the dependencies with [npm](https://www.npmjs.com/) from within the project's root directory:
|
|
38
34
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "highmark-tex",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.5",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/highmark-tex",
|
|
7
7
|
"description": "Highmark's TeX-like functionality.",
|
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"necessary": "^14.4.0",
|
|
14
|
-
"occam-dom": "^5.3.
|
|
14
|
+
"occam-dom": "^5.3.8",
|
|
15
15
|
"occam-lexers": "^23.0.47",
|
|
16
|
-
"occam-parsers": "^23.0.
|
|
17
|
-
"occam-query": "^4.1.
|
|
16
|
+
"occam-parsers": "^23.0.148",
|
|
17
|
+
"occam-query": "^4.1.98"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@swc/core": "^1.5.6",
|
|
21
21
|
"easy": "^23.1.4",
|
|
22
|
-
"easy-layout": "^6.0.
|
|
23
|
-
"easy-with-style": "^3.0.
|
|
22
|
+
"easy-layout": "^6.0.248",
|
|
23
|
+
"easy-with-style": "^3.0.498",
|
|
24
24
|
"esbuild": "^0.9.2",
|
|
25
25
|
"express": "^4.17.1",
|
|
26
26
|
"juxtapose": "^4.0.119",
|