Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/markers": "1.15.0",
Expand Down
205 changes: 195 additions & 10 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -1271,6 +1271,73 @@
ws "^7.1.2"
yargs "^15.3.1"

"@theia/core@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.16.0.tgz#dd409788112e80bd39e48fb858e74d811ba56131"
integrity sha512-F2vaVwa4dgFjMK01DkfCqBXDW3hYAe00otXuRczsGYxU/aAJ0IKu2P3osHijN5zv+0gJ541neJ4eVzyG/ROpEg==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/algorithm" "1"
"@phosphor/commands" "1"
"@phosphor/coreutils" "1"
"@phosphor/domutils" "1"
"@phosphor/dragdrop" "1"
"@phosphor/messaging" "1"
"@phosphor/properties" "1"
"@phosphor/signaling" "1"
"@phosphor/virtualdom" "1"
"@phosphor/widgets" "1"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "1.16.0"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/dompurify" "^2.2.2"
"@types/express" "^4.16.0"
"@types/fs-extra" "^4.0.2"
"@types/lodash.debounce" "4.0.3"
"@types/lodash.throttle" "^4.1.3"
"@types/react" "^16.8.0"
"@types/react-dom" "^16.8.0"
"@types/react-virtualized" "^9.18.3"
"@types/route-parser" "^0.1.1"
"@types/safer-buffer" "^2.1.0"
"@types/ws" "^5.1.2"
"@types/yargs" "^15"
ajv "^6.5.3"
body-parser "^1.17.2"
cookie "^0.4.0"
dompurify "^2.2.9"
drivelist "^9.0.2"
es6-promise "^4.2.4"
express "^4.16.3"
file-icons-js "~1.0.3"
font-awesome "^4.7.0"
fs-extra "^4.0.2"
fuzzy "^0.1.3"
iconv-lite "^0.6.0"
inversify "^5.0.1"
jschardet "^2.1.1"
keytar "7.2.0"
lodash.debounce "^4.0.8"
lodash.throttle "^4.1.1"
nsfw "^2.1.2"
p-debounce "^2.1.0"
perfect-scrollbar "^1.3.0"
react "^16.8.0"
react-dom "^16.8.0"
react-virtualized "^9.20.0"
reconnecting-websocket "^4.2.0"
reflect-metadata "^0.1.10"
route-parser "^0.0.5"
safer-buffer "^2.1.2"
uuid "^8.3.2"
vscode-languageserver-protocol "~3.15.3"
vscode-languageserver-types "^3.15.1"
vscode-uri "^2.1.1"
vscode-ws-jsonrpc "^0.2.0"
ws "^7.1.2"
yargs "^15.3.1"

"@theia/editor@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.15.0.tgz#ad50d8188b671c1538cac9607fb3c7635163beae"
Expand All@@ -1281,6 +1348,16 @@
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/editor@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.16.0.tgz#9374f4208fac3a44242fae85533cdf99751c4fa4"
integrity sha512-n0bW974ovEOALMZ7WbV3jXLktGoqdZJ3/lY3WEL/bahQJel/+p8OQb3Xx7fA7gOPWGXbgcpiZvZg2/w0nOJ7IA==
dependencies:
"@theia/core" "1.16.0"
"@theia/variable-resolver" "1.16.0"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/electron@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.15.0.tgz#8ef6a55346c7d5a3676ac3ef2a1f35877a7a3ae7"
Expand All@@ -1295,16 +1372,17 @@
unzipper "^0.9.11"
yargs "^15.3.1"

"@theia/file-search@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.15.0.tgz#395bf16b2f15162f52f157f080d55134dbde1f76"
integrity sha512-sFDYUP9q2qjyUoYcD3EH3x5Jl/2Ea1RzFQPVfrqIlhyM/5URY5VnHaMSCOKr8zyNbI/2jIo5m8GTdemGGTTj2g==
dependencies:
"@theia/core" "1.15.0"
"@theia/editor" "1.15.0"
"@theia/filesystem" "1.15.0"
"@theia/process" "1.15.0"
"@theia/workspace" "1.15.0"
"@theia/file-search@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.16.0.tgz#83c8f6b09c37a958dfd2c6e7ca3b992094a85a22"
integrity sha512-uIzbRmjYxtIt0ldGiovSFLI6293GmlNJ7IFWG/wX/gmc59CPWVKxx0PhqWwjwXXzFtJZRT41BYKawL0vvvCmKQ==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/monaco" "1.16.0"
"@theia/process" "1.16.0"
"@theia/workspace" "1.16.0"
vscode-ripgrep "^1.2.4"

"@theia/filesystem@1.15.0":
Expand All@@ -1326,6 +1404,25 @@
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/filesystem@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.16.0.tgz#467d4dbcd77eec799256cd9e342bb030a88b4c77"
integrity sha512-FHxKS/ZplYfJvbtKOrEMDMfB/5iW06/y3yA1DcwUK4E2d5kxsihooViWwkJb0oorkfAtmbixOPHTeH2vwhtngg==
dependencies:
"@theia/core" "1.16.0"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
"@types/uuid" "^7.0.3"
body-parser "^1.18.3"
http-status-codes "^1.3.0"
minimatch "^3.0.4"
rimraf "^2.6.2"
tar-fs "^1.16.2"
trash "^6.1.1"
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/git@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.15.0.tgz#b29c92b2fe8c11c7f8d97cab0278dabd10572bb3"
Expand DownExpand Up@@ -1360,6 +1457,21 @@
"@theia/navigator" "1.15.0"
"@theia/workspace" "1.15.0"

"@theia/markers@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.16.0.tgz#3bd6988377634699f9eae0b2f309b73545f04496"
integrity sha512-8NiAuTEVsYdV3srAs3rTFlxYZeUCz9YpydO3DzITuFmiZ7p3+LlFLy/QtAAE+5MaydKWqpxK+PGCzH93pH40Hw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/navigator" "1.16.0"
"@theia/workspace" "1.16.0"

"@theia/monaco-editor-core@0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.23.0.tgz#7a1cbb7a857a509ce8e75c9965abea752bd76e80"
integrity sha512-WyrotTd6ZfeXAX4icgFALTzlqE356tAQ5nRuwa2E0Qdp2YIO9GDcw5G2l2NJ8INO2ygujbE5pEdD5kJM5N4TOQ==

"@theia/monaco-editor-core@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
Expand All@@ -1384,6 +1496,25 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/monaco@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.16.0.tgz#997410fa1e6c2bfc53e02bad934555d8c1e10982"
integrity sha512-38rCWHjqcjx2XPUwfxyjp/6S+BIAAHmld3EL6onNqQ736Q2NXs74n3CiE5t6Ap2ahk9P7jewwdCl512tAOg24Q==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/markers" "1.16.0"
"@theia/monaco-editor-core" "0.23.0"
"@theia/outline-view" "1.16.0"
"@theia/workspace" "1.16.0"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
jsonc-parser "^2.2.0"
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/navigator@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.15.0.tgz#cfa75408b52e1878c1a9f2a385b516e789d32c62"
Expand All@@ -1394,6 +1525,16 @@
"@theia/workspace" "1.15.0"
minimatch "^3.0.4"

"@theia/navigator@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.16.0.tgz#7570e4208f84e3266f3af53891ef1fb391838fcc"
integrity sha512-DZaxfyyb1U51QjBJ5K1Rkg1TVUEG3TNII3NREYNR/3cV5qDtTmbG3Cp6g15bkdFirD6dBhjuuNRLwTc0/uD4wg==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/workspace" "1.16.0"
minimatch "^3.0.4"

"@theia/node-pty@0.9.0-theia.6":
version "0.9.0-theia.6"
resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.9.0-theia.6.tgz#b34710419a0b4917cc97e6a7f4d1b5535cae03ab"
Expand All@@ -1408,6 +1549,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/outline-view@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.16.0.tgz#5371d46fa0f11a063ba905710eb803bc5944eece"
integrity sha512-c9j5w/WBe9vps53c1Ep8eH6EKbUYikLJkHlzrc2rPko3nqy9NBYy+/8ozGVHel8LMJQyulaNEUjW71z2In4HSA==
dependencies:
"@theia/core" "1.16.0"

"@theia/ovsx-client@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.16.0.tgz#ac5df18d5fee0e4ce1a3c277ffa6764c8c3ff740"
Expand DownExpand Up@@ -1439,6 +1587,15 @@
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/process@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.16.0.tgz#ecba0bcfdc580f33ac54063355a718fce2ae5706"
integrity sha512-IRkp1KVwkpXl36vVJXNyFT6pcVzrG9HkiSLEtjabT7tK14wEd3tZxZ/NmfYGswCehQQJzAylGF9wcW126OUYxA==
dependencies:
"@theia/core" "1.16.0"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/scm-extra@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.15.0.tgz#ef9bb66126b8b9c00e4f66b6bc0b1e38d0975c65"
Expand DownExpand Up@@ -1494,6 +1651,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/variable-resolver@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.16.0.tgz#00393335623dbed16047a289cc0dd4a0fdea4925"
integrity sha512-cWji+upAxnRcTAz0xhF1Ivqk++wVcD36yU1u9HJlPENKR9JTFoiZn2qXINzGp5OFlHNaA0ojMfX2jXwzSsUBrA==
dependencies:
"@theia/core" "1.16.0"

"@theia/workspace@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05"
Expand All@@ -1507,6 +1671,19 @@
moment "2.24.0"
valid-filename "^2.0.1"

"@theia/workspace@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.16.0.tgz#6975ecd4c70a76a8a692a70bf7e06cdfe79d8360"
integrity sha512-AHZ/N/1vLnOYyWDIsXmSIbsSLiT9Ttul5hT1fsYGzh1euYtYBFpm9r/Tco1YUk9zHc65Gnkv9qWTPhWXQnUqAw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/variable-resolver" "1.16.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
valid-filename "^2.0.1"

"@types/base64-arraybuffer@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@types/base64-arraybuffer/-/base64-arraybuffer-0.1.0.tgz#739eea0a974d13ae831f96d97d882ceb0b187543"
Expand DownExpand Up@@ -5554,6 +5731,14 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

keytar@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440"
integrity sha512-ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw==
dependencies:
node-addon-api "^3.0.0"
prebuild-install "^6.0.0"

keytar@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.7.0.tgz#3002b106c01631aa79b1aa9ee0493b94179bbbd2"
Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/markers": "1.15.0",
Expand Down
205 changes: 195 additions & 10 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -1271,6 +1271,73 @@
ws "^7.1.2"
yargs "^15.3.1"

"@theia/core@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.16.0.tgz#dd409788112e80bd39e48fb858e74d811ba56131"
integrity sha512-F2vaVwa4dgFjMK01DkfCqBXDW3hYAe00otXuRczsGYxU/aAJ0IKu2P3osHijN5zv+0gJ541neJ4eVzyG/ROpEg==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/algorithm" "1"
"@phosphor/commands" "1"
"@phosphor/coreutils" "1"
"@phosphor/domutils" "1"
"@phosphor/dragdrop" "1"
"@phosphor/messaging" "1"
"@phosphor/properties" "1"
"@phosphor/signaling" "1"
"@phosphor/virtualdom" "1"
"@phosphor/widgets" "1"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "1.16.0"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/dompurify" "^2.2.2"
"@types/express" "^4.16.0"
"@types/fs-extra" "^4.0.2"
"@types/lodash.debounce" "4.0.3"
"@types/lodash.throttle" "^4.1.3"
"@types/react" "^16.8.0"
"@types/react-dom" "^16.8.0"
"@types/react-virtualized" "^9.18.3"
"@types/route-parser" "^0.1.1"
"@types/safer-buffer" "^2.1.0"
"@types/ws" "^5.1.2"
"@types/yargs" "^15"
ajv "^6.5.3"
body-parser "^1.17.2"
cookie "^0.4.0"
dompurify "^2.2.9"
drivelist "^9.0.2"
es6-promise "^4.2.4"
express "^4.16.3"
file-icons-js "~1.0.3"
font-awesome "^4.7.0"
fs-extra "^4.0.2"
fuzzy "^0.1.3"
iconv-lite "^0.6.0"
inversify "^5.0.1"
jschardet "^2.1.1"
keytar "7.2.0"
lodash.debounce "^4.0.8"
lodash.throttle "^4.1.1"
nsfw "^2.1.2"
p-debounce "^2.1.0"
perfect-scrollbar "^1.3.0"
react "^16.8.0"
react-dom "^16.8.0"
react-virtualized "^9.20.0"
reconnecting-websocket "^4.2.0"
reflect-metadata "^0.1.10"
route-parser "^0.0.5"
safer-buffer "^2.1.2"
uuid "^8.3.2"
vscode-languageserver-protocol "~3.15.3"
vscode-languageserver-types "^3.15.1"
vscode-uri "^2.1.1"
vscode-ws-jsonrpc "^0.2.0"
ws "^7.1.2"
yargs "^15.3.1"

"@theia/editor@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.15.0.tgz#ad50d8188b671c1538cac9607fb3c7635163beae"
Expand All@@ -1281,6 +1348,16 @@
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/editor@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.16.0.tgz#9374f4208fac3a44242fae85533cdf99751c4fa4"
integrity sha512-n0bW974ovEOALMZ7WbV3jXLktGoqdZJ3/lY3WEL/bahQJel/+p8OQb3Xx7fA7gOPWGXbgcpiZvZg2/w0nOJ7IA==
dependencies:
"@theia/core" "1.16.0"
"@theia/variable-resolver" "1.16.0"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/electron@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.15.0.tgz#8ef6a55346c7d5a3676ac3ef2a1f35877a7a3ae7"
Expand All@@ -1295,16 +1372,17 @@
unzipper "^0.9.11"
yargs "^15.3.1"

"@theia/file-search@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.15.0.tgz#395bf16b2f15162f52f157f080d55134dbde1f76"
integrity sha512-sFDYUP9q2qjyUoYcD3EH3x5Jl/2Ea1RzFQPVfrqIlhyM/5URY5VnHaMSCOKr8zyNbI/2jIo5m8GTdemGGTTj2g==
dependencies:
"@theia/core" "1.15.0"
"@theia/editor" "1.15.0"
"@theia/filesystem" "1.15.0"
"@theia/process" "1.15.0"
"@theia/workspace" "1.15.0"
"@theia/file-search@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.16.0.tgz#83c8f6b09c37a958dfd2c6e7ca3b992094a85a22"
integrity sha512-uIzbRmjYxtIt0ldGiovSFLI6293GmlNJ7IFWG/wX/gmc59CPWVKxx0PhqWwjwXXzFtJZRT41BYKawL0vvvCmKQ==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/monaco" "1.16.0"
"@theia/process" "1.16.0"
"@theia/workspace" "1.16.0"
vscode-ripgrep "^1.2.4"

"@theia/filesystem@1.15.0":
Expand All@@ -1326,6 +1404,25 @@
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/filesystem@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.16.0.tgz#467d4dbcd77eec799256cd9e342bb030a88b4c77"
integrity sha512-FHxKS/ZplYfJvbtKOrEMDMfB/5iW06/y3yA1DcwUK4E2d5kxsihooViWwkJb0oorkfAtmbixOPHTeH2vwhtngg==
dependencies:
"@theia/core" "1.16.0"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
"@types/uuid" "^7.0.3"
body-parser "^1.18.3"
http-status-codes "^1.3.0"
minimatch "^3.0.4"
rimraf "^2.6.2"
tar-fs "^1.16.2"
trash "^6.1.1"
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/git@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.15.0.tgz#b29c92b2fe8c11c7f8d97cab0278dabd10572bb3"
Expand DownExpand Up@@ -1360,6 +1457,21 @@
"@theia/navigator" "1.15.0"
"@theia/workspace" "1.15.0"

"@theia/markers@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.16.0.tgz#3bd6988377634699f9eae0b2f309b73545f04496"
integrity sha512-8NiAuTEVsYdV3srAs3rTFlxYZeUCz9YpydO3DzITuFmiZ7p3+LlFLy/QtAAE+5MaydKWqpxK+PGCzH93pH40Hw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/navigator" "1.16.0"
"@theia/workspace" "1.16.0"

"@theia/monaco-editor-core@0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.23.0.tgz#7a1cbb7a857a509ce8e75c9965abea752bd76e80"
integrity sha512-WyrotTd6ZfeXAX4icgFALTzlqE356tAQ5nRuwa2E0Qdp2YIO9GDcw5G2l2NJ8INO2ygujbE5pEdD5kJM5N4TOQ==

"@theia/monaco-editor-core@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
Expand All@@ -1384,6 +1496,25 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/monaco@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.16.0.tgz#997410fa1e6c2bfc53e02bad934555d8c1e10982"
integrity sha512-38rCWHjqcjx2XPUwfxyjp/6S+BIAAHmld3EL6onNqQ736Q2NXs74n3CiE5t6Ap2ahk9P7jewwdCl512tAOg24Q==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/markers" "1.16.0"
"@theia/monaco-editor-core" "0.23.0"
"@theia/outline-view" "1.16.0"
"@theia/workspace" "1.16.0"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
jsonc-parser "^2.2.0"
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/navigator@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.15.0.tgz#cfa75408b52e1878c1a9f2a385b516e789d32c62"
Expand All@@ -1394,6 +1525,16 @@
"@theia/workspace" "1.15.0"
minimatch "^3.0.4"

"@theia/navigator@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.16.0.tgz#7570e4208f84e3266f3af53891ef1fb391838fcc"
integrity sha512-DZaxfyyb1U51QjBJ5K1Rkg1TVUEG3TNII3NREYNR/3cV5qDtTmbG3Cp6g15bkdFirD6dBhjuuNRLwTc0/uD4wg==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/workspace" "1.16.0"
minimatch "^3.0.4"

"@theia/node-pty@0.9.0-theia.6":
version "0.9.0-theia.6"
resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.9.0-theia.6.tgz#b34710419a0b4917cc97e6a7f4d1b5535cae03ab"
Expand All@@ -1408,6 +1549,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/outline-view@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.16.0.tgz#5371d46fa0f11a063ba905710eb803bc5944eece"
integrity sha512-c9j5w/WBe9vps53c1Ep8eH6EKbUYikLJkHlzrc2rPko3nqy9NBYy+/8ozGVHel8LMJQyulaNEUjW71z2In4HSA==
dependencies:
"@theia/core" "1.16.0"

"@theia/ovsx-client@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.16.0.tgz#ac5df18d5fee0e4ce1a3c277ffa6764c8c3ff740"
Expand DownExpand Up@@ -1439,6 +1587,15 @@
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/process@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.16.0.tgz#ecba0bcfdc580f33ac54063355a718fce2ae5706"
integrity sha512-IRkp1KVwkpXl36vVJXNyFT6pcVzrG9HkiSLEtjabT7tK14wEd3tZxZ/NmfYGswCehQQJzAylGF9wcW126OUYxA==
dependencies:
"@theia/core" "1.16.0"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/scm-extra@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.15.0.tgz#ef9bb66126b8b9c00e4f66b6bc0b1e38d0975c65"
Expand DownExpand Up@@ -1494,6 +1651,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/variable-resolver@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.16.0.tgz#00393335623dbed16047a289cc0dd4a0fdea4925"
integrity sha512-cWji+upAxnRcTAz0xhF1Ivqk++wVcD36yU1u9HJlPENKR9JTFoiZn2qXINzGp5OFlHNaA0ojMfX2jXwzSsUBrA==
dependencies:
"@theia/core" "1.16.0"

"@theia/workspace@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05"
Expand All@@ -1507,6 +1671,19 @@
moment "2.24.0"
valid-filename "^2.0.1"

"@theia/workspace@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.16.0.tgz#6975ecd4c70a76a8a692a70bf7e06cdfe79d8360"
integrity sha512-AHZ/N/1vLnOYyWDIsXmSIbsSLiT9Ttul5hT1fsYGzh1euYtYBFpm9r/Tco1YUk9zHc65Gnkv9qWTPhWXQnUqAw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/variable-resolver" "1.16.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
valid-filename "^2.0.1"

"@types/base64-arraybuffer@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@types/base64-arraybuffer/-/base64-arraybuffer-0.1.0.tgz#739eea0a974d13ae831f96d97d882ceb0b187543"
Expand DownExpand Up@@ -5554,6 +5731,14 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

keytar@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440"
integrity sha512-ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw==
dependencies:
node-addon-api "^3.0.0"
prebuild-install "^6.0.0"

keytar@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.7.0.tgz#3002b106c01631aa79b1aa9ee0493b94179bbbd2"
Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/markers": "1.15.0",
Expand Down
205 changes: 195 additions & 10 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -1271,6 +1271,73 @@
ws "^7.1.2"
yargs "^15.3.1"

"@theia/core@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.16.0.tgz#dd409788112e80bd39e48fb858e74d811ba56131"
integrity sha512-F2vaVwa4dgFjMK01DkfCqBXDW3hYAe00otXuRczsGYxU/aAJ0IKu2P3osHijN5zv+0gJ541neJ4eVzyG/ROpEg==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/algorithm" "1"
"@phosphor/commands" "1"
"@phosphor/coreutils" "1"
"@phosphor/domutils" "1"
"@phosphor/dragdrop" "1"
"@phosphor/messaging" "1"
"@phosphor/properties" "1"
"@phosphor/signaling" "1"
"@phosphor/virtualdom" "1"
"@phosphor/widgets" "1"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "1.16.0"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/dompurify" "^2.2.2"
"@types/express" "^4.16.0"
"@types/fs-extra" "^4.0.2"
"@types/lodash.debounce" "4.0.3"
"@types/lodash.throttle" "^4.1.3"
"@types/react" "^16.8.0"
"@types/react-dom" "^16.8.0"
"@types/react-virtualized" "^9.18.3"
"@types/route-parser" "^0.1.1"
"@types/safer-buffer" "^2.1.0"
"@types/ws" "^5.1.2"
"@types/yargs" "^15"
ajv "^6.5.3"
body-parser "^1.17.2"
cookie "^0.4.0"
dompurify "^2.2.9"
drivelist "^9.0.2"
es6-promise "^4.2.4"
express "^4.16.3"
file-icons-js "~1.0.3"
font-awesome "^4.7.0"
fs-extra "^4.0.2"
fuzzy "^0.1.3"
iconv-lite "^0.6.0"
inversify "^5.0.1"
jschardet "^2.1.1"
keytar "7.2.0"
lodash.debounce "^4.0.8"
lodash.throttle "^4.1.1"
nsfw "^2.1.2"
p-debounce "^2.1.0"
perfect-scrollbar "^1.3.0"
react "^16.8.0"
react-dom "^16.8.0"
react-virtualized "^9.20.0"
reconnecting-websocket "^4.2.0"
reflect-metadata "^0.1.10"
route-parser "^0.0.5"
safer-buffer "^2.1.2"
uuid "^8.3.2"
vscode-languageserver-protocol "~3.15.3"
vscode-languageserver-types "^3.15.1"
vscode-uri "^2.1.1"
vscode-ws-jsonrpc "^0.2.0"
ws "^7.1.2"
yargs "^15.3.1"

"@theia/editor@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.15.0.tgz#ad50d8188b671c1538cac9607fb3c7635163beae"
Expand All@@ -1281,6 +1348,16 @@
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/editor@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.16.0.tgz#9374f4208fac3a44242fae85533cdf99751c4fa4"
integrity sha512-n0bW974ovEOALMZ7WbV3jXLktGoqdZJ3/lY3WEL/bahQJel/+p8OQb3Xx7fA7gOPWGXbgcpiZvZg2/w0nOJ7IA==
dependencies:
"@theia/core" "1.16.0"
"@theia/variable-resolver" "1.16.0"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/electron@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.15.0.tgz#8ef6a55346c7d5a3676ac3ef2a1f35877a7a3ae7"
Expand All@@ -1295,16 +1372,17 @@
unzipper "^0.9.11"
yargs "^15.3.1"

"@theia/file-search@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.15.0.tgz#395bf16b2f15162f52f157f080d55134dbde1f76"
integrity sha512-sFDYUP9q2qjyUoYcD3EH3x5Jl/2Ea1RzFQPVfrqIlhyM/5URY5VnHaMSCOKr8zyNbI/2jIo5m8GTdemGGTTj2g==
dependencies:
"@theia/core" "1.15.0"
"@theia/editor" "1.15.0"
"@theia/filesystem" "1.15.0"
"@theia/process" "1.15.0"
"@theia/workspace" "1.15.0"
"@theia/file-search@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.16.0.tgz#83c8f6b09c37a958dfd2c6e7ca3b992094a85a22"
integrity sha512-uIzbRmjYxtIt0ldGiovSFLI6293GmlNJ7IFWG/wX/gmc59CPWVKxx0PhqWwjwXXzFtJZRT41BYKawL0vvvCmKQ==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/monaco" "1.16.0"
"@theia/process" "1.16.0"
"@theia/workspace" "1.16.0"
vscode-ripgrep "^1.2.4"

"@theia/filesystem@1.15.0":
Expand All@@ -1326,6 +1404,25 @@
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/filesystem@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.16.0.tgz#467d4dbcd77eec799256cd9e342bb030a88b4c77"
integrity sha512-FHxKS/ZplYfJvbtKOrEMDMfB/5iW06/y3yA1DcwUK4E2d5kxsihooViWwkJb0oorkfAtmbixOPHTeH2vwhtngg==
dependencies:
"@theia/core" "1.16.0"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
"@types/uuid" "^7.0.3"
body-parser "^1.18.3"
http-status-codes "^1.3.0"
minimatch "^3.0.4"
rimraf "^2.6.2"
tar-fs "^1.16.2"
trash "^6.1.1"
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/git@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.15.0.tgz#b29c92b2fe8c11c7f8d97cab0278dabd10572bb3"
Expand DownExpand Up@@ -1360,6 +1457,21 @@
"@theia/navigator" "1.15.0"
"@theia/workspace" "1.15.0"

"@theia/markers@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.16.0.tgz#3bd6988377634699f9eae0b2f309b73545f04496"
integrity sha512-8NiAuTEVsYdV3srAs3rTFlxYZeUCz9YpydO3DzITuFmiZ7p3+LlFLy/QtAAE+5MaydKWqpxK+PGCzH93pH40Hw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/navigator" "1.16.0"
"@theia/workspace" "1.16.0"

"@theia/monaco-editor-core@0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.23.0.tgz#7a1cbb7a857a509ce8e75c9965abea752bd76e80"
integrity sha512-WyrotTd6ZfeXAX4icgFALTzlqE356tAQ5nRuwa2E0Qdp2YIO9GDcw5G2l2NJ8INO2ygujbE5pEdD5kJM5N4TOQ==

"@theia/monaco-editor-core@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
Expand All@@ -1384,6 +1496,25 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/monaco@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.16.0.tgz#997410fa1e6c2bfc53e02bad934555d8c1e10982"
integrity sha512-38rCWHjqcjx2XPUwfxyjp/6S+BIAAHmld3EL6onNqQ736Q2NXs74n3CiE5t6Ap2ahk9P7jewwdCl512tAOg24Q==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/markers" "1.16.0"
"@theia/monaco-editor-core" "0.23.0"
"@theia/outline-view" "1.16.0"
"@theia/workspace" "1.16.0"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
jsonc-parser "^2.2.0"
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/navigator@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.15.0.tgz#cfa75408b52e1878c1a9f2a385b516e789d32c62"
Expand All@@ -1394,6 +1525,16 @@
"@theia/workspace" "1.15.0"
minimatch "^3.0.4"

"@theia/navigator@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.16.0.tgz#7570e4208f84e3266f3af53891ef1fb391838fcc"
integrity sha512-DZaxfyyb1U51QjBJ5K1Rkg1TVUEG3TNII3NREYNR/3cV5qDtTmbG3Cp6g15bkdFirD6dBhjuuNRLwTc0/uD4wg==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/workspace" "1.16.0"
minimatch "^3.0.4"

"@theia/node-pty@0.9.0-theia.6":
version "0.9.0-theia.6"
resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.9.0-theia.6.tgz#b34710419a0b4917cc97e6a7f4d1b5535cae03ab"
Expand All@@ -1408,6 +1549,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/outline-view@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.16.0.tgz#5371d46fa0f11a063ba905710eb803bc5944eece"
integrity sha512-c9j5w/WBe9vps53c1Ep8eH6EKbUYikLJkHlzrc2rPko3nqy9NBYy+/8ozGVHel8LMJQyulaNEUjW71z2In4HSA==
dependencies:
"@theia/core" "1.16.0"

"@theia/ovsx-client@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.16.0.tgz#ac5df18d5fee0e4ce1a3c277ffa6764c8c3ff740"
Expand DownExpand Up@@ -1439,6 +1587,15 @@
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/process@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.16.0.tgz#ecba0bcfdc580f33ac54063355a718fce2ae5706"
integrity sha512-IRkp1KVwkpXl36vVJXNyFT6pcVzrG9HkiSLEtjabT7tK14wEd3tZxZ/NmfYGswCehQQJzAylGF9wcW126OUYxA==
dependencies:
"@theia/core" "1.16.0"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/scm-extra@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.15.0.tgz#ef9bb66126b8b9c00e4f66b6bc0b1e38d0975c65"
Expand DownExpand Up@@ -1494,6 +1651,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/variable-resolver@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.16.0.tgz#00393335623dbed16047a289cc0dd4a0fdea4925"
integrity sha512-cWji+upAxnRcTAz0xhF1Ivqk++wVcD36yU1u9HJlPENKR9JTFoiZn2qXINzGp5OFlHNaA0ojMfX2jXwzSsUBrA==
dependencies:
"@theia/core" "1.16.0"

"@theia/workspace@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05"
Expand All@@ -1507,6 +1671,19 @@
moment "2.24.0"
valid-filename "^2.0.1"

"@theia/workspace@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.16.0.tgz#6975ecd4c70a76a8a692a70bf7e06cdfe79d8360"
integrity sha512-AHZ/N/1vLnOYyWDIsXmSIbsSLiT9Ttul5hT1fsYGzh1euYtYBFpm9r/Tco1YUk9zHc65Gnkv9qWTPhWXQnUqAw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/variable-resolver" "1.16.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
valid-filename "^2.0.1"

"@types/base64-arraybuffer@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@types/base64-arraybuffer/-/base64-arraybuffer-0.1.0.tgz#739eea0a974d13ae831f96d97d882ceb0b187543"
Expand DownExpand Up@@ -5554,6 +5731,14 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

keytar@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440"
integrity sha512-ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw==
dependencies:
node-addon-api "^3.0.0"
prebuild-install "^6.0.0"

keytar@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.7.0.tgz#3002b106c01631aa79b1aa9ee0493b94179bbbd2"
Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/markers": "1.15.0",
Expand Down
205 changes: 195 additions & 10 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -1271,6 +1271,73 @@
ws "^7.1.2"
yargs "^15.3.1"

"@theia/core@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.16.0.tgz#dd409788112e80bd39e48fb858e74d811ba56131"
integrity sha512-F2vaVwa4dgFjMK01DkfCqBXDW3hYAe00otXuRczsGYxU/aAJ0IKu2P3osHijN5zv+0gJ541neJ4eVzyG/ROpEg==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/algorithm" "1"
"@phosphor/commands" "1"
"@phosphor/coreutils" "1"
"@phosphor/domutils" "1"
"@phosphor/dragdrop" "1"
"@phosphor/messaging" "1"
"@phosphor/properties" "1"
"@phosphor/signaling" "1"
"@phosphor/virtualdom" "1"
"@phosphor/widgets" "1"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "1.16.0"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/dompurify" "^2.2.2"
"@types/express" "^4.16.0"
"@types/fs-extra" "^4.0.2"
"@types/lodash.debounce" "4.0.3"
"@types/lodash.throttle" "^4.1.3"
"@types/react" "^16.8.0"
"@types/react-dom" "^16.8.0"
"@types/react-virtualized" "^9.18.3"
"@types/route-parser" "^0.1.1"
"@types/safer-buffer" "^2.1.0"
"@types/ws" "^5.1.2"
"@types/yargs" "^15"
ajv "^6.5.3"
body-parser "^1.17.2"
cookie "^0.4.0"
dompurify "^2.2.9"
drivelist "^9.0.2"
es6-promise "^4.2.4"
express "^4.16.3"
file-icons-js "~1.0.3"
font-awesome "^4.7.0"
fs-extra "^4.0.2"
fuzzy "^0.1.3"
iconv-lite "^0.6.0"
inversify "^5.0.1"
jschardet "^2.1.1"
keytar "7.2.0"
lodash.debounce "^4.0.8"
lodash.throttle "^4.1.1"
nsfw "^2.1.2"
p-debounce "^2.1.0"
perfect-scrollbar "^1.3.0"
react "^16.8.0"
react-dom "^16.8.0"
react-virtualized "^9.20.0"
reconnecting-websocket "^4.2.0"
reflect-metadata "^0.1.10"
route-parser "^0.0.5"
safer-buffer "^2.1.2"
uuid "^8.3.2"
vscode-languageserver-protocol "~3.15.3"
vscode-languageserver-types "^3.15.1"
vscode-uri "^2.1.1"
vscode-ws-jsonrpc "^0.2.0"
ws "^7.1.2"
yargs "^15.3.1"

"@theia/editor@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.15.0.tgz#ad50d8188b671c1538cac9607fb3c7635163beae"
Expand All@@ -1281,6 +1348,16 @@
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/editor@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.16.0.tgz#9374f4208fac3a44242fae85533cdf99751c4fa4"
integrity sha512-n0bW974ovEOALMZ7WbV3jXLktGoqdZJ3/lY3WEL/bahQJel/+p8OQb3Xx7fA7gOPWGXbgcpiZvZg2/w0nOJ7IA==
dependencies:
"@theia/core" "1.16.0"
"@theia/variable-resolver" "1.16.0"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/electron@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.15.0.tgz#8ef6a55346c7d5a3676ac3ef2a1f35877a7a3ae7"
Expand All@@ -1295,16 +1372,17 @@
unzipper "^0.9.11"
yargs "^15.3.1"

"@theia/file-search@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.15.0.tgz#395bf16b2f15162f52f157f080d55134dbde1f76"
integrity sha512-sFDYUP9q2qjyUoYcD3EH3x5Jl/2Ea1RzFQPVfrqIlhyM/5URY5VnHaMSCOKr8zyNbI/2jIo5m8GTdemGGTTj2g==
dependencies:
"@theia/core" "1.15.0"
"@theia/editor" "1.15.0"
"@theia/filesystem" "1.15.0"
"@theia/process" "1.15.0"
"@theia/workspace" "1.15.0"
"@theia/file-search@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.16.0.tgz#83c8f6b09c37a958dfd2c6e7ca3b992094a85a22"
integrity sha512-uIzbRmjYxtIt0ldGiovSFLI6293GmlNJ7IFWG/wX/gmc59CPWVKxx0PhqWwjwXXzFtJZRT41BYKawL0vvvCmKQ==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/monaco" "1.16.0"
"@theia/process" "1.16.0"
"@theia/workspace" "1.16.0"
vscode-ripgrep "^1.2.4"

"@theia/filesystem@1.15.0":
Expand All@@ -1326,6 +1404,25 @@
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/filesystem@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.16.0.tgz#467d4dbcd77eec799256cd9e342bb030a88b4c77"
integrity sha512-FHxKS/ZplYfJvbtKOrEMDMfB/5iW06/y3yA1DcwUK4E2d5kxsihooViWwkJb0oorkfAtmbixOPHTeH2vwhtngg==
dependencies:
"@theia/core" "1.16.0"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
"@types/uuid" "^7.0.3"
body-parser "^1.18.3"
http-status-codes "^1.3.0"
minimatch "^3.0.4"
rimraf "^2.6.2"
tar-fs "^1.16.2"
trash "^6.1.1"
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/git@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.15.0.tgz#b29c92b2fe8c11c7f8d97cab0278dabd10572bb3"
Expand DownExpand Up@@ -1360,6 +1457,21 @@
"@theia/navigator" "1.15.0"
"@theia/workspace" "1.15.0"

"@theia/markers@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.16.0.tgz#3bd6988377634699f9eae0b2f309b73545f04496"
integrity sha512-8NiAuTEVsYdV3srAs3rTFlxYZeUCz9YpydO3DzITuFmiZ7p3+LlFLy/QtAAE+5MaydKWqpxK+PGCzH93pH40Hw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/navigator" "1.16.0"
"@theia/workspace" "1.16.0"

"@theia/monaco-editor-core@0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.23.0.tgz#7a1cbb7a857a509ce8e75c9965abea752bd76e80"
integrity sha512-WyrotTd6ZfeXAX4icgFALTzlqE356tAQ5nRuwa2E0Qdp2YIO9GDcw5G2l2NJ8INO2ygujbE5pEdD5kJM5N4TOQ==

"@theia/monaco-editor-core@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
Expand All@@ -1384,6 +1496,25 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/monaco@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.16.0.tgz#997410fa1e6c2bfc53e02bad934555d8c1e10982"
integrity sha512-38rCWHjqcjx2XPUwfxyjp/6S+BIAAHmld3EL6onNqQ736Q2NXs74n3CiE5t6Ap2ahk9P7jewwdCl512tAOg24Q==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/markers" "1.16.0"
"@theia/monaco-editor-core" "0.23.0"
"@theia/outline-view" "1.16.0"
"@theia/workspace" "1.16.0"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
jsonc-parser "^2.2.0"
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/navigator@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.15.0.tgz#cfa75408b52e1878c1a9f2a385b516e789d32c62"
Expand All@@ -1394,6 +1525,16 @@
"@theia/workspace" "1.15.0"
minimatch "^3.0.4"

"@theia/navigator@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.16.0.tgz#7570e4208f84e3266f3af53891ef1fb391838fcc"
integrity sha512-DZaxfyyb1U51QjBJ5K1Rkg1TVUEG3TNII3NREYNR/3cV5qDtTmbG3Cp6g15bkdFirD6dBhjuuNRLwTc0/uD4wg==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/workspace" "1.16.0"
minimatch "^3.0.4"

"@theia/node-pty@0.9.0-theia.6":
version "0.9.0-theia.6"
resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.9.0-theia.6.tgz#b34710419a0b4917cc97e6a7f4d1b5535cae03ab"
Expand All@@ -1408,6 +1549,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/outline-view@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.16.0.tgz#5371d46fa0f11a063ba905710eb803bc5944eece"
integrity sha512-c9j5w/WBe9vps53c1Ep8eH6EKbUYikLJkHlzrc2rPko3nqy9NBYy+/8ozGVHel8LMJQyulaNEUjW71z2In4HSA==
dependencies:
"@theia/core" "1.16.0"

"@theia/ovsx-client@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.16.0.tgz#ac5df18d5fee0e4ce1a3c277ffa6764c8c3ff740"
Expand DownExpand Up@@ -1439,6 +1587,15 @@
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/process@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.16.0.tgz#ecba0bcfdc580f33ac54063355a718fce2ae5706"
integrity sha512-IRkp1KVwkpXl36vVJXNyFT6pcVzrG9HkiSLEtjabT7tK14wEd3tZxZ/NmfYGswCehQQJzAylGF9wcW126OUYxA==
dependencies:
"@theia/core" "1.16.0"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/scm-extra@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.15.0.tgz#ef9bb66126b8b9c00e4f66b6bc0b1e38d0975c65"
Expand DownExpand Up@@ -1494,6 +1651,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/variable-resolver@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.16.0.tgz#00393335623dbed16047a289cc0dd4a0fdea4925"
integrity sha512-cWji+upAxnRcTAz0xhF1Ivqk++wVcD36yU1u9HJlPENKR9JTFoiZn2qXINzGp5OFlHNaA0ojMfX2jXwzSsUBrA==
dependencies:
"@theia/core" "1.16.0"

"@theia/workspace@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05"
Expand All@@ -1507,6 +1671,19 @@
moment "2.24.0"
valid-filename "^2.0.1"

"@theia/workspace@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.16.0.tgz#6975ecd4c70a76a8a692a70bf7e06cdfe79d8360"
integrity sha512-AHZ/N/1vLnOYyWDIsXmSIbsSLiT9Ttul5hT1fsYGzh1euYtYBFpm9r/Tco1YUk9zHc65Gnkv9qWTPhWXQnUqAw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/variable-resolver" "1.16.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
valid-filename "^2.0.1"

"@types/base64-arraybuffer@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@types/base64-arraybuffer/-/base64-arraybuffer-0.1.0.tgz#739eea0a974d13ae831f96d97d882ceb0b187543"
Expand DownExpand Up@@ -5554,6 +5731,14 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

keytar@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440"
integrity sha512-ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw==
dependencies:
node-addon-api "^3.0.0"
prebuild-install "^6.0.0"

keytar@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.7.0.tgz#3002b106c01631aa79b1aa9ee0493b94179bbbd2"
Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/markers": "1.15.0",
Expand Down
205 changes: 195 additions & 10 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -1271,6 +1271,73 @@
ws "^7.1.2"
yargs "^15.3.1"

"@theia/core@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.16.0.tgz#dd409788112e80bd39e48fb858e74d811ba56131"
integrity sha512-F2vaVwa4dgFjMK01DkfCqBXDW3hYAe00otXuRczsGYxU/aAJ0IKu2P3osHijN5zv+0gJ541neJ4eVzyG/ROpEg==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/algorithm" "1"
"@phosphor/commands" "1"
"@phosphor/coreutils" "1"
"@phosphor/domutils" "1"
"@phosphor/dragdrop" "1"
"@phosphor/messaging" "1"
"@phosphor/properties" "1"
"@phosphor/signaling" "1"
"@phosphor/virtualdom" "1"
"@phosphor/widgets" "1"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "1.16.0"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/dompurify" "^2.2.2"
"@types/express" "^4.16.0"
"@types/fs-extra" "^4.0.2"
"@types/lodash.debounce" "4.0.3"
"@types/lodash.throttle" "^4.1.3"
"@types/react" "^16.8.0"
"@types/react-dom" "^16.8.0"
"@types/react-virtualized" "^9.18.3"
"@types/route-parser" "^0.1.1"
"@types/safer-buffer" "^2.1.0"
"@types/ws" "^5.1.2"
"@types/yargs" "^15"
ajv "^6.5.3"
body-parser "^1.17.2"
cookie "^0.4.0"
dompurify "^2.2.9"
drivelist "^9.0.2"
es6-promise "^4.2.4"
express "^4.16.3"
file-icons-js "~1.0.3"
font-awesome "^4.7.0"
fs-extra "^4.0.2"
fuzzy "^0.1.3"
iconv-lite "^0.6.0"
inversify "^5.0.1"
jschardet "^2.1.1"
keytar "7.2.0"
lodash.debounce "^4.0.8"
lodash.throttle "^4.1.1"
nsfw "^2.1.2"
p-debounce "^2.1.0"
perfect-scrollbar "^1.3.0"
react "^16.8.0"
react-dom "^16.8.0"
react-virtualized "^9.20.0"
reconnecting-websocket "^4.2.0"
reflect-metadata "^0.1.10"
route-parser "^0.0.5"
safer-buffer "^2.1.2"
uuid "^8.3.2"
vscode-languageserver-protocol "~3.15.3"
vscode-languageserver-types "^3.15.1"
vscode-uri "^2.1.1"
vscode-ws-jsonrpc "^0.2.0"
ws "^7.1.2"
yargs "^15.3.1"

"@theia/editor@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.15.0.tgz#ad50d8188b671c1538cac9607fb3c7635163beae"
Expand All@@ -1281,6 +1348,16 @@
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/editor@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.16.0.tgz#9374f4208fac3a44242fae85533cdf99751c4fa4"
integrity sha512-n0bW974ovEOALMZ7WbV3jXLktGoqdZJ3/lY3WEL/bahQJel/+p8OQb3Xx7fA7gOPWGXbgcpiZvZg2/w0nOJ7IA==
dependencies:
"@theia/core" "1.16.0"
"@theia/variable-resolver" "1.16.0"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/electron@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.15.0.tgz#8ef6a55346c7d5a3676ac3ef2a1f35877a7a3ae7"
Expand All@@ -1295,16 +1372,17 @@
unzipper "^0.9.11"
yargs "^15.3.1"

"@theia/file-search@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.15.0.tgz#395bf16b2f15162f52f157f080d55134dbde1f76"
integrity sha512-sFDYUP9q2qjyUoYcD3EH3x5Jl/2Ea1RzFQPVfrqIlhyM/5URY5VnHaMSCOKr8zyNbI/2jIo5m8GTdemGGTTj2g==
dependencies:
"@theia/core" "1.15.0"
"@theia/editor" "1.15.0"
"@theia/filesystem" "1.15.0"
"@theia/process" "1.15.0"
"@theia/workspace" "1.15.0"
"@theia/file-search@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.16.0.tgz#83c8f6b09c37a958dfd2c6e7ca3b992094a85a22"
integrity sha512-uIzbRmjYxtIt0ldGiovSFLI6293GmlNJ7IFWG/wX/gmc59CPWVKxx0PhqWwjwXXzFtJZRT41BYKawL0vvvCmKQ==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/monaco" "1.16.0"
"@theia/process" "1.16.0"
"@theia/workspace" "1.16.0"
vscode-ripgrep "^1.2.4"

"@theia/filesystem@1.15.0":
Expand All@@ -1326,6 +1404,25 @@
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/filesystem@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.16.0.tgz#467d4dbcd77eec799256cd9e342bb030a88b4c77"
integrity sha512-FHxKS/ZplYfJvbtKOrEMDMfB/5iW06/y3yA1DcwUK4E2d5kxsihooViWwkJb0oorkfAtmbixOPHTeH2vwhtngg==
dependencies:
"@theia/core" "1.16.0"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
"@types/uuid" "^7.0.3"
body-parser "^1.18.3"
http-status-codes "^1.3.0"
minimatch "^3.0.4"
rimraf "^2.6.2"
tar-fs "^1.16.2"
trash "^6.1.1"
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/git@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.15.0.tgz#b29c92b2fe8c11c7f8d97cab0278dabd10572bb3"
Expand DownExpand Up@@ -1360,6 +1457,21 @@
"@theia/navigator" "1.15.0"
"@theia/workspace" "1.15.0"

"@theia/markers@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.16.0.tgz#3bd6988377634699f9eae0b2f309b73545f04496"
integrity sha512-8NiAuTEVsYdV3srAs3rTFlxYZeUCz9YpydO3DzITuFmiZ7p3+LlFLy/QtAAE+5MaydKWqpxK+PGCzH93pH40Hw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/navigator" "1.16.0"
"@theia/workspace" "1.16.0"

"@theia/monaco-editor-core@0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.23.0.tgz#7a1cbb7a857a509ce8e75c9965abea752bd76e80"
integrity sha512-WyrotTd6ZfeXAX4icgFALTzlqE356tAQ5nRuwa2E0Qdp2YIO9GDcw5G2l2NJ8INO2ygujbE5pEdD5kJM5N4TOQ==

"@theia/monaco-editor-core@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
Expand All@@ -1384,6 +1496,25 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/monaco@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.16.0.tgz#997410fa1e6c2bfc53e02bad934555d8c1e10982"
integrity sha512-38rCWHjqcjx2XPUwfxyjp/6S+BIAAHmld3EL6onNqQ736Q2NXs74n3CiE5t6Ap2ahk9P7jewwdCl512tAOg24Q==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/markers" "1.16.0"
"@theia/monaco-editor-core" "0.23.0"
"@theia/outline-view" "1.16.0"
"@theia/workspace" "1.16.0"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
jsonc-parser "^2.2.0"
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/navigator@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.15.0.tgz#cfa75408b52e1878c1a9f2a385b516e789d32c62"
Expand All@@ -1394,6 +1525,16 @@
"@theia/workspace" "1.15.0"
minimatch "^3.0.4"

"@theia/navigator@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.16.0.tgz#7570e4208f84e3266f3af53891ef1fb391838fcc"
integrity sha512-DZaxfyyb1U51QjBJ5K1Rkg1TVUEG3TNII3NREYNR/3cV5qDtTmbG3Cp6g15bkdFirD6dBhjuuNRLwTc0/uD4wg==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/workspace" "1.16.0"
minimatch "^3.0.4"

"@theia/node-pty@0.9.0-theia.6":
version "0.9.0-theia.6"
resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.9.0-theia.6.tgz#b34710419a0b4917cc97e6a7f4d1b5535cae03ab"
Expand All@@ -1408,6 +1549,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/outline-view@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.16.0.tgz#5371d46fa0f11a063ba905710eb803bc5944eece"
integrity sha512-c9j5w/WBe9vps53c1Ep8eH6EKbUYikLJkHlzrc2rPko3nqy9NBYy+/8ozGVHel8LMJQyulaNEUjW71z2In4HSA==
dependencies:
"@theia/core" "1.16.0"

"@theia/ovsx-client@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.16.0.tgz#ac5df18d5fee0e4ce1a3c277ffa6764c8c3ff740"
Expand DownExpand Up@@ -1439,6 +1587,15 @@
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/process@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.16.0.tgz#ecba0bcfdc580f33ac54063355a718fce2ae5706"
integrity sha512-IRkp1KVwkpXl36vVJXNyFT6pcVzrG9HkiSLEtjabT7tK14wEd3tZxZ/NmfYGswCehQQJzAylGF9wcW126OUYxA==
dependencies:
"@theia/core" "1.16.0"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/scm-extra@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.15.0.tgz#ef9bb66126b8b9c00e4f66b6bc0b1e38d0975c65"
Expand DownExpand Up@@ -1494,6 +1651,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/variable-resolver@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.16.0.tgz#00393335623dbed16047a289cc0dd4a0fdea4925"
integrity sha512-cWji+upAxnRcTAz0xhF1Ivqk++wVcD36yU1u9HJlPENKR9JTFoiZn2qXINzGp5OFlHNaA0ojMfX2jXwzSsUBrA==
dependencies:
"@theia/core" "1.16.0"

"@theia/workspace@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05"
Expand All@@ -1507,6 +1671,19 @@
moment "2.24.0"
valid-filename "^2.0.1"

"@theia/workspace@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.16.0.tgz#6975ecd4c70a76a8a692a70bf7e06cdfe79d8360"
integrity sha512-AHZ/N/1vLnOYyWDIsXmSIbsSLiT9Ttul5hT1fsYGzh1euYtYBFpm9r/Tco1YUk9zHc65Gnkv9qWTPhWXQnUqAw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/variable-resolver" "1.16.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
valid-filename "^2.0.1"

"@types/base64-arraybuffer@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@types/base64-arraybuffer/-/base64-arraybuffer-0.1.0.tgz#739eea0a974d13ae831f96d97d882ceb0b187543"
Expand DownExpand Up@@ -5554,6 +5731,14 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

keytar@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440"
integrity sha512-ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw==
dependencies:
node-addon-api "^3.0.0"
prebuild-install "^6.0.0"

keytar@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.7.0.tgz#3002b106c01631aa79b1aa9ee0493b94179bbbd2"
Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/markers": "1.15.0",
Expand Down
205 changes: 195 additions & 10 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -1271,6 +1271,73 @@
ws "^7.1.2"
yargs "^15.3.1"

"@theia/core@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.16.0.tgz#dd409788112e80bd39e48fb858e74d811ba56131"
integrity sha512-F2vaVwa4dgFjMK01DkfCqBXDW3hYAe00otXuRczsGYxU/aAJ0IKu2P3osHijN5zv+0gJ541neJ4eVzyG/ROpEg==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/algorithm" "1"
"@phosphor/commands" "1"
"@phosphor/coreutils" "1"
"@phosphor/domutils" "1"
"@phosphor/dragdrop" "1"
"@phosphor/messaging" "1"
"@phosphor/properties" "1"
"@phosphor/signaling" "1"
"@phosphor/virtualdom" "1"
"@phosphor/widgets" "1"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "1.16.0"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/dompurify" "^2.2.2"
"@types/express" "^4.16.0"
"@types/fs-extra" "^4.0.2"
"@types/lodash.debounce" "4.0.3"
"@types/lodash.throttle" "^4.1.3"
"@types/react" "^16.8.0"
"@types/react-dom" "^16.8.0"
"@types/react-virtualized" "^9.18.3"
"@types/route-parser" "^0.1.1"
"@types/safer-buffer" "^2.1.0"
"@types/ws" "^5.1.2"
"@types/yargs" "^15"
ajv "^6.5.3"
body-parser "^1.17.2"
cookie "^0.4.0"
dompurify "^2.2.9"
drivelist "^9.0.2"
es6-promise "^4.2.4"
express "^4.16.3"
file-icons-js "~1.0.3"
font-awesome "^4.7.0"
fs-extra "^4.0.2"
fuzzy "^0.1.3"
iconv-lite "^0.6.0"
inversify "^5.0.1"
jschardet "^2.1.1"
keytar "7.2.0"
lodash.debounce "^4.0.8"
lodash.throttle "^4.1.1"
nsfw "^2.1.2"
p-debounce "^2.1.0"
perfect-scrollbar "^1.3.0"
react "^16.8.0"
react-dom "^16.8.0"
react-virtualized "^9.20.0"
reconnecting-websocket "^4.2.0"
reflect-metadata "^0.1.10"
route-parser "^0.0.5"
safer-buffer "^2.1.2"
uuid "^8.3.2"
vscode-languageserver-protocol "~3.15.3"
vscode-languageserver-types "^3.15.1"
vscode-uri "^2.1.1"
vscode-ws-jsonrpc "^0.2.0"
ws "^7.1.2"
yargs "^15.3.1"

"@theia/editor@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.15.0.tgz#ad50d8188b671c1538cac9607fb3c7635163beae"
Expand All@@ -1281,6 +1348,16 @@
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/editor@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.16.0.tgz#9374f4208fac3a44242fae85533cdf99751c4fa4"
integrity sha512-n0bW974ovEOALMZ7WbV3jXLktGoqdZJ3/lY3WEL/bahQJel/+p8OQb3Xx7fA7gOPWGXbgcpiZvZg2/w0nOJ7IA==
dependencies:
"@theia/core" "1.16.0"
"@theia/variable-resolver" "1.16.0"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/electron@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.15.0.tgz#8ef6a55346c7d5a3676ac3ef2a1f35877a7a3ae7"
Expand All@@ -1295,16 +1372,17 @@
unzipper "^0.9.11"
yargs "^15.3.1"

"@theia/file-search@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.15.0.tgz#395bf16b2f15162f52f157f080d55134dbde1f76"
integrity sha512-sFDYUP9q2qjyUoYcD3EH3x5Jl/2Ea1RzFQPVfrqIlhyM/5URY5VnHaMSCOKr8zyNbI/2jIo5m8GTdemGGTTj2g==
dependencies:
"@theia/core" "1.15.0"
"@theia/editor" "1.15.0"
"@theia/filesystem" "1.15.0"
"@theia/process" "1.15.0"
"@theia/workspace" "1.15.0"
"@theia/file-search@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.16.0.tgz#83c8f6b09c37a958dfd2c6e7ca3b992094a85a22"
integrity sha512-uIzbRmjYxtIt0ldGiovSFLI6293GmlNJ7IFWG/wX/gmc59CPWVKxx0PhqWwjwXXzFtJZRT41BYKawL0vvvCmKQ==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/monaco" "1.16.0"
"@theia/process" "1.16.0"
"@theia/workspace" "1.16.0"
vscode-ripgrep "^1.2.4"

"@theia/filesystem@1.15.0":
Expand All@@ -1326,6 +1404,25 @@
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/filesystem@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.16.0.tgz#467d4dbcd77eec799256cd9e342bb030a88b4c77"
integrity sha512-FHxKS/ZplYfJvbtKOrEMDMfB/5iW06/y3yA1DcwUK4E2d5kxsihooViWwkJb0oorkfAtmbixOPHTeH2vwhtngg==
dependencies:
"@theia/core" "1.16.0"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
"@types/uuid" "^7.0.3"
body-parser "^1.18.3"
http-status-codes "^1.3.0"
minimatch "^3.0.4"
rimraf "^2.6.2"
tar-fs "^1.16.2"
trash "^6.1.1"
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/git@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.15.0.tgz#b29c92b2fe8c11c7f8d97cab0278dabd10572bb3"
Expand DownExpand Up@@ -1360,6 +1457,21 @@
"@theia/navigator" "1.15.0"
"@theia/workspace" "1.15.0"

"@theia/markers@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.16.0.tgz#3bd6988377634699f9eae0b2f309b73545f04496"
integrity sha512-8NiAuTEVsYdV3srAs3rTFlxYZeUCz9YpydO3DzITuFmiZ7p3+LlFLy/QtAAE+5MaydKWqpxK+PGCzH93pH40Hw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/navigator" "1.16.0"
"@theia/workspace" "1.16.0"

"@theia/monaco-editor-core@0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.23.0.tgz#7a1cbb7a857a509ce8e75c9965abea752bd76e80"
integrity sha512-WyrotTd6ZfeXAX4icgFALTzlqE356tAQ5nRuwa2E0Qdp2YIO9GDcw5G2l2NJ8INO2ygujbE5pEdD5kJM5N4TOQ==

"@theia/monaco-editor-core@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
Expand All@@ -1384,6 +1496,25 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/monaco@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.16.0.tgz#997410fa1e6c2bfc53e02bad934555d8c1e10982"
integrity sha512-38rCWHjqcjx2XPUwfxyjp/6S+BIAAHmld3EL6onNqQ736Q2NXs74n3CiE5t6Ap2ahk9P7jewwdCl512tAOg24Q==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/markers" "1.16.0"
"@theia/monaco-editor-core" "0.23.0"
"@theia/outline-view" "1.16.0"
"@theia/workspace" "1.16.0"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
jsonc-parser "^2.2.0"
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/navigator@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.15.0.tgz#cfa75408b52e1878c1a9f2a385b516e789d32c62"
Expand All@@ -1394,6 +1525,16 @@
"@theia/workspace" "1.15.0"
minimatch "^3.0.4"

"@theia/navigator@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.16.0.tgz#7570e4208f84e3266f3af53891ef1fb391838fcc"
integrity sha512-DZaxfyyb1U51QjBJ5K1Rkg1TVUEG3TNII3NREYNR/3cV5qDtTmbG3Cp6g15bkdFirD6dBhjuuNRLwTc0/uD4wg==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/workspace" "1.16.0"
minimatch "^3.0.4"

"@theia/node-pty@0.9.0-theia.6":
version "0.9.0-theia.6"
resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.9.0-theia.6.tgz#b34710419a0b4917cc97e6a7f4d1b5535cae03ab"
Expand All@@ -1408,6 +1549,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/outline-view@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.16.0.tgz#5371d46fa0f11a063ba905710eb803bc5944eece"
integrity sha512-c9j5w/WBe9vps53c1Ep8eH6EKbUYikLJkHlzrc2rPko3nqy9NBYy+/8ozGVHel8LMJQyulaNEUjW71z2In4HSA==
dependencies:
"@theia/core" "1.16.0"

"@theia/ovsx-client@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.16.0.tgz#ac5df18d5fee0e4ce1a3c277ffa6764c8c3ff740"
Expand DownExpand Up@@ -1439,6 +1587,15 @@
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/process@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.16.0.tgz#ecba0bcfdc580f33ac54063355a718fce2ae5706"
integrity sha512-IRkp1KVwkpXl36vVJXNyFT6pcVzrG9HkiSLEtjabT7tK14wEd3tZxZ/NmfYGswCehQQJzAylGF9wcW126OUYxA==
dependencies:
"@theia/core" "1.16.0"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/scm-extra@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.15.0.tgz#ef9bb66126b8b9c00e4f66b6bc0b1e38d0975c65"
Expand DownExpand Up@@ -1494,6 +1651,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/variable-resolver@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.16.0.tgz#00393335623dbed16047a289cc0dd4a0fdea4925"
integrity sha512-cWji+upAxnRcTAz0xhF1Ivqk++wVcD36yU1u9HJlPENKR9JTFoiZn2qXINzGp5OFlHNaA0ojMfX2jXwzSsUBrA==
dependencies:
"@theia/core" "1.16.0"

"@theia/workspace@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05"
Expand All@@ -1507,6 +1671,19 @@
moment "2.24.0"
valid-filename "^2.0.1"

"@theia/workspace@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.16.0.tgz#6975ecd4c70a76a8a692a70bf7e06cdfe79d8360"
integrity sha512-AHZ/N/1vLnOYyWDIsXmSIbsSLiT9Ttul5hT1fsYGzh1euYtYBFpm9r/Tco1YUk9zHc65Gnkv9qWTPhWXQnUqAw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/variable-resolver" "1.16.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
valid-filename "^2.0.1"

"@types/base64-arraybuffer@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@types/base64-arraybuffer/-/base64-arraybuffer-0.1.0.tgz#739eea0a974d13ae831f96d97d882ceb0b187543"
Expand DownExpand Up@@ -5554,6 +5731,14 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

keytar@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440"
integrity sha512-ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw==
dependencies:
node-addon-api "^3.0.0"
prebuild-install "^6.0.0"

keytar@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.7.0.tgz#3002b106c01631aa79b1aa9ee0493b94179bbbd2"
Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/markers": "1.15.0",
Expand Down
205 changes: 195 additions & 10 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -1271,6 +1271,73 @@
ws "^7.1.2"
yargs "^15.3.1"

"@theia/core@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.16.0.tgz#dd409788112e80bd39e48fb858e74d811ba56131"
integrity sha512-F2vaVwa4dgFjMK01DkfCqBXDW3hYAe00otXuRczsGYxU/aAJ0IKu2P3osHijN5zv+0gJ541neJ4eVzyG/ROpEg==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/algorithm" "1"
"@phosphor/commands" "1"
"@phosphor/coreutils" "1"
"@phosphor/domutils" "1"
"@phosphor/dragdrop" "1"
"@phosphor/messaging" "1"
"@phosphor/properties" "1"
"@phosphor/signaling" "1"
"@phosphor/virtualdom" "1"
"@phosphor/widgets" "1"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "1.16.0"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/dompurify" "^2.2.2"
"@types/express" "^4.16.0"
"@types/fs-extra" "^4.0.2"
"@types/lodash.debounce" "4.0.3"
"@types/lodash.throttle" "^4.1.3"
"@types/react" "^16.8.0"
"@types/react-dom" "^16.8.0"
"@types/react-virtualized" "^9.18.3"
"@types/route-parser" "^0.1.1"
"@types/safer-buffer" "^2.1.0"
"@types/ws" "^5.1.2"
"@types/yargs" "^15"
ajv "^6.5.3"
body-parser "^1.17.2"
cookie "^0.4.0"
dompurify "^2.2.9"
drivelist "^9.0.2"
es6-promise "^4.2.4"
express "^4.16.3"
file-icons-js "~1.0.3"
font-awesome "^4.7.0"
fs-extra "^4.0.2"
fuzzy "^0.1.3"
iconv-lite "^0.6.0"
inversify "^5.0.1"
jschardet "^2.1.1"
keytar "7.2.0"
lodash.debounce "^4.0.8"
lodash.throttle "^4.1.1"
nsfw "^2.1.2"
p-debounce "^2.1.0"
perfect-scrollbar "^1.3.0"
react "^16.8.0"
react-dom "^16.8.0"
react-virtualized "^9.20.0"
reconnecting-websocket "^4.2.0"
reflect-metadata "^0.1.10"
route-parser "^0.0.5"
safer-buffer "^2.1.2"
uuid "^8.3.2"
vscode-languageserver-protocol "~3.15.3"
vscode-languageserver-types "^3.15.1"
vscode-uri "^2.1.1"
vscode-ws-jsonrpc "^0.2.0"
ws "^7.1.2"
yargs "^15.3.1"

"@theia/editor@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.15.0.tgz#ad50d8188b671c1538cac9607fb3c7635163beae"
Expand All@@ -1281,6 +1348,16 @@
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/editor@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.16.0.tgz#9374f4208fac3a44242fae85533cdf99751c4fa4"
integrity sha512-n0bW974ovEOALMZ7WbV3jXLktGoqdZJ3/lY3WEL/bahQJel/+p8OQb3Xx7fA7gOPWGXbgcpiZvZg2/w0nOJ7IA==
dependencies:
"@theia/core" "1.16.0"
"@theia/variable-resolver" "1.16.0"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/electron@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.15.0.tgz#8ef6a55346c7d5a3676ac3ef2a1f35877a7a3ae7"
Expand All@@ -1295,16 +1372,17 @@
unzipper "^0.9.11"
yargs "^15.3.1"

"@theia/file-search@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.15.0.tgz#395bf16b2f15162f52f157f080d55134dbde1f76"
integrity sha512-sFDYUP9q2qjyUoYcD3EH3x5Jl/2Ea1RzFQPVfrqIlhyM/5URY5VnHaMSCOKr8zyNbI/2jIo5m8GTdemGGTTj2g==
dependencies:
"@theia/core" "1.15.0"
"@theia/editor" "1.15.0"
"@theia/filesystem" "1.15.0"
"@theia/process" "1.15.0"
"@theia/workspace" "1.15.0"
"@theia/file-search@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.16.0.tgz#83c8f6b09c37a958dfd2c6e7ca3b992094a85a22"
integrity sha512-uIzbRmjYxtIt0ldGiovSFLI6293GmlNJ7IFWG/wX/gmc59CPWVKxx0PhqWwjwXXzFtJZRT41BYKawL0vvvCmKQ==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/monaco" "1.16.0"
"@theia/process" "1.16.0"
"@theia/workspace" "1.16.0"
vscode-ripgrep "^1.2.4"

"@theia/filesystem@1.15.0":
Expand All@@ -1326,6 +1404,25 @@
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/filesystem@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.16.0.tgz#467d4dbcd77eec799256cd9e342bb030a88b4c77"
integrity sha512-FHxKS/ZplYfJvbtKOrEMDMfB/5iW06/y3yA1DcwUK4E2d5kxsihooViWwkJb0oorkfAtmbixOPHTeH2vwhtngg==
dependencies:
"@theia/core" "1.16.0"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
"@types/uuid" "^7.0.3"
body-parser "^1.18.3"
http-status-codes "^1.3.0"
minimatch "^3.0.4"
rimraf "^2.6.2"
tar-fs "^1.16.2"
trash "^6.1.1"
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/git@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.15.0.tgz#b29c92b2fe8c11c7f8d97cab0278dabd10572bb3"
Expand DownExpand Up@@ -1360,6 +1457,21 @@
"@theia/navigator" "1.15.0"
"@theia/workspace" "1.15.0"

"@theia/markers@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.16.0.tgz#3bd6988377634699f9eae0b2f309b73545f04496"
integrity sha512-8NiAuTEVsYdV3srAs3rTFlxYZeUCz9YpydO3DzITuFmiZ7p3+LlFLy/QtAAE+5MaydKWqpxK+PGCzH93pH40Hw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/navigator" "1.16.0"
"@theia/workspace" "1.16.0"

"@theia/monaco-editor-core@0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.23.0.tgz#7a1cbb7a857a509ce8e75c9965abea752bd76e80"
integrity sha512-WyrotTd6ZfeXAX4icgFALTzlqE356tAQ5nRuwa2E0Qdp2YIO9GDcw5G2l2NJ8INO2ygujbE5pEdD5kJM5N4TOQ==

"@theia/monaco-editor-core@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
Expand All@@ -1384,6 +1496,25 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/monaco@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.16.0.tgz#997410fa1e6c2bfc53e02bad934555d8c1e10982"
integrity sha512-38rCWHjqcjx2XPUwfxyjp/6S+BIAAHmld3EL6onNqQ736Q2NXs74n3CiE5t6Ap2ahk9P7jewwdCl512tAOg24Q==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/markers" "1.16.0"
"@theia/monaco-editor-core" "0.23.0"
"@theia/outline-view" "1.16.0"
"@theia/workspace" "1.16.0"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
jsonc-parser "^2.2.0"
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/navigator@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.15.0.tgz#cfa75408b52e1878c1a9f2a385b516e789d32c62"
Expand All@@ -1394,6 +1525,16 @@
"@theia/workspace" "1.15.0"
minimatch "^3.0.4"

"@theia/navigator@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.16.0.tgz#7570e4208f84e3266f3af53891ef1fb391838fcc"
integrity sha512-DZaxfyyb1U51QjBJ5K1Rkg1TVUEG3TNII3NREYNR/3cV5qDtTmbG3Cp6g15bkdFirD6dBhjuuNRLwTc0/uD4wg==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/workspace" "1.16.0"
minimatch "^3.0.4"

"@theia/node-pty@0.9.0-theia.6":
version "0.9.0-theia.6"
resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.9.0-theia.6.tgz#b34710419a0b4917cc97e6a7f4d1b5535cae03ab"
Expand All@@ -1408,6 +1549,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/outline-view@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.16.0.tgz#5371d46fa0f11a063ba905710eb803bc5944eece"
integrity sha512-c9j5w/WBe9vps53c1Ep8eH6EKbUYikLJkHlzrc2rPko3nqy9NBYy+/8ozGVHel8LMJQyulaNEUjW71z2In4HSA==
dependencies:
"@theia/core" "1.16.0"

"@theia/ovsx-client@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.16.0.tgz#ac5df18d5fee0e4ce1a3c277ffa6764c8c3ff740"
Expand DownExpand Up@@ -1439,6 +1587,15 @@
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/process@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.16.0.tgz#ecba0bcfdc580f33ac54063355a718fce2ae5706"
integrity sha512-IRkp1KVwkpXl36vVJXNyFT6pcVzrG9HkiSLEtjabT7tK14wEd3tZxZ/NmfYGswCehQQJzAylGF9wcW126OUYxA==
dependencies:
"@theia/core" "1.16.0"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/scm-extra@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.15.0.tgz#ef9bb66126b8b9c00e4f66b6bc0b1e38d0975c65"
Expand DownExpand Up@@ -1494,6 +1651,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/variable-resolver@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.16.0.tgz#00393335623dbed16047a289cc0dd4a0fdea4925"
integrity sha512-cWji+upAxnRcTAz0xhF1Ivqk++wVcD36yU1u9HJlPENKR9JTFoiZn2qXINzGp5OFlHNaA0ojMfX2jXwzSsUBrA==
dependencies:
"@theia/core" "1.16.0"

"@theia/workspace@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05"
Expand All@@ -1507,6 +1671,19 @@
moment "2.24.0"
valid-filename "^2.0.1"

"@theia/workspace@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.16.0.tgz#6975ecd4c70a76a8a692a70bf7e06cdfe79d8360"
integrity sha512-AHZ/N/1vLnOYyWDIsXmSIbsSLiT9Ttul5hT1fsYGzh1euYtYBFpm9r/Tco1YUk9zHc65Gnkv9qWTPhWXQnUqAw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/variable-resolver" "1.16.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
valid-filename "^2.0.1"

"@types/base64-arraybuffer@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@types/base64-arraybuffer/-/base64-arraybuffer-0.1.0.tgz#739eea0a974d13ae831f96d97d882ceb0b187543"
Expand DownExpand Up@@ -5554,6 +5731,14 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

keytar@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440"
integrity sha512-ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw==
dependencies:
node-addon-api "^3.0.0"
prebuild-install "^6.0.0"

keytar@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.7.0.tgz#3002b106c01631aa79b1aa9ee0493b94179bbbd2"
Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/markers": "1.15.0",
Expand Down
205 changes: 195 additions & 10 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -1271,6 +1271,73 @@
ws "^7.1.2"
yargs "^15.3.1"

"@theia/core@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.16.0.tgz#dd409788112e80bd39e48fb858e74d811ba56131"
integrity sha512-F2vaVwa4dgFjMK01DkfCqBXDW3hYAe00otXuRczsGYxU/aAJ0IKu2P3osHijN5zv+0gJ541neJ4eVzyG/ROpEg==
dependencies:
"@babel/runtime" "^7.10.0"
"@phosphor/algorithm" "1"
"@phosphor/commands" "1"
"@phosphor/coreutils" "1"
"@phosphor/domutils" "1"
"@phosphor/dragdrop" "1"
"@phosphor/messaging" "1"
"@phosphor/properties" "1"
"@phosphor/signaling" "1"
"@phosphor/virtualdom" "1"
"@phosphor/widgets" "1"
"@primer/octicons-react" "^9.0.0"
"@theia/application-package" "1.16.0"
"@types/body-parser" "^1.16.4"
"@types/cookie" "^0.3.3"
"@types/dompurify" "^2.2.2"
"@types/express" "^4.16.0"
"@types/fs-extra" "^4.0.2"
"@types/lodash.debounce" "4.0.3"
"@types/lodash.throttle" "^4.1.3"
"@types/react" "^16.8.0"
"@types/react-dom" "^16.8.0"
"@types/react-virtualized" "^9.18.3"
"@types/route-parser" "^0.1.1"
"@types/safer-buffer" "^2.1.0"
"@types/ws" "^5.1.2"
"@types/yargs" "^15"
ajv "^6.5.3"
body-parser "^1.17.2"
cookie "^0.4.0"
dompurify "^2.2.9"
drivelist "^9.0.2"
es6-promise "^4.2.4"
express "^4.16.3"
file-icons-js "~1.0.3"
font-awesome "^4.7.0"
fs-extra "^4.0.2"
fuzzy "^0.1.3"
iconv-lite "^0.6.0"
inversify "^5.0.1"
jschardet "^2.1.1"
keytar "7.2.0"
lodash.debounce "^4.0.8"
lodash.throttle "^4.1.1"
nsfw "^2.1.2"
p-debounce "^2.1.0"
perfect-scrollbar "^1.3.0"
react "^16.8.0"
react-dom "^16.8.0"
react-virtualized "^9.20.0"
reconnecting-websocket "^4.2.0"
reflect-metadata "^0.1.10"
route-parser "^0.0.5"
safer-buffer "^2.1.2"
uuid "^8.3.2"
vscode-languageserver-protocol "~3.15.3"
vscode-languageserver-types "^3.15.1"
vscode-uri "^2.1.1"
vscode-ws-jsonrpc "^0.2.0"
ws "^7.1.2"
yargs "^15.3.1"

"@theia/editor@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.15.0.tgz#ad50d8188b671c1538cac9607fb3c7635163beae"
Expand All@@ -1281,6 +1348,16 @@
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/editor@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.16.0.tgz#9374f4208fac3a44242fae85533cdf99751c4fa4"
integrity sha512-n0bW974ovEOALMZ7WbV3jXLktGoqdZJ3/lY3WEL/bahQJel/+p8OQb3Xx7fA7gOPWGXbgcpiZvZg2/w0nOJ7IA==
dependencies:
"@theia/core" "1.16.0"
"@theia/variable-resolver" "1.16.0"
"@types/base64-arraybuffer" "0.1.0"
base64-arraybuffer "^0.1.5"

"@theia/electron@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.15.0.tgz#8ef6a55346c7d5a3676ac3ef2a1f35877a7a3ae7"
Expand All@@ -1295,16 +1372,17 @@
unzipper "^0.9.11"
yargs "^15.3.1"

"@theia/file-search@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.15.0.tgz#395bf16b2f15162f52f157f080d55134dbde1f76"
integrity sha512-sFDYUP9q2qjyUoYcD3EH3x5Jl/2Ea1RzFQPVfrqIlhyM/5URY5VnHaMSCOKr8zyNbI/2jIo5m8GTdemGGTTj2g==
dependencies:
"@theia/core" "1.15.0"
"@theia/editor" "1.15.0"
"@theia/filesystem" "1.15.0"
"@theia/process" "1.15.0"
"@theia/workspace" "1.15.0"
"@theia/file-search@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.16.0.tgz#83c8f6b09c37a958dfd2c6e7ca3b992094a85a22"
integrity sha512-uIzbRmjYxtIt0ldGiovSFLI6293GmlNJ7IFWG/wX/gmc59CPWVKxx0PhqWwjwXXzFtJZRT41BYKawL0vvvCmKQ==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/monaco" "1.16.0"
"@theia/process" "1.16.0"
"@theia/workspace" "1.16.0"
vscode-ripgrep "^1.2.4"

"@theia/filesystem@1.15.0":
Expand All@@ -1326,6 +1404,25 @@
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/filesystem@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.16.0.tgz#467d4dbcd77eec799256cd9e342bb030a88b4c77"
integrity sha512-FHxKS/ZplYfJvbtKOrEMDMfB/5iW06/y3yA1DcwUK4E2d5kxsihooViWwkJb0oorkfAtmbixOPHTeH2vwhtngg==
dependencies:
"@theia/core" "1.16.0"
"@types/body-parser" "^1.17.0"
"@types/rimraf" "^2.0.2"
"@types/tar-fs" "^1.16.1"
"@types/uuid" "^7.0.3"
body-parser "^1.18.3"
http-status-codes "^1.3.0"
minimatch "^3.0.4"
rimraf "^2.6.2"
tar-fs "^1.16.2"
trash "^6.1.1"
uuid "^8.0.0"
vscode-languageserver-textdocument "^1.0.1"

"@theia/git@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/git/-/git-1.15.0.tgz#b29c92b2fe8c11c7f8d97cab0278dabd10572bb3"
Expand DownExpand Up@@ -1360,6 +1457,21 @@
"@theia/navigator" "1.15.0"
"@theia/workspace" "1.15.0"

"@theia/markers@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.16.0.tgz#3bd6988377634699f9eae0b2f309b73545f04496"
integrity sha512-8NiAuTEVsYdV3srAs3rTFlxYZeUCz9YpydO3DzITuFmiZ7p3+LlFLy/QtAAE+5MaydKWqpxK+PGCzH93pH40Hw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/navigator" "1.16.0"
"@theia/workspace" "1.16.0"

"@theia/monaco-editor-core@0.23.0":
version "0.23.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.23.0.tgz#7a1cbb7a857a509ce8e75c9965abea752bd76e80"
integrity sha512-WyrotTd6ZfeXAX4icgFALTzlqE356tAQ5nRuwa2E0Qdp2YIO9GDcw5G2l2NJ8INO2ygujbE5pEdD5kJM5N4TOQ==

"@theia/monaco-editor-core@^0.20.0":
version "0.20.0"
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
Expand All@@ -1384,6 +1496,25 @@
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/monaco@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.16.0.tgz#997410fa1e6c2bfc53e02bad934555d8c1e10982"
integrity sha512-38rCWHjqcjx2XPUwfxyjp/6S+BIAAHmld3EL6onNqQ736Q2NXs74n3CiE5t6Ap2ahk9P7jewwdCl512tAOg24Q==
dependencies:
"@theia/core" "1.16.0"
"@theia/editor" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/markers" "1.16.0"
"@theia/monaco-editor-core" "0.23.0"
"@theia/outline-view" "1.16.0"
"@theia/workspace" "1.16.0"
deepmerge "2.0.1"
fast-plist "^0.1.2"
idb "^4.0.5"
jsonc-parser "^2.2.0"
onigasm "^2.2.0"
vscode-textmate "^4.4.0"

"@theia/navigator@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.15.0.tgz#cfa75408b52e1878c1a9f2a385b516e789d32c62"
Expand All@@ -1394,6 +1525,16 @@
"@theia/workspace" "1.15.0"
minimatch "^3.0.4"

"@theia/navigator@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.16.0.tgz#7570e4208f84e3266f3af53891ef1fb391838fcc"
integrity sha512-DZaxfyyb1U51QjBJ5K1Rkg1TVUEG3TNII3NREYNR/3cV5qDtTmbG3Cp6g15bkdFirD6dBhjuuNRLwTc0/uD4wg==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/workspace" "1.16.0"
minimatch "^3.0.4"

"@theia/node-pty@0.9.0-theia.6":
version "0.9.0-theia.6"
resolved "https://registry.yarnpkg.com/@theia/node-pty/-/node-pty-0.9.0-theia.6.tgz#b34710419a0b4917cc97e6a7f4d1b5535cae03ab"
Expand All@@ -1408,6 +1549,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/outline-view@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.16.0.tgz#5371d46fa0f11a063ba905710eb803bc5944eece"
integrity sha512-c9j5w/WBe9vps53c1Ep8eH6EKbUYikLJkHlzrc2rPko3nqy9NBYy+/8ozGVHel8LMJQyulaNEUjW71z2In4HSA==
dependencies:
"@theia/core" "1.16.0"

"@theia/ovsx-client@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.16.0.tgz#ac5df18d5fee0e4ce1a3c277ffa6764c8c3ff740"
Expand DownExpand Up@@ -1439,6 +1587,15 @@
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/process@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.16.0.tgz#ecba0bcfdc580f33ac54063355a718fce2ae5706"
integrity sha512-IRkp1KVwkpXl36vVJXNyFT6pcVzrG9HkiSLEtjabT7tK14wEd3tZxZ/NmfYGswCehQQJzAylGF9wcW126OUYxA==
dependencies:
"@theia/core" "1.16.0"
"@theia/node-pty" "0.9.0-theia.6"
string-argv "^0.1.1"

"@theia/scm-extra@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.15.0.tgz#ef9bb66126b8b9c00e4f66b6bc0b1e38d0975c65"
Expand DownExpand Up@@ -1494,6 +1651,13 @@
dependencies:
"@theia/core" "1.15.0"

"@theia/variable-resolver@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.16.0.tgz#00393335623dbed16047a289cc0dd4a0fdea4925"
integrity sha512-cWji+upAxnRcTAz0xhF1Ivqk++wVcD36yU1u9HJlPENKR9JTFoiZn2qXINzGp5OFlHNaA0ojMfX2jXwzSsUBrA==
dependencies:
"@theia/core" "1.16.0"

"@theia/workspace@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.15.0.tgz#466bdb288d880d24238ccc3ab8dfa99e962f0a05"
Expand All@@ -1507,6 +1671,19 @@
moment "2.24.0"
valid-filename "^2.0.1"

"@theia/workspace@1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.16.0.tgz#6975ecd4c70a76a8a692a70bf7e06cdfe79d8360"
integrity sha512-AHZ/N/1vLnOYyWDIsXmSIbsSLiT9Ttul5hT1fsYGzh1euYtYBFpm9r/Tco1YUk9zHc65Gnkv9qWTPhWXQnUqAw==
dependencies:
"@theia/core" "1.16.0"
"@theia/filesystem" "1.16.0"
"@theia/variable-resolver" "1.16.0"
ajv "^6.5.3"
jsonc-parser "^2.2.0"
moment "2.24.0"
valid-filename "^2.0.1"

"@types/base64-arraybuffer@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@types/base64-arraybuffer/-/base64-arraybuffer-0.1.0.tgz#739eea0a974d13ae831f96d97d882ceb0b187543"
Expand DownExpand Up@@ -5554,6 +5731,14 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"

keytar@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440"
integrity sha512-ECSaWvoLKI5SI0pGpZQeUV1/lpBYfkaxvoSp3zkiPOz05VavwSfLi8DdEaa9N2ekQZv3Chy+o7aP6n9mairBgw==
dependencies:
node-addon-api "^3.0.0"
prebuild-install "^6.0.0"

keytar@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.7.0.tgz#3002b106c01631aa79b1aa9ee0493b94179bbbd2"
Expand Down