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!
93 lines
2.7 KiB
JSON
93 lines
2.7 KiB
JSON
{
|
|
"name": "remotely-save",
|
|
"version": "0.3.4",
|
|
"description": "This is yet another sync plugin for Obsidian app.",
|
|
"scripts": {
|
|
"dev2": "node esbuild.config.mjs",
|
|
"build2": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"build": "webpack --mode production",
|
|
"dev": "webpack --mode development --watch",
|
|
"format": "npx prettier --write .",
|
|
"clean": "npx rimraf main.js",
|
|
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'"
|
|
},
|
|
"browser": {
|
|
"path": "path-browserify",
|
|
"process": "process/browser",
|
|
"stream": "stream-browserify",
|
|
"crypto": "crypto-browserify",
|
|
"url": "url/"
|
|
},
|
|
"source": "main.ts",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@microsoft/microsoft-graph-types": "^2.11.0",
|
|
"@types/chai": "^4.2.22",
|
|
"@types/chai-as-promised": "^7.1.4",
|
|
"@types/feather-icons": "^4.7.0",
|
|
"@types/jsdom": "^16.2.13",
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/mime-types": "^2.1.1",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^14.14.37",
|
|
"@types/qrcode": "^1.4.1",
|
|
"builtin-modules": "^3.2.0",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^10.0.0",
|
|
"esbuild": "^0.14.3",
|
|
"jsdom": "^19.0.0",
|
|
"mocha": "^9.1.3",
|
|
"prettier": "^2.4.1",
|
|
"ts-loader": "^9.2.6",
|
|
"ts-node": "^10.4.0",
|
|
"tslib": "^2.2.0",
|
|
"typescript": "^4.4.4",
|
|
"webdav-server": "^2.6.2",
|
|
"webpack": "^5.64.4",
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.37.0",
|
|
"@aws-sdk/fetch-http-handler": "^3.53.0",
|
|
"@aws-sdk/lib-storage": "^3.53.1",
|
|
"@aws-sdk/protocol-http": "^3.53.0",
|
|
"@aws-sdk/querystring-builder": "^3.53.0",
|
|
"@aws-sdk/signature-v4-crt": "^3.37.0",
|
|
"@aws-sdk/types": "^3.53.0",
|
|
"@azure/msal-node": "^1.6.0",
|
|
"@fyears/tsqueue": "^1.0.1",
|
|
"@microsoft/microsoft-graph-client": "^3.0.1",
|
|
"acorn": "^8.5.0",
|
|
"assert": "^2.0.0",
|
|
"aws-crt": "^1.10.1",
|
|
"buffer": "^6.0.3",
|
|
"codemirror": "^5.63.1",
|
|
"crypto-browserify": "^3.12.0",
|
|
"dropbox": "^10.22.0",
|
|
"feather-icons": "^4.28.0",
|
|
"http-status-codes": "^2.2.0",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"loglevel": "^1.8.0",
|
|
"mime-types": "^2.1.33",
|
|
"nanoid": "^3.1.30",
|
|
"obsidian": "^0.13.26",
|
|
"p-queue": "^7.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"process": "^0.11.10",
|
|
"qrcode": "^1.5.0",
|
|
"rfc4648": "^1.5.0",
|
|
"rimraf": "^3.0.2",
|
|
"stream-browserify": "^3.0.0",
|
|
"url": "^0.11.0",
|
|
"util": "^0.12.4",
|
|
"webdav": "^4.7.0",
|
|
"webdav-fs": "^4.0.0",
|
|
"xregexp": "^5.1.0"
|
|
}
|
|
}
|