mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2026-04-27 00:00:06 +08:00
6aba4313f1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependency [@cordova/eslint-config](https://github.com/apache/cordova-eslint). These dependencies need to be updated together. Updates `js-yaml` from 3.14.1 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.1.1) Updates `@cordova/eslint-config` from 4.0.0 to 6.0.0 - [Changelog](https://github.com/apache/cordova-eslint/blob/master/RELEASENOTES.md) - [Commits](https://github.com/apache/cordova-eslint/compare/4.0.0...6.0.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect - dependency-name: "@cordova/eslint-config" dependency-version: 6.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1001 B
JSON
47 lines
1001 B
JSON
{
|
|
"name": "cordova-plugin-statusbar",
|
|
"version": "4.0.1-dev",
|
|
"description": "Cordova StatusBar Plugin",
|
|
"types": "./types/index.d.ts",
|
|
"cordova": {
|
|
"id": "cordova-plugin-statusbar",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
},
|
|
"repository": "github:apache/cordova-plugin-statusbar",
|
|
"bugs": "https://github.com/apache/cordova-plugin-statusbar/issues",
|
|
"keywords": [
|
|
"cordova",
|
|
"statusbar",
|
|
"ecosystem:cordova",
|
|
"cordova-android",
|
|
"cordova-ios"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run lint",
|
|
"lint": "eslint ."
|
|
},
|
|
"engines": {
|
|
"cordovaDependencies": {
|
|
"0.1.0": {
|
|
"cordova": ">=3.0.0"
|
|
},
|
|
"4.0.0": {
|
|
"cordova-android": ">=10.0.0",
|
|
"cordova": ">=3.0.0",
|
|
"cordova-ios": ">=6.0.0"
|
|
},
|
|
"5.0.0": {
|
|
"cordova": ">100"
|
|
}
|
|
}
|
|
},
|
|
"author": "Apache Software Foundation",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@cordova/eslint-config": "^6.0.0"
|
|
}
|
|
}
|