mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-15 06:30:13 +08:00
403f988248
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.19.0. **This update includes security fixes.** - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.18.0...v0.19.0)
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "terminus-plugin-manager",
|
|
"version": "1.0.73-c4-ga7d62b0",
|
|
"description": "Terminus' plugin manager",
|
|
"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/mz": "0.0.32",
|
|
"@types/node": "12.0.3",
|
|
"@types/semver": "^6.0.0",
|
|
"@types/webpack-env": "1.13.9",
|
|
"css-loader": "^0.28.0",
|
|
"ngx-pipes": "^1.6.1",
|
|
"semver": "^6.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@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",
|
|
"rxjs": "5.3.0",
|
|
"terminus-core": "*",
|
|
"terminus-settings": "*"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"mz": "^2.6.0",
|
|
"npm": "~6.7.0"
|
|
},
|
|
"false": {}
|
|
}
|