joplin/CliClient/package.json

92 lines
2.1 KiB
JSON
Raw Normal View History

2017-06-05 22:00:02 +00:00
{
2017-07-12 20:39:47 +00:00
"name": "joplin",
2017-10-21 18:07:56 +00:00
"description": "Joplin CLI Client",
2017-06-29 20:52:52 +00:00
"license": "MIT",
2017-10-21 18:07:56 +00:00
"author": "Laurent Cozic",
"bugs": {
"url": "https://github.com/laurent22/joplin/issues"
2017-10-21 18:07:56 +00:00
},
2017-06-29 20:52:52 +00:00
"repository": {
"type": "git",
"url": "https://github.com/laurent22/joplin"
},
2017-10-21 18:07:56 +00:00
"copyright": {
"title": "Joplin CLI",
"years": [
2016,
2018-01-03 19:20:16 +00:00
2017,
2019-01-15 19:10:27 +00:00
2018,
2019
2017-10-21 18:07:56 +00:00
],
"owner": "Laurent Cozic"
},
2019-09-27 21:19:13 +00:00
"version": "1.0.149",
2017-06-25 16:30:44 +00:00
"bin": {
2017-08-04 20:15:55 +00:00
"joplin": "./main.js"
2017-06-25 16:30:44 +00:00
},
2017-10-21 18:07:56 +00:00
"engines": {
"node": ">=8.7.0"
},
2017-06-08 22:24:40 +00:00
"dependencies": {
"app-module-path": "^2.2.0",
"async-mutex": "^0.1.3",
"base-64": "^0.1.0",
"clean-html": "^1.5.0",
2018-01-09 19:56:38 +00:00
"compare-version": "^0.1.2",
"diacritics": "^1.3.0",
"diff-match-patch": "^1.0.4",
"es6-promise-pool": "^2.5.0",
"file-uri-to-path": "^1.0.0",
"follow-redirects": "^1.2.4",
2017-06-08 22:24:40 +00:00
"form-data": "^2.1.4",
2017-12-22 18:58:09 +00:00
"fs-extra": "^5.0.0",
2017-11-06 23:56:33 +00:00
"html-entities": "^1.2.1",
"html-minifier": "^3.5.15",
"image-data-uri": "^2.0.0",
"image-type": "^3.0.0",
2019-10-12 08:47:16 +00:00
"joplin-turndown": "^4.0.18",
"joplin-turndown-plugin-gfm": "^1.0.11",
2017-06-08 22:24:40 +00:00
"jssha": "^2.3.0",
2017-07-12 20:39:47 +00:00
"levenshtein": "^1.0.5",
"markdown-it": "^8.4.2",
"md5": "^2.2.1",
"mime": "^2.0.3",
"moment": "^2.24.0",
"multiparty": "^4.2.1",
2017-11-20 19:01:19 +00:00
"node-emoji": "^1.8.1",
2017-06-08 22:24:40 +00:00
"node-fetch": "^1.7.1",
"node-persist": "^2.1.0",
2017-06-08 22:24:40 +00:00
"promise": "^7.1.1",
2017-07-17 19:37:59 +00:00
"proper-lockfile": "^2.0.1",
2017-06-15 21:17:56 +00:00
"query-string": "4.3.4",
"read-chunk": "^2.1.0",
2017-10-07 20:04:53 +00:00
"redux": "^3.7.2",
"request": "^2.88.0",
2017-06-08 22:24:40 +00:00
"sax": "^1.2.2",
2017-06-22 21:52:27 +00:00
"server-destroy": "^1.0.1",
"sharp": "^0.22.1",
2017-06-11 21:11:14 +00:00
"sprintf-js": "^1.1.1",
"sqlite3": "^4.0.7",
2017-07-12 20:39:47 +00:00
"string-padding": "^1.0.2",
2017-06-08 22:24:40 +00:00
"string-to-stream": "^1.1.0",
"strip-ansi": "^4.0.0",
2018-06-28 19:48:39 +00:00
"syswide-cas": "^5.2.0",
"tar": "^4.4.10",
2017-06-22 19:44:38 +00:00
"tcp-port-used": "^0.1.2",
"terminal-kit": "^1.30.0",
2018-05-09 11:39:27 +00:00
"tkwidgets": "^0.5.26",
"url-parse": "^1.4.7",
2017-06-11 21:11:14 +00:00
"uuid": "^3.0.1",
"valid-url": "^1.0.9",
2017-10-05 17:17:56 +00:00
"word-wrap": "^1.2.3",
2018-01-21 17:01:37 +00:00
"xml2js": "^0.4.19",
2017-10-05 17:17:56 +00:00
"yargs-parser": "^7.0.0"
2017-06-08 22:24:40 +00:00
},
"devDependencies": {
"jasmine": "^3.5.0"
2017-06-08 22:24:40 +00:00
},
"scripts": {
"test": "jasmine"
2017-06-08 22:24:40 +00:00
}
2017-06-05 22:00:02 +00:00
}