mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"name": "@xterm/addon-unicode-graphemes",
|
|
"version": "0.4.0",
|
|
"author": {
|
|
"name": "The xterm.js authors",
|
|
"url": "https://xtermjs.org/"
|
|
},
|
|
"main": "lib/addon-unicode-graphemes.js",
|
|
"module": "lib/addon-unicode-graphemes.mjs",
|
|
"types": "typings/addon-unicode-graphemes.d.ts",
|
|
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-unicode-graphemes",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"terminal",
|
|
"xterm",
|
|
"xterm.js"
|
|
],
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/tsgo -p .",
|
|
"prepackage": "npm run build",
|
|
"package": "../../node_modules/.bin/webpack",
|
|
"prepublishOnly": "npm run package",
|
|
"start": "node ../../demo/start",
|
|
"benchmark": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json out-benchmark/benchmark/*benchmark.js",
|
|
"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"
|
|
}
|
|
}
|