2020-11-05 18:58:23 +02:00
|
|
|
{
|
2020-11-07 17:59:37 +02:00
|
|
|
"name": "@joplin/lib",
|
2023-06-28 16:12:32 +02:00
|
|
|
"version": "2.12.0",
|
2020-12-01 16:08:41 +02:00
|
|
|
"description": "Joplin Core library",
|
|
|
|
"author": "Laurent Cozic",
|
2020-11-05 18:58:23 +02:00
|
|
|
"homepage": "",
|
2022-12-21 12:00:31 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2020-11-05 18:58:23 +02:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-12-20 17:08:43 +02:00
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 13:43:12 +02:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2021-12-20 17:08:43 +02:00
|
|
|
"generatePluginTypes": "rm -rf ./plugin_types && yarn run tsc --declaration --declarationDir ./plugin_types --project tsconfig.json",
|
2021-08-12 17:54:10 +02:00
|
|
|
"test": "jest --verbose=false",
|
2021-12-20 17:08:43 +02:00
|
|
|
"test-ci": "yarn test"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-06 11:55:02 +02:00
|
|
|
"@types/fs-extra": "11.0.1",
|
2023-08-01 16:38:59 +02:00
|
|
|
"@types/jest": "29.5.3",
|
2022-11-05 16:47:55 +02:00
|
|
|
"@types/js-yaml": "4.0.5",
|
2023-08-01 16:38:59 +02:00
|
|
|
"@types/node": "18.16.18",
|
2022-11-05 16:47:55 +02:00
|
|
|
"@types/node-rsa": "1.1.1",
|
2023-08-02 12:24:54 +02:00
|
|
|
"@types/react": "18.0.24",
|
|
|
|
"@types/uuid": "9.0.2",
|
2023-06-30 14:13:45 +02:00
|
|
|
"clean-html": "1.5.0",
|
2023-06-04 19:34:32 +02:00
|
|
|
"jest": "29.5.0",
|
2023-07-31 20:06:24 +02:00
|
|
|
"sharp": "0.32.2",
|
2023-08-01 16:38:59 +02:00
|
|
|
"typescript": "5.1.3"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-01 17:13:08 +02:00
|
|
|
"@aws-sdk/client-s3": "3.296.0",
|
|
|
|
"@aws-sdk/s3-request-presigner": "3.296.0",
|
2023-06-27 11:24:24 +02:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.44",
|
|
|
|
"@joplin/fork-sax": "^1.2.48",
|
|
|
|
"@joplin/fork-uslug": "^1.0.9",
|
2023-06-28 16:12:32 +02:00
|
|
|
"@joplin/htmlpack": "~2.12",
|
|
|
|
"@joplin/renderer": "~2.12",
|
2023-06-27 11:24:24 +02:00
|
|
|
"@joplin/turndown": "^4.0.66",
|
|
|
|
"@joplin/turndown-plugin-gfm": "^1.0.48",
|
2023-06-28 16:12:32 +02:00
|
|
|
"@joplin/utils": "~2.12",
|
2022-11-05 15:09:41 +02:00
|
|
|
"@types/nanoid": "3.0.0",
|
|
|
|
"async-mutex": "0.4.0",
|
2022-11-08 22:45:36 +02:00
|
|
|
"base-64": "1.0.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"base64-stream": "1.0.0",
|
2022-11-07 09:51:00 +02:00
|
|
|
"builtin-modules": "3.3.0",
|
2022-11-05 22:12:21 +02:00
|
|
|
"chokidar": "3.5.3",
|
2022-11-02 19:38:00 +02:00
|
|
|
"color": "3.2.1",
|
2022-11-05 15:09:41 +02:00
|
|
|
"compare-versions": "3.6.0",
|
|
|
|
"css": "3.0.0",
|
|
|
|
"diff-match-patch": "1.0.5",
|
|
|
|
"es6-promise-pool": "2.5.0",
|
|
|
|
"fast-deep-equal": "3.1.3",
|
2021-12-20 17:08:43 +02:00
|
|
|
"fast-xml-parser": "3.21.1",
|
2022-11-07 19:45:37 +02:00
|
|
|
"follow-redirects": "1.15.2",
|
2022-11-11 16:19:34 +02:00
|
|
|
"form-data": "4.0.0",
|
2023-03-30 22:11:29 +02:00
|
|
|
"fs-extra": "11.1.1",
|
2022-11-07 19:58:33 +02:00
|
|
|
"hpagent": "1.2.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"html-entities": "1.4.0",
|
2022-11-11 16:24:51 +02:00
|
|
|
"html-minifier": "4.0.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"image-data-uri": "2.0.1",
|
|
|
|
"image-type": "3.1.0",
|
|
|
|
"immer": "7.0.15",
|
|
|
|
"js-yaml": "4.1.0",
|
|
|
|
"levenshtein": "1.0.5",
|
2022-11-12 12:23:00 +02:00
|
|
|
"markdown-it": "13.0.1",
|
2022-11-05 15:09:41 +02:00
|
|
|
"md5": "2.3.0",
|
2022-11-13 12:44:53 +02:00
|
|
|
"md5-file": "5.0.0",
|
2022-11-06 14:37:47 +02:00
|
|
|
"moment": "2.29.4",
|
2022-11-06 17:47:31 +02:00
|
|
|
"multiparty": "4.2.3",
|
2022-11-05 15:09:41 +02:00
|
|
|
"mustache": "4.2.0",
|
2023-04-05 22:16:55 +02:00
|
|
|
"nanoid": "3.3.6",
|
2022-11-15 11:10:41 +02:00
|
|
|
"node-fetch": "2.6.7",
|
2022-11-12 14:36:27 +02:00
|
|
|
"node-notifier": "10.0.1",
|
2023-03-07 23:28:30 +02:00
|
|
|
"node-persist": "3.1.3",
|
2022-11-05 15:09:41 +02:00
|
|
|
"node-rsa": "1.1.1",
|
2022-11-13 01:38:17 +02:00
|
|
|
"promise": "8.3.0",
|
2022-12-02 23:29:33 +02:00
|
|
|
"query-string": "7.1.3",
|
2022-11-06 16:38:57 +02:00
|
|
|
"re-reselect": "4.0.1",
|
2022-11-05 15:09:41 +02:00
|
|
|
"read-chunk": "2.1.0",
|
2023-02-09 02:24:35 +02:00
|
|
|
"redux": "4.2.1",
|
2022-11-05 15:09:41 +02:00
|
|
|
"relative": "3.0.2",
|
2023-05-07 04:10:24 +02:00
|
|
|
"reselect": "4.1.8",
|
2022-11-05 15:09:41 +02:00
|
|
|
"server-destroy": "1.0.1",
|
|
|
|
"sprintf-js": "1.1.2",
|
2023-03-25 16:27:19 +02:00
|
|
|
"sqlite3": "5.1.6",
|
2022-11-05 15:09:41 +02:00
|
|
|
"string-padding": "1.0.2",
|
2022-11-13 12:38:24 +02:00
|
|
|
"string-to-stream": "3.0.1",
|
2023-06-06 11:39:30 +02:00
|
|
|
"tar": "6.1.15",
|
2022-11-15 00:40:35 +02:00
|
|
|
"tcp-port-used": "1.0.2",
|
2020-11-05 18:58:23 +02:00
|
|
|
"uglifycss": "0.0.29",
|
2022-11-07 00:34:03 +02:00
|
|
|
"url-parse": "1.5.10",
|
2022-11-17 16:53:24 +02:00
|
|
|
"uuid": "9.0.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"word-wrap": "1.2.3",
|
|
|
|
"xml2js": "0.4.23"
|
2020-12-14 16:55:31 +02:00
|
|
|
},
|
2021-09-29 17:22:20 +02:00
|
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
2020-11-05 18:58:23 +02:00
|
|
|
}
|