2020-02-24 17:42:28 +00:00
|
|
|
{
|
|
|
|
"name": "terminus-serial",
|
2020-12-24 13:03:14 +00:00
|
|
|
"version": "1.0.123-nightly.0",
|
2020-02-24 17:42:28 +00:00
|
|
|
"description": "Serial connection manager for Terminus",
|
|
|
|
"keywords": [
|
|
|
|
"terminus-builtin-plugin"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "typings/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
2020-12-24 13:03:14 +00:00
|
|
|
"license": "MIT",
|
2020-02-24 17:42:28 +00:00
|
|
|
"devDependencies": {
|
2020-12-23 20:45:47 +00:00
|
|
|
"@types/node": "14.14.14",
|
2020-02-24 17:42:28 +00:00
|
|
|
"@types/ssh2": "^0.5.35",
|
|
|
|
"ansi-colors": "^4.1.1",
|
2021-01-31 19:07:26 +00:00
|
|
|
"buffer-replace": "^1.0.0",
|
2020-12-24 15:04:15 +00:00
|
|
|
"cli-spinner": "^0.2.10"
|
2020-02-24 17:42:28 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-12-23 20:45:47 +00:00
|
|
|
"@angular/animations": "^9.1.9",
|
|
|
|
"@angular/common": "^9.1.11",
|
|
|
|
"@angular/core": "^9.1.9",
|
|
|
|
"@angular/forms": "^9.1.11",
|
|
|
|
"@angular/platform-browser": "^9.1.11",
|
|
|
|
"@angular/platform-browser-dynamic": "^9.1.11",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^6.2.0",
|
|
|
|
"rxjs": "^6.6.3",
|
2020-02-24 17:42:28 +00:00
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-settings": "*",
|
|
|
|
"terminus-terminal": "*"
|
|
|
|
}
|
|
|
|
}
|