24 lines
797 B
JSON
24 lines
797 B
JSON
{
|
|
"name": "xterm-addon-web-links",
|
|
"version": "0.2.1",
|
|
"author": {
|
|
"name": "The xterm.js authors",
|
|
"url": "https://xtermjs.org/"
|
|
},
|
|
"main": "lib/xterm-addon-web-links.js",
|
|
"types": "typings/xterm-addon-web-links.d.ts",
|
|
"repository": "https://github.com/xtermjs/xterm.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/tsc -p src",
|
|
"prepackage": "npm run build",
|
|
"package": "../../node_modules/.bin/webpack",
|
|
"prepublishOnly": "npm run package"
|
|
},
|
|
"peerDependencies": {
|
|
"xterm": "^4.0.0"
|
|
},
|
|
"__npminstall_done": "Sun Apr 05 2020 17:06:03 GMT+0800 (中国标准时间)",
|
|
"_from": "xterm-addon-web-links@0.2.1",
|
|
"_resolved": "https://registry.npm.taobao.org/xterm-addon-web-links/download/xterm-addon-web-links-0.2.1.tgz"
|
|
} |