2021-05-16 15:36:33 +00:00
|
|
|
{
|
|
|
|
"name": "terminus-local",
|
|
|
|
"version": "1.0.135-nightly.0",
|
|
|
|
"description": "Terminus' local shell plugin",
|
|
|
|
"keywords": [
|
|
|
|
"terminus-builtin-plugin"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "typings/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"typings"
|
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"hterm-umdjs": "1.4.1",
|
|
|
|
"opentype.js": "^1.3.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/deep-equal": "^1.0.0",
|
|
|
|
"@types/shell-escape": "^0.2.0",
|
|
|
|
"ansi-colors": "^4.1.1",
|
|
|
|
"dataurl": "0.1.0",
|
|
|
|
"deep-equal": "2.0.5",
|
|
|
|
"mz": "^2.6.0",
|
|
|
|
"ps-node": "^0.1.6",
|
|
|
|
"runes": "^0.4.2",
|
|
|
|
"shell-escape": "^0.2.0",
|
2021-05-17 07:36:15 +00:00
|
|
|
"slugify": "^1.5.3",
|
2021-05-16 15:36:33 +00:00
|
|
|
"utils-decorators": "^1.8.1"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@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",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
|
|
|
"rxjs": "^6.5.5",
|
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-settings": "*",
|
|
|
|
"terminus-terminal": "*"
|
|
|
|
}
|
|
|
|
}
|