forgeplus-react/node_modules/xterm-addon-fit/package.json

58 lines
1.7 KiB
JSON

{
"_args": [
[
"xterm-addon-fit@0.4.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "xterm-addon-fit@0.4.0",
"_id": "xterm-addon-fit@0.4.0",
"_inBundle": false,
"_integrity": "sha512-p4BESuV/g2L6pZzFHpeNLLnep9mp/DkF3qrPglMiucSFtD8iJxtMufEoEJbN8LZwB4i+8PFpFvVuFrGOSpW05w==",
"_location": "/xterm-addon-fit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xterm-addon-fit@0.4.0",
"name": "xterm-addon-fit",
"escapedName": "xterm-addon-fit",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/xterm-addon-fit/-/xterm-addon-fit-0.4.0.tgz",
"_spec": "0.4.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
},
"bugs": {
"url": "https://github.com/xtermjs/xterm.js/issues"
},
"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",
"license": "MIT",
"main": "lib/xterm-addon-fit.js",
"name": "xterm-addon-fit",
"peerDependencies": {
"xterm": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtermjs/xterm.js.git"
},
"scripts": {
"build": "../../node_modules/.bin/tsc -p src",
"package": "../../node_modules/.bin/webpack",
"prepackage": "npm run build",
"prepublishOnly": "npm run package"
},
"types": "typings/xterm-addon-fit.d.ts",
"version": "0.4.0"
}