2017-04-11 03:22:48 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-terminal",
|
2018-09-11 23:37:14 +03:00
|
|
|
"version": "1.0.0-alpha.55",
|
2017-04-11 03:22:48 +03:00
|
|
|
"description": "Terminus' terminal emulation core",
|
2017-07-04 17:05:39 +03:00
|
|
|
"keywords": [
|
2017-11-04 21:06:58 +03:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 17:05:39 +03:00
|
|
|
],
|
2017-04-11 03:22:48 +03:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
2017-04-11 23:45:59 +03:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
2017-04-11 03:22:48 +03:00
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-10 01:29:16 +03:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2017-04-11 03:22:48 +03:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2017-04-17 18:27:04 +03:00
|
|
|
"@types/deep-equal": "^1.0.0",
|
2017-04-24 22:26:59 +03:00
|
|
|
"@types/mz": "0.0.31",
|
2017-04-11 03:22:48 +03:00
|
|
|
"@types/node": "7.0.12",
|
|
|
|
"@types/webpack-env": "1.13.0",
|
2017-04-17 18:27:04 +03:00
|
|
|
"@types/winreg": "^1.2.30",
|
2017-04-11 23:45:59 +03:00
|
|
|
"dataurl": "0.1.0",
|
2017-07-15 19:15:49 +03:00
|
|
|
"deep-equal": "1.0.1",
|
2018-08-26 14:15:00 +03:00
|
|
|
"file-loader": "^0.11.2",
|
|
|
|
"xterm": "^3.6.0"
|
2017-04-11 03:22:48 +03:00
|
|
|
},
|
2017-04-11 23:45:59 +03:00
|
|
|
"peerDependencies": {
|
2017-04-11 03:22:48 +03:00
|
|
|
"@angular/common": "4.0.1",
|
|
|
|
"@angular/core": "4.0.1",
|
|
|
|
"@angular/forms": "4.0.1",
|
|
|
|
"@angular/platform-browser": "4.0.1",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
|
2017-07-15 19:15:49 +03:00
|
|
|
"rxjs": "5.3.0",
|
2017-04-11 23:45:59 +03:00
|
|
|
"terminus-core": "*",
|
2017-07-15 19:15:49 +03:00
|
|
|
"terminus-settings": "*"
|
2017-04-11 23:45:59 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-07-26 17:04:55 +03:00
|
|
|
"@types/async-lock": "0.0.19",
|
|
|
|
"async-lock": "^1.0.0",
|
2018-06-03 19:45:17 +03:00
|
|
|
"font-manager": "0.3.0",
|
2018-09-12 00:44:04 +03:00
|
|
|
"hterm-umdjs": "1.4.1",
|
2017-04-24 22:26:59 +03:00
|
|
|
"mz": "^2.6.0",
|
2018-08-17 14:57:02 +03:00
|
|
|
"node-pty-tmp": "0.7.2",
|
2017-07-24 15:48:16 +03:00
|
|
|
"ps-node": "^0.1.6",
|
2017-07-15 19:15:49 +03:00
|
|
|
"runes": "^0.4.2",
|
2017-04-17 18:27:04 +03:00
|
|
|
"winreg": "^1.2.3"
|
2017-06-10 01:29:16 +03:00
|
|
|
},
|
|
|
|
"false": {}
|
2017-04-11 03:22:48 +03:00
|
|
|
}
|