2023-06-27 13:35:59 +02:00
|
|
|
{
|
2023-11-01 10:35:10 -07:00
|
|
|
"name": "@xterm/addon-image",
|
2024-03-01 08:39:19 -08:00
|
|
|
"version": "0.7.0",
|
2023-06-27 13:35:59 +02:00
|
|
|
"author": {
|
|
|
|
|
"name": "The xterm.js authors",
|
|
|
|
|
"url": "https://xtermjs.org/"
|
|
|
|
|
},
|
2023-11-01 10:35:10 -07:00
|
|
|
"main": "lib/addon-image.js",
|
|
|
|
|
"types": "typings/addon-image.d.ts",
|
|
|
|
|
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-image",
|
2023-06-27 13:35:59 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"terminal",
|
|
|
|
|
"image",
|
|
|
|
|
"sixel",
|
|
|
|
|
"xterm",
|
|
|
|
|
"xterm.js"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
2023-08-24 17:24:25 +02:00
|
|
|
"prepackage": "../../node_modules/.bin/tsc -p .",
|
2023-06-27 13:35:59 +02:00
|
|
|
"package": "../../node_modules/.bin/webpack",
|
|
|
|
|
"prepublishOnly": "npm run package"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-11-01 11:06:30 -07:00
|
|
|
"@xterm/xterm": "^5.2.0"
|
2023-06-27 13:35:59 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-08-24 17:24:25 +02:00
|
|
|
"sixel": "^0.16.0",
|
|
|
|
|
"xterm-wasm-parts": "^0.1.0"
|
2023-06-27 13:35:59 +02:00
|
|
|
}
|
|
|
|
|
}
|