package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "xterm-addon-fit",
  3. "_id": "xterm-addon-fit@0.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DsS9fqhXHacEmsPxBJZvfj2la30Iz9xk+UKjhQgnYNkrUIN5CYLbw7WEfz117c7+S86S/tpHPfvNxJsF5/G8wQ==",
  6. "_location": "/xterm-addon-fit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "xterm-addon-fit",
  12. "name": "xterm-addon-fit",
  13. "escapedName": "xterm-addon-fit",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.5.0.tgz",
  23. "_shasum": "2d51b983b786a97dcd6cde805e700c7f913bc596",
  24. "_spec": "xterm-addon-fit",
  25. "_where": "/home/dev9/public_html/dev/modules/addons/proxmoxAddon",
  26. "author": {
  27. "name": "The xterm.js authors",
  28. "url": "https://xtermjs.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/xtermjs/xterm.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "An addon for [xterm.js](https://github.com/xtermjs/xterm.js) that enables fitting the terminal's dimensions to a containing element. This addon requires xterm.js v4+.",
  36. "homepage": "https://github.com/xtermjs/xterm.js#readme",
  37. "license": "MIT",
  38. "main": "lib/xterm-addon-fit.js",
  39. "name": "xterm-addon-fit",
  40. "peerDependencies": {
  41. "xterm": "^4.0.0"
  42. },
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/xtermjs/xterm.js.git"
  46. },
  47. "scripts": {
  48. "build": "../../node_modules/.bin/tsc -p .",
  49. "package": "../../node_modules/.bin/webpack",
  50. "prepackage": "npm run build",
  51. "prepublishOnly": "npm run package"
  52. },
  53. "types": "typings/xterm-addon-fit.d.ts",
  54. "version": "0.5.0"
  55. }