remotely-save/package.json

94 lines
2.7 KiB
JSON
Raw Normal View History

2021-10-17 14:47:48 +00:00
{
2021-12-03 17:18:20 +00:00
"name": "remotely-save",
2022-03-23 14:57:16 +00:00
"version": "0.3.13",
2021-10-17 14:50:12 +00:00
"description": "This is yet another sync plugin for Obsidian app.",
2021-10-17 14:47:48 +00:00
"scripts": {
2022-01-08 06:36:22 +00:00
"dev2": "node esbuild.config.mjs",
2021-11-30 17:49:29 +00:00
"build2": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"build": "webpack --mode production",
2022-01-08 06:36:22 +00:00
"dev": "webpack --mode development --watch",
2021-10-17 14:50:12 +00:00
"format": "npx prettier --write .",
2021-11-04 17:21:58 +00:00
"clean": "npx rimraf main.js",
2021-11-07 06:51:00 +00:00
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'"
2021-10-17 14:50:12 +00:00
},
2021-11-27 06:45:46 +00:00
"browser": {
"path": "path-browserify",
"process": "process/browser",
2021-12-28 16:35:46 +00:00
"stream": "stream-browserify",
2022-02-12 04:28:47 +00:00
"crypto": "crypto-browserify",
"url": "url/"
2021-11-27 06:45:46 +00:00
},
2021-10-17 14:50:12 +00:00
"source": "main.ts",
2021-10-17 14:47:48 +00:00
"keywords": [],
"author": "",
2021-10-17 14:50:12 +00:00
"license": "Apache-2.0",
2021-10-17 14:47:48 +00:00
"devDependencies": {
2021-12-28 16:35:46 +00:00
"@microsoft/microsoft-graph-types": "^2.11.0",
2021-11-04 17:21:58 +00:00
"@types/chai": "^4.2.22",
2021-11-08 02:00:06 +00:00
"@types/chai-as-promised": "^7.1.4",
2021-12-11 14:45:21 +00:00
"@types/jsdom": "^16.2.13",
2022-01-01 10:37:48 +00:00
"@types/lodash": "^4.14.178",
2021-11-04 15:58:20 +00:00
"@types/mime-types": "^2.1.1",
2021-11-04 17:21:58 +00:00
"@types/mocha": "^9.0.0",
"@types/mustache": "^4.1.2",
2021-11-04 17:21:58 +00:00
"@types/node": "^14.14.37",
2021-12-11 09:33:55 +00:00
"@types/qrcode": "^1.4.1",
2021-11-27 06:45:46 +00:00
"builtin-modules": "^3.2.0",
2021-11-04 17:21:58 +00:00
"chai": "^4.3.4",
2021-11-08 02:00:06 +00:00
"chai-as-promised": "^7.1.1",
2021-11-07 06:51:00 +00:00
"cross-env": "^7.0.3",
2021-11-28 17:03:17 +00:00
"dotenv": "^10.0.0",
2022-01-08 06:43:53 +00:00
"esbuild": "^0.14.3",
2021-12-11 14:45:21 +00:00
"jsdom": "^19.0.0",
2021-11-04 17:21:58 +00:00
"mocha": "^9.1.3",
2021-10-17 14:50:12 +00:00
"prettier": "^2.4.1",
2021-10-19 17:57:08 +00:00
"ts-loader": "^9.2.6",
2021-11-04 17:21:58 +00:00
"ts-node": "^10.4.0",
2021-10-17 14:47:48 +00:00
"tslib": "^2.2.0",
2021-10-19 17:57:08 +00:00
"typescript": "^4.4.4",
2021-11-30 17:49:29 +00:00
"webdav-server": "^2.6.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
2021-10-17 14:50:12 +00:00
},
"dependencies": {
2022-03-14 15:24:39 +00:00
"@aws-sdk/client-s3": "^3.54.0",
"@aws-sdk/fetch-http-handler": "^3.54.0",
"@aws-sdk/lib-storage": "^3.54.0",
"@aws-sdk/protocol-http": "^3.54.0",
"@aws-sdk/querystring-builder": "^3.54.0",
"@aws-sdk/signature-v4-crt": "^3.54.0",
"@aws-sdk/types": "^3.54.0",
2022-02-12 04:28:47 +00:00
"@azure/msal-node": "^1.6.0",
2022-01-22 09:11:12 +00:00
"@fyears/tsqueue": "^1.0.1",
2021-12-28 16:35:46 +00:00
"@microsoft/microsoft-graph-client": "^3.0.1",
2021-10-27 02:15:14 +00:00
"acorn": "^8.5.0",
2021-11-28 04:20:38 +00:00
"assert": "^2.0.0",
2021-10-19 17:57:08 +00:00
"aws-crt": "^1.10.1",
2021-10-27 02:15:14 +00:00
"buffer": "^6.0.3",
2021-10-17 14:50:12 +00:00
"codemirror": "^5.63.1",
2021-11-28 04:20:38 +00:00
"crypto-browserify": "^3.12.0",
"dropbox": "^10.22.0",
A big commit Squashed commit of CORS: commit 8cffa38ebae2a46b7c8e855c7b21a124e35adc89 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Thu Mar 10 23:52:56 2022 +0800 bypass more cors for onedrive commit 1b59ac1e58032099068aab55d22ef96c6396f203 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Wed Mar 9 23:58:28 2022 +0800 change wordings for webdav cors commit 73142eb18b59fff20839680e866f51cfcb0a6226 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Wed Mar 9 23:38:58 2022 +0800 remove cors hint for webdav commit 7dbb0b49d50e529b2b72e55ea2c8503ba7fa9268 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Wed Mar 9 23:31:54 2022 +0800 fix webdav commit c28c4e19720a56230d483acf306463d42e619fa4 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Wed Mar 9 23:31:35 2022 +0800 remove more headers commit 4eeae7043fa68d669a5c23c5549c14c1260ce638 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Wed Mar 9 23:18:32 2022 +0800 polish cors hints for s3 commit d9e55a91a1c413e9419cd6b30a3a6e3b403d483b Author: fyears <1142836+fyears@users.noreply.github.com> Date: Wed Mar 9 22:40:37 2022 +0800 fix format commit b780a3eb4e37b05b8e8b92d6a2f9283b3459d738 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Wed Mar 9 22:37:02 2022 +0800 finally correctly inject requestUrl into s3 commit 6a55a1a43d7653d65579ab88aa816e5d54cd276a Author: fyears <1142836+fyears@users.noreply.github.com> Date: Wed Mar 9 22:33:18 2022 +0800 to arraybuffer from view commit 2f2607b4f0a3d9db5943528ced57cb2fdb419607 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Wed Mar 9 13:31:22 2022 +0800 add split ranges commit ea24da24dea83fdb770e7e391cf8a2e4fea78d0d Author: fyears <1142836+fyears@users.noreply.github.com> Date: Sun Mar 6 22:57:50 2022 +0800 add settings of bypassing for s3 commit 2f099dc8ca1e66ea137b28dd329be50968734ba6 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Sun Mar 6 22:38:07 2022 +0800 use api ver var commit 74c7ce2449a88cbe7c7f50cbb687b36ff3732c04 Author: fyears <1142836+fyears@users.noreply.github.com> Date: Sun Mar 6 22:37:25 2022 +0800 correct way to inject s3 commit f29945d73132d21b2c44472ec2cafc06b9d71e8f Author: fyears <1142836+fyears@users.noreply.github.com> Date: Tue Mar 1 00:09:57 2022 +0800 add new http handler commit d55104cb08e168cbcc243cf901cbd7f46f2e324b Author: fyears <1142836+fyears@users.noreply.github.com> Date: Mon Feb 28 22:59:55 2022 +0800 add types for patch commit 50b79ade7188ee7dfab9c1d03119585db358ba6f Author: fyears <1142836+fyears@users.noreply.github.com> Date: Mon Feb 28 08:25:19 2022 +0800 remove verbose commit 83f0e71aa15aa7586f6d4e105cd77c25c2e113ce Author: fyears <1142836+fyears@users.noreply.github.com> Date: Mon Feb 28 08:25:04 2022 +0800 patch webdav!
2022-03-10 15:54:35 +00:00
"http-status-codes": "^2.2.0",
2021-11-14 12:24:33 +00:00
"localforage": "^1.10.0",
2022-01-01 10:37:48 +00:00
"lodash": "^4.17.21",
2022-01-04 16:10:55 +00:00
"loglevel": "^1.8.0",
"lucide": "^0.17.12",
2021-10-18 16:38:20 +00:00
"mime-types": "^2.1.33",
"mustache": "^4.2.0",
2022-01-08 10:41:11 +00:00
"nanoid": "^3.1.30",
2022-03-06 05:19:47 +00:00
"obsidian": "^0.13.26",
2022-03-06 10:12:49 +00:00
"p-queue": "^7.2.0",
2021-10-27 02:15:14 +00:00
"path-browserify": "^1.0.1",
"process": "^0.11.10",
2021-12-11 09:33:55 +00:00
"qrcode": "^1.5.0",
2021-11-05 16:23:30 +00:00
"rfc4648": "^1.5.0",
2021-10-17 14:50:12 +00:00
"rimraf": "^3.0.2",
2021-10-27 02:15:14 +00:00
"stream-browserify": "^3.0.0",
2022-02-12 04:28:47 +00:00
"url": "^0.11.0",
2021-11-28 04:20:38 +00:00
"util": "^0.12.4",
2021-10-17 14:50:12 +00:00
"webdav": "^4.7.0",
2021-11-09 16:16:24 +00:00
"webdav-fs": "^4.0.0",
"xregexp": "^5.1.0"
2021-10-17 14:47:48 +00:00
}
}