add pdftomd

This commit is contained in:
김경종
2026-05-08 16:42:19 +09:00
parent 551ab50735
commit 88d6b92283
99 changed files with 47332 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"name": "convert-pdf-to-md",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "convert-pdf-to-md",
"version": "0.1.0",
"dependencies": {
"mathjax": "4.1.2"
}
},
"node_modules/@mathjax/mathjax-newcm-font": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.1.2.tgz",
"integrity": "sha512-lZHMjNP2XbABHA3kVn40rbse5ERUeMEmrGH03qLkCwxq4/5Z/eNLr0akw1MmQcqTwCbvkx1BFcmJ7RCfbRlw3Q==",
"license": "Apache-2.0"
},
"node_modules/mathjax": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/mathjax/-/mathjax-4.1.2.tgz",
"integrity": "sha512-EQDS8xBpVg179BXoLeZ9JlwUFftOC5qylw20UlAMDhrTuooENigOocY79aNkkFSyvj/AST/89ZAo12+r5bPI4w==",
"license": "Apache-2.0",
"dependencies": {
"@mathjax/mathjax-newcm-font": "^4.1.2"
}
}
}
}