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

{
"_from": "xterm-addon-fit",
"_id": "xterm-addon-fit@0.8.0",
"_inBundle": false,
"_integrity": "sha512-yj3Np7XlvxxhYF/EJ7p3KHaMt6OdwQ+HDu573Vx1lRXsVxOcnVJs51RgjZOouIZOczTsskaS+CpXspK81/DLqw==",
"_location": "/xterm-addon-fit",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "xterm-addon-fit",
"name": "xterm-addon-fit",
"escapedName": "xterm-addon-fit",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.8.0.tgz",
"_shasum": "48ca99015385141918f955ca7819e85f3691d35f",
"_spec": "xterm-addon-fit",
"_where": "D:\\work\\moni",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
},
"bugs": {
"url": "https://github.com/xtermjs/xterm.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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+.",
"homepage": "https://github.com/xtermjs/xterm.js#readme",
"keywords": [
"terminal",
"xterm",
"xterm.js"
],
"license": "MIT",
"main": "lib/xterm-addon-fit.js",
"name": "xterm-addon-fit",
"peerDependencies": {
"xterm": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtermjs/xterm.js.git"
},
"scripts": {
"build": "../../node_modules/.bin/tsc -p .",
"package": "../../node_modules/.bin/webpack",
"prepackage": "npm run build",
"prepublishOnly": "npm run package"
},
"types": "typings/xterm-addon-fit.d.ts",
"version": "0.8.0"
}