Files
PDFToMD/package-lock.json
T
2026-05-08 16:42:19 +09:00

31 lines
963 B
JSON

{
"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"
}
}
}
}