@mdgate/converters 0.6.9 → 0.6.10
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 +5 -0
- package/package.json +32 -32
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @mdgate/converters
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@mdgate/converters)
|
|
4
|
+
[](https://www.npmjs.com/package/@mdgate/converters)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
[](https://convert.mdgate.dev)
|
|
7
|
+
|
|
3
8
|
**Real-world files to Markdown, in pure TypeScript.**
|
|
4
9
|
|
|
5
10
|
[`@mdgate/converters`](https://github.com/mdgate/converters/tree/main/packages/converters) is the complete deterministic reader: one `toMarkdown(bytes)` for PDF, Word, Excel, PowerPoint, OpenDocument, Apple iWork, HWP, WPS, email, OneNote, Visio, ebooks, archives, and more.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdgate/converters",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.10",
|
|
4
4
|
"description": "Official mdgate converter bundle",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,37 +28,37 @@
|
|
|
28
28
|
"prepublishOnly": "bun run build"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@mdgate/audio": "0.6.
|
|
32
|
-
"@mdgate/core": "0.6.
|
|
33
|
-
"@mdgate/csv": "0.6.
|
|
34
|
-
"@mdgate/data": "0.6.
|
|
35
|
-
"@mdgate/doc": "0.6.
|
|
36
|
-
"@mdgate/docx": "0.6.
|
|
37
|
-
"@mdgate/email": "0.6.
|
|
38
|
-
"@mdgate/epub": "0.6.
|
|
39
|
-
"@mdgate/fb2": "0.6.
|
|
40
|
-
"@mdgate/html": "0.6.
|
|
41
|
-
"@mdgate/hwp": "0.6.
|
|
42
|
-
"@mdgate/image": "0.6.
|
|
43
|
-
"@mdgate/ipynb": "0.6.
|
|
44
|
-
"@mdgate/keynote": "0.6.
|
|
45
|
-
"@mdgate/latex": "0.6.
|
|
46
|
-
"@mdgate/mobi": "0.6.
|
|
47
|
-
"@mdgate/numbers": "0.6.
|
|
48
|
-
"@mdgate/odf": "0.6.
|
|
49
|
-
"@mdgate/onenote": "0.6.
|
|
50
|
-
"@mdgate/pages": "0.6.
|
|
51
|
-
"@mdgate/pdf": "0.6.
|
|
52
|
-
"@mdgate/ppt": "0.6.
|
|
53
|
-
"@mdgate/pptx": "0.6.
|
|
54
|
-
"@mdgate/rtf": "0.6.
|
|
55
|
-
"@mdgate/subtitle": "0.6.
|
|
56
|
-
"@mdgate/text": "0.6.
|
|
57
|
-
"@mdgate/video": "0.6.
|
|
58
|
-
"@mdgate/visio": "0.6.
|
|
59
|
-
"@mdgate/wps": "0.6.
|
|
60
|
-
"@mdgate/xlsx": "0.6.
|
|
61
|
-
"@mdgate/zip": "0.6.
|
|
31
|
+
"@mdgate/audio": "0.6.10",
|
|
32
|
+
"@mdgate/core": "0.6.10",
|
|
33
|
+
"@mdgate/csv": "0.6.10",
|
|
34
|
+
"@mdgate/data": "0.6.10",
|
|
35
|
+
"@mdgate/doc": "0.6.10",
|
|
36
|
+
"@mdgate/docx": "0.6.10",
|
|
37
|
+
"@mdgate/email": "0.6.10",
|
|
38
|
+
"@mdgate/epub": "0.6.10",
|
|
39
|
+
"@mdgate/fb2": "0.6.10",
|
|
40
|
+
"@mdgate/html": "0.6.10",
|
|
41
|
+
"@mdgate/hwp": "0.6.10",
|
|
42
|
+
"@mdgate/image": "0.6.10",
|
|
43
|
+
"@mdgate/ipynb": "0.6.10",
|
|
44
|
+
"@mdgate/keynote": "0.6.10",
|
|
45
|
+
"@mdgate/latex": "0.6.10",
|
|
46
|
+
"@mdgate/mobi": "0.6.10",
|
|
47
|
+
"@mdgate/numbers": "0.6.10",
|
|
48
|
+
"@mdgate/odf": "0.6.10",
|
|
49
|
+
"@mdgate/onenote": "0.6.10",
|
|
50
|
+
"@mdgate/pages": "0.6.10",
|
|
51
|
+
"@mdgate/pdf": "0.6.10",
|
|
52
|
+
"@mdgate/ppt": "0.6.10",
|
|
53
|
+
"@mdgate/pptx": "0.6.10",
|
|
54
|
+
"@mdgate/rtf": "0.6.10",
|
|
55
|
+
"@mdgate/subtitle": "0.6.10",
|
|
56
|
+
"@mdgate/text": "0.6.10",
|
|
57
|
+
"@mdgate/video": "0.6.10",
|
|
58
|
+
"@mdgate/visio": "0.6.10",
|
|
59
|
+
"@mdgate/wps": "0.6.10",
|
|
60
|
+
"@mdgate/xlsx": "0.6.10",
|
|
61
|
+
"@mdgate/zip": "0.6.10"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|