108 lines
3.7 KiB
JSON
108 lines
3.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"xterm@4.8.1",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "xterm@4.8.1",
|
|
"_id": "xterm@4.8.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ax91ny4tI5eklqIfH79OUSGE2PUX2rGbwONmB6DfqpyhSZO8/cf++sqiaMWEVCMjACyMfnISW7C3gGMoNvNolQ==",
|
|
"_location": "/xterm",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "xterm@4.8.1",
|
|
"name": "xterm",
|
|
"escapedName": "xterm",
|
|
"rawSpec": "4.8.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.8.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/xterm/-/xterm-4.8.1.tgz",
|
|
"_spec": "4.8.1",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"bugs": {
|
|
"url": "https://github.com/xtermjs/xterm.js/issues"
|
|
},
|
|
"description": "Full xterm terminal, in your browser",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.11",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/deep-equal": "^1.0.1",
|
|
"@types/glob": "^7.1.3",
|
|
"@types/jsdom": "^16.2.3",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/node": "^10.17.17",
|
|
"@types/utf8": "^2.1.6",
|
|
"@types/webpack": "^4.41.21",
|
|
"@types/ws": "^7.2.6",
|
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
"@typescript-eslint/parser": "^2.34.0",
|
|
"chai": "^4.2.0",
|
|
"deep-equal": "^2.0.3",
|
|
"eslint": "^6.8.0",
|
|
"express": "^4.17.1",
|
|
"express-ws": "^4.0.0",
|
|
"glob": "^7.0.5",
|
|
"jsdom": "^16.3.0",
|
|
"mocha": "^8.0.1",
|
|
"mustache": "^4.0.1",
|
|
"node-pty": "^0.9.0",
|
|
"nyc": "^15.1.0",
|
|
"playwright-core": "^0.11.1",
|
|
"source-map-loader": "^1.0.1",
|
|
"ts-loader": "^8.0.0",
|
|
"typescript": "3.9",
|
|
"utf8": "^3.0.0",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"ws": "^7.3.1",
|
|
"xterm-benchmark": "^0.1.3"
|
|
},
|
|
"homepage": "https://github.com/xtermjs/xterm.js#readme",
|
|
"license": "MIT",
|
|
"main": "lib/xterm.js",
|
|
"name": "xterm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xtermjs/xterm.js.git"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"build": "tsc -b ./tsconfig.all.json",
|
|
"clean": "rm -rf lib out addons/*/lib addons/*/out",
|
|
"lint": "eslint -c .eslintrc.json --max-warnings 0 --ext .ts src/ addons/",
|
|
"package": "webpack",
|
|
"posttest": "npm run lint",
|
|
"prepackage": "npm run build",
|
|
"prepare": "npm run setup",
|
|
"prepublishOnly": "npm run package",
|
|
"presetup": "node ./bin/install-addons.js",
|
|
"pretest-api-chromium": "node ./bin/download_browser.js --browser chromium",
|
|
"pretest-api-firefox": "node ./bin/download_browser.js --browser firefox",
|
|
"pretest-api-webkit": "node ./bin/download_browser.js --browser webkit",
|
|
"setup": "npm run build",
|
|
"start": "node demo/start",
|
|
"test": "npm run test-unit",
|
|
"test-api": "npm run test-api-chromium",
|
|
"test-api-chromium": "node ./bin/test_api.js --browser=chromium --timeout=20000",
|
|
"test-api-firefox": "node ./bin/test_api.js --browser=firefox --timeout=20000",
|
|
"test-api-webkit": "node ./bin/test_api.js --browser=webkit --timeout=20000",
|
|
"test-unit": "node ./bin/test.js",
|
|
"test-unit-coverage": "node ./bin/test.js --coverage",
|
|
"vtfeatures": "node bin/extract_vtfeatures.js src/**/*.ts src/*.ts",
|
|
"watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput"
|
|
},
|
|
"style": "css/xterm.css",
|
|
"types": "typings/xterm.d.ts",
|
|
"version": "4.8.1"
|
|
}
|