2019-07-07 22:59:15 +08:00
|
|
|
{
|
2023-11-01 10:35:10 -07:00
|
|
|
"name": "@xterm/addon-serialize",
|
2024-03-01 08:39:19 -08:00
|
|
|
"version": "0.12.0",
|
2019-07-07 22:59:15 +08:00
|
|
|
"author": {
|
|
|
|
|
"name": "The xterm.js authors",
|
|
|
|
|
"url": "https://xtermjs.org/"
|
|
|
|
|
},
|
2023-11-01 10:35:10 -07:00
|
|
|
"main": "lib/addon-serialize.js",
|
|
|
|
|
"types": "typings/addon-serialize.d.ts",
|
|
|
|
|
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-serialize",
|
2019-07-07 22:59:15 +08:00
|
|
|
"license": "MIT",
|
2022-01-30 05:47:58 -08:00
|
|
|
"keywords": [
|
|
|
|
|
"terminal",
|
|
|
|
|
"xterm",
|
|
|
|
|
"xterm.js"
|
|
|
|
|
],
|
2019-07-07 22:59:15 +08:00
|
|
|
"scripts": {
|
2020-09-09 13:54:43 -07:00
|
|
|
"build": "../../node_modules/.bin/tsc -p .",
|
2019-07-07 22:59:15 +08:00
|
|
|
"prepackage": "npm run build",
|
|
|
|
|
"package": "../../node_modules/.bin/webpack",
|
2019-12-31 22:06:19 +08:00
|
|
|
"prepublishOnly": "npm run package",
|
|
|
|
|
"benchmark": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json",
|
2020-09-23 20:56:54 +08:00
|
|
|
"benchmark-baseline": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json --baseline out-benchmark/benchmark/*benchmark.js",
|
|
|
|
|
"benchmark-eval": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json --eval out-benchmark/benchmark/*benchmark.js"
|
2019-07-07 22:59:15 +08:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-11-01 11:06:30 -07:00
|
|
|
"@xterm/xterm": "^5.0.0"
|
2019-07-07 22:59:15 +08:00
|
|
|
}
|
|
|
|
|
}
|