UNPKG

ng-terminal

Version:

NgTerminal is a terminal component on Angular 17 or higher.

61 lines 1.47 kB
{ "name": "ng-terminal", "version": "6.6.0", "description": "NgTerminal is a terminal component on Angular 17 or higher.", "license": "MIT", "peerDependencies": { "@angular/common": "^21.0.0 || ^20.0.0 || ^19.0.0 || ^18.0.0 || ^17.0.0", "@angular/core": "^21.0.0 || ^20.0.0 || ^19.0.0 || ^18.0.0 || ^17.0.0" }, "repository": { "type": "git", "url": "git@github.com:qwefgh90/ng-terminal.git" }, "bugs": { "url": "https://github.com/qwefgh90/ng-terminal/issues" }, "author": { "name": "Choe Changwon", "email": "qwefgh90@naver.com" }, "homepage": "https://github.com/qwefgh90/ng-terminal", "private": false, "keywords": [ "emulator", "angular", "xterm", "angular21", "angular20", "angular19", "angular18", "angular17", "xtermjs", "terminal", "console", "shell", "bash", "library", "ng-terminal" ], "dependencies": { "angular-resizable-element": "^5.0.0", "@juggle/resize-observer": "^3.4.0", "@xterm/addon-fit": "^0.9.0", "@xterm/xterm": "^5.5.0", "tslib": "^2.3.0" }, "module": "fesm2022/ng-terminal.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ng-terminal.mjs", "esm": "./esm2022/ng-terminal.mjs", "default": "./fesm2022/ng-terminal.mjs" } }, "sideEffects": false }