2020-11-05 18:58:23 +02:00
|
|
|
{
|
2020-11-07 17:59:37 +02:00
|
|
|
"name": "@joplin/lib",
|
2022-10-12 16:45:50 +02:00
|
|
|
"version": "2.9.1",
|
2020-12-01 16:08:41 +02:00
|
|
|
"description": "Joplin Core library",
|
|
|
|
"author": "Laurent Cozic",
|
2020-11-05 18:58:23 +02:00
|
|
|
"homepage": "",
|
2021-11-18 17:08:13 +02:00
|
|
|
"license": "MIT",
|
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": {
|
2021-06-01 10:42:46 +02:00
|
|
|
"@types/fs-extra": "^9.0.6",
|
2020-12-01 16:08:41 +02:00
|
|
|
"@types/jest": "^26.0.15",
|
2021-10-16 10:59:37 +02:00
|
|
|
"@types/js-yaml": "^4.0.2",
|
2020-11-05 18:58:23 +02:00
|
|
|
"@types/node": "^14.14.6",
|
2021-10-03 17:00:49 +02:00
|
|
|
"@types/node-rsa": "^1.1.1",
|
2021-09-10 20:05:47 +02:00
|
|
|
"@types/react": "^17.0.20",
|
2021-06-01 10:42:46 +02:00
|
|
|
"clean-html": "^1.5.0",
|
2021-12-20 18:24:45 +02:00
|
|
|
"jest": "26.6.3",
|
2022-11-04 22:13:18 +02:00
|
|
|
"sharp": "^0.31.0",
|
2021-06-01 10:42:46 +02:00
|
|
|
"typescript": "^4.0.5"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-05 15:09:41 +02:00
|
|
|
"@aws-sdk/client-s3": "3.44.0",
|
|
|
|
"@aws-sdk/s3-request-presigner": "3.44.0",
|
2022-10-12 16:45:50 +02:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.41",
|
|
|
|
"@joplin/fork-sax": "^1.2.45",
|
|
|
|
"@joplin/fork-uslug": "^1.0.6",
|
|
|
|
"@joplin/htmlpack": "^2.9.1",
|
|
|
|
"@joplin/renderer": "^2.9.1",
|
|
|
|
"@joplin/turndown": "^4.0.63",
|
|
|
|
"@joplin/turndown-plugin-gfm": "^1.0.45",
|
2022-11-05 15:09:41 +02:00
|
|
|
"@types/nanoid": "3.0.0",
|
|
|
|
"async-mutex": "0.4.0",
|
|
|
|
"base-64": "0.1.0",
|
|
|
|
"base64-stream": "1.0.0",
|
|
|
|
"builtin-modules": "3.2.0",
|
|
|
|
"chokidar": "3.5.2",
|
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-05 15:09:41 +02:00
|
|
|
"follow-redirects": "1.14.5",
|
|
|
|
"form-data": "2.5.1",
|
|
|
|
"fs-extra": "5.0.0",
|
|
|
|
"hpagent": "1.0.0",
|
|
|
|
"html-entities": "1.4.0",
|
|
|
|
"html-minifier": "3.5.21",
|
|
|
|
"image-data-uri": "2.0.1",
|
|
|
|
"image-type": "3.1.0",
|
|
|
|
"immer": "7.0.15",
|
|
|
|
"js-yaml": "4.1.0",
|
|
|
|
"levenshtein": "1.0.5",
|
|
|
|
"markdown-it": "10.0.0",
|
|
|
|
"md5": "2.3.0",
|
|
|
|
"md5-file": "4.0.0",
|
|
|
|
"moment": "2.29.1",
|
|
|
|
"multiparty": "4.2.2",
|
|
|
|
"mustache": "4.2.0",
|
|
|
|
"nanoid": "3.1.30",
|
|
|
|
"node-fetch": "1.7.3",
|
|
|
|
"node-notifier": "8.0.2",
|
|
|
|
"node-persist": "2.1.0",
|
|
|
|
"node-rsa": "1.1.1",
|
|
|
|
"promise": "7.3.1",
|
2020-11-05 18:58:23 +02:00
|
|
|
"query-string": "4.3.4",
|
2022-11-05 15:09:41 +02:00
|
|
|
"re-reselect": "4.0.0",
|
|
|
|
"read-chunk": "2.1.0",
|
|
|
|
"redux": "3.7.2",
|
|
|
|
"relative": "3.0.2",
|
|
|
|
"reselect": "4.1.5",
|
|
|
|
"server-destroy": "1.0.1",
|
|
|
|
"sprintf-js": "1.1.2",
|
|
|
|
"sqlite3": "5.0.2",
|
|
|
|
"string-padding": "1.0.2",
|
|
|
|
"string-to-stream": "1.1.1",
|
|
|
|
"tar": "4.4.19",
|
|
|
|
"tcp-port-used": "0.1.2",
|
2020-11-05 18:58:23 +02:00
|
|
|
"uglifycss": "0.0.29",
|
2022-11-05 15:09:41 +02:00
|
|
|
"url-parse": "1.5.3",
|
|
|
|
"uuid": "3.4.0",
|
|
|
|
"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
|
|
|
}
|