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.

60 lines
1.7 KiB

10 months ago
  1. {
  2. "_from": "xterm-addon-fit",
  3. "_id": "xterm-addon-fit@0.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yj3Np7XlvxxhYF/EJ7p3KHaMt6OdwQ+HDu573Vx1lRXsVxOcnVJs51RgjZOouIZOczTsskaS+CpXspK81/DLqw==",
  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.8.0.tgz",
  23. "_shasum": "48ca99015385141918f955ca7819e85f3691d35f",
  24. "_spec": "xterm-addon-fit",
  25. "_where": "D:\\work\\moni",
  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. "keywords": [
  38. "terminal",
  39. "xterm",
  40. "xterm.js"
  41. ],
  42. "license": "MIT",
  43. "main": "lib/xterm-addon-fit.js",
  44. "name": "xterm-addon-fit",
  45. "peerDependencies": {
  46. "xterm": "^5.0.0"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/xtermjs/xterm.js.git"
  51. },
  52. "scripts": {
  53. "build": "../../node_modules/.bin/tsc -p .",
  54. "package": "../../node_modules/.bin/webpack",
  55. "prepackage": "npm run build",
  56. "prepublishOnly": "npm run package"
  57. },
  58. "types": "typings/xterm-addon-fit.d.ts",
  59. "version": "0.8.0"
  60. }