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.

133 lines
4.9 KiB

10 months ago
  1. {
  2. "_from": "xterm",
  3. "_id": "xterm@5.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8QqjlekLUFTrU6x7xck1MsPzPA571K5zNqWm0M0oroYEWVOptZ0+ubQSkQ3uxIEhcIHRujJy6emDWX4A7qyFzg==",
  6. "_location": "/xterm",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "xterm",
  12. "name": "xterm",
  13. "escapedName": "xterm",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/xterm/-/xterm-5.3.0.tgz",
  23. "_shasum": "867daf9cc826f3d45b5377320aabd996cb0fce46",
  24. "_spec": "xterm",
  25. "_where": "D:\\work\\moni",
  26. "bugs": {
  27. "url": "https://github.com/xtermjs/xterm.js/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Full xterm terminal, in your browser",
  32. "devDependencies": {
  33. "@playwright/test": "^1.37.1",
  34. "@types/chai": "^4.2.22",
  35. "@types/debug": "^4.1.7",
  36. "@types/deep-equal": "^1.0.1",
  37. "@types/express": "4",
  38. "@types/express-ws": "^3.0.1",
  39. "@types/glob": "^7.2.0",
  40. "@types/jsdom": "^16.2.13",
  41. "@types/mocha": "^9.0.0",
  42. "@types/node": "^18.16.0",
  43. "@types/utf8": "^3.0.0",
  44. "@types/webpack": "^5.28.0",
  45. "@types/ws": "^8.2.0",
  46. "@typescript-eslint/eslint-plugin": "^6.2.00",
  47. "@typescript-eslint/parser": "^6.2.00",
  48. "chai": "^4.3.4",
  49. "cross-env": "^7.0.3",
  50. "deep-equal": "^2.0.5",
  51. "eslint": "^8.45.0",
  52. "eslint-plugin-jsdoc": "^39.3.6",
  53. "express": "^4.17.1",
  54. "express-ws": "^5.0.2",
  55. "glob": "^7.2.0",
  56. "jsdom": "^18.0.1",
  57. "mocha": "^10.1.0",
  58. "mustache": "^4.2.0",
  59. "node-pty": "^0.10.1",
  60. "nyc": "^15.1.0",
  61. "source-map-loader": "^3.0.0",
  62. "source-map-support": "^0.5.20",
  63. "ts-loader": "^9.3.1",
  64. "typescript": "^5.1.6",
  65. "utf8": "^3.0.0",
  66. "webpack": "^5.61.0",
  67. "webpack-cli": "^4.9.1",
  68. "ws": "^8.2.3",
  69. "xterm-benchmark": "^0.3.1"
  70. },
  71. "homepage": "https://github.com/xtermjs/xterm.js#readme",
  72. "keywords": [
  73. "cli",
  74. "command-line",
  75. "console",
  76. "pty",
  77. "shell",
  78. "ssh",
  79. "styles",
  80. "terminal-emulator",
  81. "terminal",
  82. "tty",
  83. "vt100",
  84. "webgl",
  85. "xterm"
  86. ],
  87. "license": "MIT",
  88. "main": "lib/xterm.js",
  89. "name": "xterm",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/xtermjs/xterm.js.git"
  93. },
  94. "scripts": {
  95. "benchmark": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json",
  96. "benchmark-baseline": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json --baseline out-test/benchmark/test/benchmark/*benchmark.js",
  97. "benchmark-eval": "NODE_PATH=./out xterm-benchmark -r 5 -c test/benchmark/benchmark.json --eval out-test/benchmark/test/benchmark/*benchmark.js",
  98. "build": "tsc -b ./tsconfig.all.json",
  99. "build-demo": "webpack --config ./demo/webpack.config.js",
  100. "clean": "rm -rf lib out addons/*/lib addons/*/out",
  101. "install-addons": "node ./bin/install-addons.js",
  102. "lint": "eslint -c .eslintrc.json --max-warnings 0 --ext .ts src/ addons/",
  103. "lint-api": "eslint --no-eslintrc -c .eslintrc.json.typings --max-warnings 0 --no-ignore --ext .d.ts typings/",
  104. "package": "webpack",
  105. "package-headless": "webpack --config ./webpack.config.headless.js",
  106. "postpackage-headless": "node ./bin/package_headless.js",
  107. "posttest": "npm run lint",
  108. "prepackage": "npm run build",
  109. "prepublishOnly": "npm run package",
  110. "presetup": "npm run install-addons",
  111. "setup": "npm run build",
  112. "start": "node demo/start",
  113. "start-debug": "node --inspect-brk demo/start",
  114. "test": "npm run test-unit",
  115. "test-api": "npm run test-api-chromium",
  116. "test-api-chromium": "node ./bin/test_api.js --browser=chromium --timeout=20000",
  117. "test-api-firefox": "node ./bin/test_api.js --browser=firefox --timeout=20000",
  118. "test-api-webkit": "node ./bin/test_api.js --browser=webkit --timeout=20000",
  119. "test-playwright": "playwright test -c ./out-test/playwright/playwright.config.js --workers 4",
  120. "test-playwright-chromium": "playwright test -c ./out-test/playwright/playwright.config.js --workers 4 --project='Chrome Stable'",
  121. "test-playwright-debug": "playwright test -c ./out-test/playwright/playwright.config.js --headed --workers 1 --timeout 30000",
  122. "test-playwright-firefox": "playwright test -c ./out-test/playwright/playwright.config.js --workers 4 --project='Firefox Stable'",
  123. "test-playwright-webkit": "playwright test -c ./out-test/playwright/playwright.config.js --workers 4 --project='WebKit'",
  124. "test-unit": "node ./bin/test.js",
  125. "test-unit-coverage": "node ./bin/test.js --coverage",
  126. "test-unit-dev": "cross-env NODE_PATH='./out' mocha",
  127. "vtfeatures": "node bin/extract_vtfeatures.js src/**/*.ts src/*.ts",
  128. "watch": "tsc -b -w ./tsconfig.all.json --preserveWatchOutput"
  129. },
  130. "style": "css/xterm.css",
  131. "types": "typings/xterm.d.ts",
  132. "version": "5.3.0"
  133. }