Files

29 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2023-05-16 18:31:31 -07:00
{
2023-11-01 10:35:10 -07:00
"name": "@xterm/addon-unicode-graphemes",
"version": "0.4.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",
"module": "lib/addon-unicode-graphemes.mjs",
2023-11-01 10:35:10 -07:00
"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": {
2026-02-13 05:29:22 -08:00
"build": "../../node_modules/.bin/tsgo -p .",
2023-05-16 18:31:31 -07:00
"prepackage": "npm run build",
"package": "../../node_modules/.bin/webpack",
"prepublishOnly": "npm run package",
2024-07-05 08:46:15 -07:00
"start": "node ../../demo/start",
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",
"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
}
}