mirror of
https://github.com/Eugeny/tabby
synced 2024-11-16 01:38:07 +00:00
067f5b3342
Bumps [winston](https://github.com/winstonjs/winston) from 2.4.0 to 3.2.1. - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](https://github.com/winstonjs/winston/compare/2.4.0...3.2.1)
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "terminus-core",
|
|
"version": "1.0.73-c4-ga7d62b0",
|
|
"description": "Terminus core",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^3.9.0",
|
|
"@types/node": "^12.0.2",
|
|
"@types/webpack-env": "^1.13.0",
|
|
"@types/winston": "^2.3.6",
|
|
"axios": "^0.18.0",
|
|
"bootstrap": "^4.1.3",
|
|
"core-js": "^3.1.2",
|
|
"electron-updater": "^4.0.6",
|
|
"ng2-dnd": "^5.0.2",
|
|
"ngx-perfect-scrollbar": "^6.0.0",
|
|
"shell-escape": "^0.2.0",
|
|
"universal-analytics": "^0.4.17"
|
|
},
|
|
"optionalDependencies": {
|
|
"windows-native-registry": "^1.0.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "4.0.1",
|
|
"@angular/common": "4.0.1",
|
|
"@angular/core": "4.0.1",
|
|
"@angular/forms": "4.0.1",
|
|
"@angular/platform-browser": "4.0.1",
|
|
"@angular/platform-browser-dynamic": "4.0.1",
|
|
"rxjs": "5.3.0",
|
|
"zone.js": "0.8.4"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^1.5.0",
|
|
"js-yaml": "^3.9.0",
|
|
"winston": "^3.2.1"
|
|
}
|
|
}
|