Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/xterm/
Upload File :
Current File : /var/www/html/wetty/node_modules/xterm/package.json

{
  "_from": "xterm@^3.14.5",
  "_id": "xterm@3.14.5",
  "_inBundle": false,
  "_integrity": "sha512-DVmQ8jlEtL+WbBKUZuMxHMBgK/yeIZwkXB81bH+MGaKKnJGYwA+770hzhXPfwEIokK9On9YIFPRleVp/5G7z9g==",
  "_location": "/xterm",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xterm@^3.14.5",
    "name": "xterm",
    "escapedName": "xterm",
    "rawSpec": "^3.14.5",
    "saveSpec": null,
    "fetchSpec": "^3.14.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/xterm/-/xterm-3.14.5.tgz",
  "_shasum": "c9d14e48be6873aa46fb429f22f2165557fd2dea",
  "_spec": "xterm@^3.14.5",
  "_where": "/var/www/html/wetty",
  "bugs": {
    "url": "https://github.com/xtermjs/xterm.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Full xterm terminal, in your browser",
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@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",
    "browserify": "^13.3.0",
    "chai": "3.5.0",
    "coveralls": "^3.0.1",
    "express": "4.13.4",
    "express-ws": "2.0.0-rc.1",
    "fs-extra": "^1.0.0",
    "glob": "^7.0.5",
    "gulp": "3.9.1",
    "gulp-cli": "^1.2.2",
    "gulp-concat": "^2.6.1",
    "gulp-mocha": "^3.0.1",
    "gulp-sourcemaps": "1.9.1",
    "gulp-typescript": "^3.1.3",
    "gulp-util": "3.0.8",
    "jsdom": "^11.11.0",
    "merge-stream": "^1.0.1",
    "node-pty": "0.7.6",
    "nodemon": "1.10.2",
    "nyc": "^11.8.0",
    "puppeteer": "^1.15.0",
    "sorcery": "^0.10.0",
    "source-map-loader": "^0.2.4",
    "ts-loader": "^4.5.0",
    "tslint": "^5.9.1",
    "tslint-consistent-codestyle": "^1.13.0",
    "typescript": "3.5",
    "utf8": "^3.0.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "webpack": "^4.17.1",
    "webpack-cli": "^3.1.0",
    "xterm-addon-attach": "0.1.0-beta8",
    "xterm-addon-search": "0.1.0-beta4",
    "xterm-addon-web-links": "0.1.0-beta6",
    "zmodem.js": "^0.1.5"
  },
  "homepage": "https://github.com/xtermjs/xterm.js#readme",
  "license": "MIT",
  "main": "lib/public/Terminal.js",
  "name": "xterm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xtermjs/xterm.js.git"
  },
  "scripts": {
    "build": "gulp build",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "tslint 'src/**/*.ts' './demo/**/*.ts'",
    "mocha": "gulp test",
    "posttest": "npm run lint",
    "prebuild": "tsc -b ./src/tsconfig.all.json",
    "prepare": "npm run prebuild",
    "prepublishOnly": "npm run build",
    "start": "node demo/start",
    "start-debug": "node --inspect-brk demo/start",
    "start-zmodem": "node demo/zmodem/app",
    "test": "npm run mocha",
    "test-api": "mocha \"**/*.api.js\"",
    "test-coverage": "nyc -x gulpfile.js -x '**/*test*' npm run mocha",
    "test-debug": "node --inspect-brk node_modules/.bin/gulp test",
    "test-suite": "gulp mocha-suite --test",
    "watch": "tsc -b -w ./src/tsconfig.all.json --preserveWatchOutput"
  },
  "types": "typings/xterm.d.ts",
  "version": "3.14.5"
}