This commit is contained in:
1
vscode-server-linux-x64-web/node_modules/@xterm/addon-serialize/lib/addon-serialize.js
generated
vendored
Normal file
1
vscode-server-linux-x64-web/node_modules/@xterm/addon-serialize/lib/addon-serialize.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
29
vscode-server-linux-x64-web/node_modules/@xterm/addon-serialize/package.json
generated
vendored
Normal file
29
vscode-server-linux-x64-web/node_modules/@xterm/addon-serialize/package.json
generated
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@xterm/addon-serialize",
|
||||
"version": "0.14.0-beta.21",
|
||||
"author": {
|
||||
"name": "The xterm.js authors",
|
||||
"url": "https://xtermjs.org/"
|
||||
},
|
||||
"main": "lib/addon-serialize.js",
|
||||
"types": "typings/addon-serialize.d.ts",
|
||||
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-serialize",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"terminal",
|
||||
"xterm",
|
||||
"xterm.js"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "../../node_modules/.bin/tsc -p .",
|
||||
"prepackage": "npm run build",
|
||||
"package": "../../node_modules/.bin/webpack",
|
||||
"prepublishOnly": "npm run package",
|
||||
"benchmark": "NODE_PATH=../../out:./out:./out-benchmark/ ../../node_modules/.bin/xterm-benchmark -r 5 -c benchmark/benchmark.json",
|
||||
"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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@xterm/xterm": "^5.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user