xterm: add web link addon

This commit is contained in:
Will Owens 2025-10-28 19:51:34 -05:00
parent a36a5a5d1e
commit cd3de2cfa4
No known key found for this signature in database
GPG key ID: 8C8384B16B623DA6
6 changed files with 20 additions and 7 deletions

10
js/package-lock.json generated
View file

@ -6,6 +6,7 @@
"": {
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"libapps": "github:yudai/libapps#release-hterm-1.70"
@ -342,6 +343,15 @@
"@xterm/xterm": "^5.0.0"
}
},
"node_modules/@xterm/addon-web-links": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@xterm/addon-web-links/-/addon-web-links-0.11.0.tgz",
"integrity": "sha512-nIHQ38pQI+a5kXnRaTgwqSHnX7KE6+4SVoceompgHL26unAxdfP6IPqUTSYPQgSwM56hsElfoNrrW5V7BUED/Q==",
"license": "MIT",
"peerDependencies": {
"@xterm/xterm": "^5.0.0"
}
},
"node_modules/@xterm/addon-webgl": {
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/@xterm/addon-webgl/-/addon-webgl-0.18.0.tgz",