You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.5 KiB
68 lines
2.5 KiB
{ |
|
"name": "xterm", |
|
"description": "Full xterm terminal, in your browser", |
|
"version": "4.4.0", |
|
"main": "lib/xterm.js", |
|
"style": "css/xterm.css", |
|
"types": "typings/xterm.d.ts", |
|
"repository": "https://github.com/xtermjs/xterm.js", |
|
"license": "MIT", |
|
"scripts": { |
|
"prepackage": "npm run build", |
|
"package": "webpack", |
|
"start": "node demo/start", |
|
"lint": "tslint 'src/**/*.ts' 'addons/*/src/**/*.ts'", |
|
"test": "npm run test-unit", |
|
"posttest": "npm run lint", |
|
"test-api": "mocha \"**/*.api.js\"", |
|
"test-unit": "node ./bin/test.js", |
|
"test-unit-coverage": "node ./bin/test.js --coverage", |
|
"build": "tsc -b ./tsconfig.all.json", |
|
"prepare": "npm run setup", |
|
"setup": "npm run build", |
|
"presetup": "node ./bin/install-addons.js", |
|
"prepublishOnly": "npm run package", |
|
"watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput", |
|
"benchmark": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json", |
|
"benchmark-baseline": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json --baseline out-test/benchmark/test/benchmark/*benchmark.js", |
|
"benchmark-eval": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json --eval out-test/benchmark/test/benchmark/*benchmark.js", |
|
"clean": "rm -rf lib out addons/*/lib addons/*/out", |
|
"vtfeatures": "node bin/extract_vtfeatures.js src/**/*.ts src/*.ts" |
|
}, |
|
"devDependencies": { |
|
"@types/chai": "^3.4.34", |
|
"@types/deep-equal": "^1.0.1", |
|
"@types/glob": "^5.0.35", |
|
"@types/jsdom": "11.0.1", |
|
"@types/mocha": "^2.2.33", |
|
"@types/node": "6.0.108", |
|
"@types/puppeteer": "^1.12.4", |
|
"@types/utf8": "^2.1.6", |
|
"@types/webpack": "^4.4.11", |
|
"@types/ws": "^6.0.1", |
|
"chai": "3.5.0", |
|
"deep-equal": "^1.1.0", |
|
"express": "^4.17.1", |
|
"express-ws": "^4.0.0", |
|
"glob": "^7.0.5", |
|
"jsdom": "^11.11.0", |
|
"mocha": "^6.1.4", |
|
"mustache": "^3.0.1", |
|
"node-pty": "^0.9.0", |
|
"nyc": "13", |
|
"puppeteer": "^1.15.0", |
|
"source-map-loader": "^0.2.4", |
|
"ts-loader": "^6.0.4", |
|
"tslint": "^5.18.0", |
|
"tslint-consistent-codestyle": "^1.13.0", |
|
"typescript": "3.7", |
|
"utf8": "^3.0.0", |
|
"webpack": "^4.35.3", |
|
"webpack-cli": "^3.1.0", |
|
"ws": "^7.0.0", |
|
"xterm-benchmark": "^0.1.3" |
|
}, |
|
"__npminstall_done": "Sun Apr 05 2020 17:05:26 GMT+0800 (中国标准时间)", |
|
"_from": "xterm@4.4.0", |
|
"_resolved": "https://registry.npm.taobao.org/xterm/download/xterm-4.4.0.tgz" |
|
} |