Fix parsing issues, list all attachments
parent
1b44541a1e
commit
d8b1b414e2
@ -0,0 +1 @@
|
||||
/node_modules/
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "mail-to-pdf",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mail-to-pdf",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"sexpr-plus": "^7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/sexpr-plus": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/sexpr-plus/-/sexpr-plus-7.0.0.tgz",
|
||||
"integrity": "sha1-PsWDDuWuhfLTpiWFaWj3ZBycjJ8="
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"sexpr-plus": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/sexpr-plus/-/sexpr-plus-7.0.0.tgz",
|
||||
"integrity": "sha1-PsWDDuWuhfLTpiWFaWj3ZBycjJ8="
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "mail-to-pdf",
|
||||
"description": "Skrypt konwertujący pliki .eml do plików PDF, razem z załącznikami w postaci zdjęć.",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.kuba-orlik.name/kuba/mail-to-pdf.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"sexpr-plus": "^7.0.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue