Files
cordova-plugin-statusbar/package.json
T
dependabot[bot] 6aba4313f1 build(deps): bump js-yaml and @cordova/eslint-config
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>
2025-11-14 14:32:07 +00:00

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"
}
}