add lisp packages
This commit is contained in:
24
lisp/emacs-application-framework/app/terminal/node_modules/xterm-addon-attach/package.json
generated
vendored
Normal file
24
lisp/emacs-application-framework/app/terminal/node_modules/xterm-addon-attach/package.json
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "xterm-addon-attach",
|
||||
"version": "0.5.0",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
"url": "https://xtermjs.org/"
|
||||
},
|
||||
"main": "lib/xterm-addon-attach.js",
|
||||
"types": "typings/xterm-addon-attach.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:05:40 GMT+0800 (中国标准时间)",
|
||||
"_from": "xterm-addon-attach@0.5.0",
|
||||
"_resolved": "https://registry.npm.taobao.org/xterm-addon-attach/download/xterm-addon-attach-0.5.0.tgz"
|
||||
}
|
||||
Reference in New Issue
Block a user