enex-dump
Version:
Dump the content of .enex files, preserving attachments, some metadata and optionally converting notes to Markdown.
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "enex-dump",
"description": "Dump the content of .enex files, preserving attachments, some metadata and optionally converting notes to Markdown.",
"version": "1.4.1",
"bin": "bin/index.js",
"main": "src/index.js",
"bugs": {
"url": "https://github.com/fabiospampinato/cliflix/issues"
},
"license": "MIT",
"author": {
"name": "Fabio Spampinato",
"email": "spampinabio@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fabiospampinato/cliflix.git"
},
"keywords": [
"evernote",
"enex",
"dump",
"extract",
"notes",
"markdown"
],
"dependencies": {
"caporal": "git://github.com/fabiospampinato/Caporal.js#optional-tabtab",
"chalk": "^2.4.1",
"fast-xml-parser": "^3.12.10",
"gray-matter": "^4.0.1",
"html-entities": "^1.2.1",
"js-beautify": "^1.7.5",
"js-yaml": "^3.12.0",
"lodash": "^4.17.10",
"minidom": "^1.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"pify": "^3.0.0",
"read-pkg-up": "^4.0.0",
"update-notifier": "^2.5.0"
},
"engines": {
"node": ">= 7.6.0"
}
}