Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / node_modules / xterm / package.json
Size: Mime:
{
  "_args": [
    [
      "xterm@git+https://github.com/sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
      "/vso/work/2/s"
    ]
  ],
  "_from": "git+https://github.com/sourcelair/xterm.js.git#39c4356",
  "_id": "xterm@0.33.0",
  "_inCache": true,
  "_location": "/xterm",
  "_phantomChildren": {},
  "_requested": {
    "hosted": {
      "directUrl": "https://raw.githubusercontent.com/sourcelair/xterm.js/39c4356ef6617728a3cf33a46d0638cafefa2b6a/package.json",
      "gitUrl": "git://github.com/sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
      "httpsUrl": "git+https://github.com/sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
      "shortcut": "github:sourcelair/xterm.js#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
      "ssh": "git@github.com:sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
      "sshUrl": "git+ssh://git@github.com/sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
      "type": "github"
    },
    "name": "xterm",
    "raw": "xterm@git+https://github.com/sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
    "rawSpec": "git+https://github.com/sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
    "scope": null,
    "spec": "git+https://github.com/sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
    "type": "hosted"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "git+https://github.com/sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
  "_shasum": "32fa1a43c158ba96804037ef503fea232a5d41ac",
  "_shrinkwrap": null,
  "_spec": "xterm@git+https://github.com/sourcelair/xterm.js.git#39c4356ef6617728a3cf33a46d0638cafefa2b6a",
  "_where": "/vso/work/2/s",
  "bugs": {
    "url": "https://github.com/sourcelair/xterm.js/issues"
  },
  "dependencies": {},
  "description": "![xterm.js build status](https://api.travis-ci.org/sourcelair/xterm.js.svg)",
  "devDependencies": {
    "chai": "3.5.0",
    "docdash": "0.4.0",
    "express": "4.13.4",
    "express-ws": "2.0.0-rc.1",
    "jsdoc": "3.4.0",
    "mocha": "2.5.3",
    "pty.js": "0.3.0"
  },
  "gitHead": "39c4356ef6617728a3cf33a46d0638cafefa2b6a",
  "homepage": "https://github.com/sourcelair/xterm.js#readme",
  "ignore": [
    "demo",
    "test",
    ".gitignore"
  ],
  "license": "MIT",
  "main": "src/xterm.js",
  "name": "xterm",
  "optionalDependencies": {},
  "readme": "# xterm.js\n\n![xterm.js build status](https://api.travis-ci.org/sourcelair/xterm.js.svg)\n\nXterm.js is a full xterm clone, written in JavaScript.\n\nIt is used at [SourceLair](https://www.sourcelair.com/home) to help people develop their applications in their browsers.\n\nXterm.js supplies a modular, event-based interface that lets developers build addons and themes on top of it.\n\n![xterm.js screenshot](xtermjs.png)\n\n## Demo\n\nTo launch the demo simply run:\n\n```\nnpm install\nnpm start\n```\n\nThen open http://0.0.0.0:3000 in a web browser (use http://127.0.0.1:3000 is running under Windows).\n\n## Addons\n\nAddons are JavaScript modules that attach functions to the `Terminal` prototype to extend its functionality. There are a handful available in the main repository in the `addons` directory, you can even write your own (though they may break when the internals of xterm.js change across versions).\n\nTo use an addon, just include the JavaScript file after xterm.js and before the `Terminal` object has been instantiated. The function should then be exposed on the `Terminal` object:\n\n```html\n<script src=\"node_modules/src/xterm.js\"></script>\n<script src=\"node_modules/addons/linkify/linkify.js\"></script>\n```\n\n```js\nvar xterm = new Terminal();\n// init code...\nxterm.linkify();\n```\n\n## Contribution and License Agreement\n\nIf you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.\n\n## License\n\nCopyright (c) 2014-2016, SourceLair, Private Company ([www.sourcelair.com](https://www.sourcelair.com/home)) (MIT License)\n\nCopyright (c) 2012-2013, Christopher Jeffrey (MIT License)\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sourcelair/xterm.js.git"
  },
  "scripts": {
    "build:docs": "jsdoc -c jsdoc.json",
    "start": "node demo/app",
    "test": "mocha --recursive"
  },
  "version": "0.33.0"
}