2020-04-27 11:24:37 +05:30
|
|
|
{
|
2023-11-01 10:35:10 -07:00
|
|
|
"name": "@xterm/addon-ligatures",
|
2024-03-01 08:39:19 -08:00
|
|
|
"version": "0.8.0",
|
2020-04-27 11:24:37 +05:30
|
|
|
"description": "Add support for programming ligatures to xterm.js",
|
2020-05-03 06:46:38 -07:00
|
|
|
"author": {
|
|
|
|
|
"name": "The xterm.js authors",
|
|
|
|
|
"url": "https://xtermjs.org/"
|
2020-04-27 11:24:37 +05:30
|
|
|
},
|
2023-11-01 10:35:10 -07:00
|
|
|
"main": "lib/addon-ligatures.js",
|
|
|
|
|
"types": "typings/addon-ligatures.d.ts",
|
|
|
|
|
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-ligatures",
|
2020-05-03 06:46:38 -07:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">8.0.0"
|
|
|
|
|
},
|
2020-04-27 11:24:37 +05:30
|
|
|
"scripts": {
|
|
|
|
|
"prepare": "node bin/download-fonts.js",
|
2020-04-27 11:26:08 +05:30
|
|
|
"build": "tsc -p src",
|
|
|
|
|
"watch": "tsc -w -p src",
|
2020-04-27 11:25:38 +05:30
|
|
|
"prepackage": "npm run build",
|
2020-04-27 11:26:08 +05:30
|
|
|
"package": "webpack",
|
2020-04-27 11:24:37 +05:30
|
|
|
"pretest": "npm run build",
|
2020-04-27 11:24:57 +05:30
|
|
|
"test": "nyc mocha out/**/*.test.js",
|
2020-04-27 11:25:38 +05:30
|
|
|
"prepublish": "npm run package"
|
2020-04-27 11:24:37 +05:30
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"font",
|
|
|
|
|
"ligature",
|
2022-01-30 05:47:58 -08:00
|
|
|
"terminal",
|
2020-04-27 11:24:37 +05:30
|
|
|
"xterm",
|
2022-01-30 05:47:58 -08:00
|
|
|
"xterm.js"
|
2020-04-27 11:24:37 +05:30
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
2020-11-27 14:17:57 -06:00
|
|
|
"font-finder": "^1.1.0",
|
2022-01-07 11:51:24 +05:30
|
|
|
"font-ligatures": "^1.4.1"
|
2020-04-27 11:24:37 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/sinon": "^5.0.1",
|
2023-11-10 16:12:08 +00:00
|
|
|
"axios": "^1.6.0",
|
2020-07-09 06:21:31 -07:00
|
|
|
"mkdirp": "0.5.5",
|
2020-07-09 06:22:47 -07:00
|
|
|
"sinon": "6.3.5",
|
2020-04-27 11:24:37 +05:30
|
|
|
"yauzl": "^2.10.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-11-01 11:06:30 -07:00
|
|
|
"@xterm/xterm": "^5.0.0"
|
2020-04-27 11:24:37 +05:30
|
|
|
}
|
|
|
|
|
}
|