2023-05-16 18:31:31 -07:00
|
|
|
{
|
2023-11-01 10:35:10 -07:00
|
|
|
"name": "@xterm/addon-unicode-graphemes",
|
2024-03-01 08:39:19 -08:00
|
|
|
"version": "0.2.0",
|
2023-05-16 18:31:31 -07:00
|
|
|
"author": {
|
|
|
|
|
"name": "The xterm.js authors",
|
|
|
|
|
"url": "https://xtermjs.org/"
|
|
|
|
|
},
|
2023-11-01 10:35:10 -07:00
|
|
|
"main": "lib/addon-unicode-graphemes.js",
|
|
|
|
|
"types": "typings/addon-unicode-graphemes.d.ts",
|
|
|
|
|
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-unicode-graphemes",
|
2023-05-16 18:31:31 -07:00
|
|
|
"license": "MIT",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"terminal",
|
|
|
|
|
"xterm",
|
|
|
|
|
"xterm.js"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "../../node_modules/.bin/tsc -p .",
|
|
|
|
|
"prepackage": "npm run build",
|
|
|
|
|
"package": "../../node_modules/.bin/webpack",
|
2023-05-20 15:05:32 +02:00
|
|
|
"prepublishOnly": "npm run package",
|
2023-05-20 15:14:37 +02:00
|
|
|
"benchmark": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json out-benchmark/benchmark/*benchmark.js",
|
2023-05-20 15:05:32 +02: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"
|
2023-05-16 18:31:31 -07:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-11-01 11:06:30 -07:00
|
|
|
"@xterm/xterm": "^5.0.0"
|
2023-05-16 18:31:31 -07:00
|
|
|
}
|
|
|
|
|
}
|