HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/ubuntu/node_modules/xterm/package.json
{
  "_from": "xterm",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-wGfqufmioctKr8VkbRuZbVDfjlXWGZZ1PWHy1yqqpGT3Nm6yaJx8lxDbSEBANtgaiVPTcKSp97sxOy5IlpqYfw==",
  "_location": "/xterm",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "xterm",
    "name": "xterm",
    "escapedName": "xterm",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/xterm/-/xterm-4.9.0.tgz",
  "_shasum": "7a4c097a433d565339b5533b468bbc60c6c87969",
  "_spec": "xterm",
  "_where": "/home/ubuntu",
  "bugs": {
    "url": "https://github.com/xtermjs/xterm.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Full xterm terminal, in your browser",
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/debug": "^4.1.5",
    "@types/deep-equal": "^1.0.1",
    "@types/glob": "^7.1.3",
    "@types/jsdom": "^16.2.4",
    "@types/mocha": "^8.0.3",
    "@types/node": "^10.17.17",
    "@types/utf8": "^2.1.6",
    "@types/webpack": "^4.41.22",
    "@types/ws": "^7.2.6",
    "@typescript-eslint/eslint-plugin": "^4.0.0",
    "@typescript-eslint/parser": "^3.10.1",
    "chai": "^4.2.0",
    "deep-equal": "^2.0.3",
    "eslint": "^7.8.1",
    "express": "^4.17.1",
    "express-ws": "^4.0.0",
    "glob": "^7.0.5",
    "jsdom": "^16.4.0",
    "mocha": "^8.1.3",
    "mustache": "^4.0.1",
    "node-pty": "^0.9.0",
    "nyc": "^15.1.0",
    "playwright-core": "^0.11.1",
    "source-map-loader": "^1.1.0",
    "ts-loader": "^8.0.3",
    "typescript": "4.0",
    "utf8": "^3.0.0",
    "webpack": "^4.44.1",
    "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.9.0"
}