2019-05-31 19:58:12 -07:00
|
|
|
{
|
2023-11-01 10:35:10 -07:00
|
|
|
"name": "@xterm/addon-web-links",
|
2024-03-01 08:39:19 -08:00
|
|
|
"version": "0.10.0",
|
2019-05-31 19:58:12 -07:00
|
|
|
"author": {
|
|
|
|
|
"name": "The xterm.js authors",
|
|
|
|
|
"url": "https://xtermjs.org/"
|
|
|
|
|
},
|
2023-11-01 10:35:10 -07:00
|
|
|
"main": "lib/addon-web-links.js",
|
|
|
|
|
"types": "typings/addon-web-links.d.ts",
|
|
|
|
|
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-web-links",
|
2019-05-31 19:58:12 -07:00
|
|
|
"license": "MIT",
|
2022-01-30 05:47:58 -08:00
|
|
|
"keywords": [
|
|
|
|
|
"terminal",
|
|
|
|
|
"xterm",
|
|
|
|
|
"xterm.js"
|
|
|
|
|
],
|
2019-05-31 19:58:12 -07:00
|
|
|
"scripts": {
|
2020-09-09 13:54:43 -07:00
|
|
|
"build": "../../node_modules/.bin/tsc -p .",
|
2019-06-10 14:28:07 -07:00
|
|
|
"prepackage": "npm run build",
|
|
|
|
|
"package": "../../node_modules/.bin/webpack",
|
|
|
|
|
"prepublishOnly": "npm run package"
|
2019-05-31 19:58:12 -07:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-11-01 11:06:30 -07:00
|
|
|
"@xterm/xterm": "^5.0.0"
|
2019-05-31 19:58:12 -07:00
|
|
|
}
|
2023-11-01 10:35:10 -07:00
|
|
|
|
2019-05-31 19:58:12 -07:00
|
|
|
}
|