12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "prepare_queue": {
- "installed": [],
- "uninstalled": []
- },
- "config_munge": {
- "files": {
- "config.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<feature name=\"Device\"><param name=\"browser-package\" value=\"Device\" /></feature>",
- "count": 1
- }
- ]
- }
- }
- }
- },
- "installed_plugins": {
- "cordova-plugin-whitelist": {
- "PACKAGE_NAME": "io.cordova.hellocordova"
- },
- "cordova-plugin-device": {
- "PACKAGE_NAME": "io.cordova.hellocordova"
- }
- },
- "dependent_plugins": {},
- "modules": [
- {
- "file": "plugins/cordova-plugin-device/www/device.js",
- "id": "cordova-plugin-device.device",
- "pluginId": "cordova-plugin-device",
- "clobbers": [
- "device"
- ]
- },
- {
- "file": "plugins/cordova-plugin-device/src/browser/DeviceProxy.js",
- "id": "cordova-plugin-device.DeviceProxy",
- "pluginId": "cordova-plugin-device",
- "runs": true
- }
- ],
- "plugin_metadata": {
- "cordova-plugin-whitelist": "1.3.4",
- "cordova-plugin-device": "2.0.3"
- }
- }
|