{"maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"dist-tags":{"latest":"7.2.10"},"author":{"name":"Dave Alden"},"description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","readme":"Cordova diagnostic plugin [![Latest Stable Version](https://img.shields.io/npm/v/cordova.plugins.diagnostic.svg)](https://www.npmjs.com/package/cordova.plugins.diagnostic) [![Total Downloads](https://img.shields.io/npm/dt/cordova.plugins.diagnostic.svg)](https://npm-stat.com/charts.html?package=cordova.plugins.diagnostic)\r\n=========================\r\n\r\n<!-- doctoc README.md --maxlevel=3 -->\r\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n\r\n\n- [Overview](#overview)\n  - [Important notes](#important-notes)\n    - [Minimum supported versions](#minimum-supported-versions)\n    - [Native environment required](#native-environment-required)\n    - [Building for Android](#building-for-android)\n- [Installation](#installation)\n  - [Using the Cordova/Phonegap/Ionic CLI](#using-the-cordovaphonegapionic-cli)\n  - [AndroidX Library](#androidx-library)\n  - [Specifying modules](#specifying-modules)\n    - [Available modules](#available-modules)\n- [Reporting issues](#reporting-issues)\n  - [Reporting a bug or problem](#reporting-a-bug-or-problem)\n  - [Requesting a new feature](#requesting-a-new-feature)\n- [Usage](#usage)\n  - [Core module](#core-module)\n    - [switchToSettings()](#switchtosettings)\n      - [Parameters](#parameters)\n      - [Example usage](#example-usage)\n    - [switchToWirelessSettings()](#switchtowirelesssettings)\n    - [switchToMobileDataSettings()](#switchtomobiledatasettings)\n    - [permissionStatus constants](#permissionstatus-constants)\n      - [Android](#android)\n      - [iOS](#ios)\n      - [Example](#example)\n    - [getPermissionAuthorizationStatus()](#getpermissionauthorizationstatus)\n      - [Parameters](#parameters-1)\n      - [Example usage](#example-usage-1)\n    - [getPermissionsAuthorizationStatus()](#getpermissionsauthorizationstatus)\n      - [Parameters](#parameters-2)\n      - [Example usage](#example-usage-2)\n    - [requestRuntimePermission()](#requestruntimepermission)\n      - [Parameters](#parameters-3)\n      - [Example usage](#example-usage-3)\n    - [requestRuntimePermissions()](#requestruntimepermissions)\n      - [Parameters](#parameters-4)\n      - [Example usage](#example-usage-4)\n    - [isRequestingPermission()](#isrequestingpermission)\n      - [Example usage](#example-usage-5)\n    - [registerPermissionRequestCompleteHandler()](#registerpermissionrequestcompletehandler)\n      - [Parameters](#parameters-5)\n      - [Example usage](#example-usage-6)\n    - [isDataRoamingEnabled()](#isdataroamingenabled)\n      - [Parameters](#parameters-6)\n      - [Example usage](#example-usage-7)\n    - [isADBModeEnabled()](#isadbmodeenabled)\n      - [Parameters](#parameters-7)\n      - [Example usage](#example-usage-8)\n    - [isDeviceRooted()](#isdevicerooted)\n      - [Parameters](#parameters-8)\n      - [Example usage](#example-usage-9)\n    - [isBackgroundRefreshAuthorized()](#isbackgroundrefreshauthorized)\n      - [Parameters](#parameters-9)\n      - [Example usage](#example-usage-10)\n    - [getBackgroundRefreshStatus()](#getbackgroundrefreshstatus)\n      - [Parameters](#parameters-10)\n      - [Example usage](#example-usage-11)\n    - [cpuArchitecture constants](#cpuarchitecture-constants)\n      - [Android](#android-1)\n      - [iOS](#ios-1)\n      - [Example usage](#example-usage-12)\n    - [getArchitecture()](#getarchitecture)\n      - [Parameters](#parameters-11)\n      - [Example usage](#example-usage-13)\n    - [restart()](#restart)\n      - [Parameters](#parameters-12)\n      - [Example usage](#example-usage-14)\n    - [enableDebug()](#enabledebug)\n      - [Parameters](#parameters-13)\n      - [Example usage](#example-usage-15)\n    - [getCurrentBatteryLevel()](#getcurrentbatterylevel)\n      - [Parameters](#parameters-14)\n      - [Example usage](#example-usage-16)\n    - [isAirplaneModeEnabled()](#isairplanemodeenabled)\n      - [Parameters](#parameters-15)\n      - [Example usage](#example-usage-17)\n    - [isMobileDataEnabled()](#ismobiledataenabled)\n      - [Parameters](#parameters-16)\n      - [Example usage](#example-usage-18)\n    - [isMobileDataAuthorized()](#ismobiledataauthorized)\n      - [Parameters](#parameters-17)\n      - [Example usage](#example-usage-19)\n    - [isAccessibilityModeEnabled()](#isaccessibilitymodeenabled)\n      - [Parameters](#parameters-18)\n      - [Example usage](#example-usage-20)\n    - [isTouchExplorationEnabled()](#istouchexplorationenabled)\n      - [Parameters](#parameters-19)\n      - [Example usage](#example-usage-21)\n    - [getDeviceOSVersion()](#getdeviceosversion)\n      - [Parameters](#parameters-20)\n      - [Example usage](#example-usage-22)\n    - [getBuildOSVersion()](#getbuildosversion)\n      - [Parameters](#parameters-21)\n      - [Example usage](#example-usage-23)\n    - [isDebugBuild()](#isdebugbuild)\n      - [Parameters](#parameters-22)\n      - [Example usage](#example-usage-24)\n  - [Location module](#location-module)\n    - [locationMode constants](#locationmode-constants)\n      - [Values](#values)\n      - [Example](#example-1)\n    - [locationAuthorizationMode constants](#locationauthorizationmode-constants)\n      - [Values](#values-1)\n      - [Example](#example-2)\n    - [locationAccuracyAuthorization constants](#locationaccuracyauthorization-constants)\n      - [Values](#values-2)\n    - [isLocationAvailable()](#islocationavailable)\n      - [Parameters](#parameters-23)\n      - [Example usage](#example-usage-25)\n    - [isLocationEnabled()](#islocationenabled)\n      - [Parameters](#parameters-24)\n      - [Example usage](#example-usage-26)\n    - [isGpsLocationAvailable()](#isgpslocationavailable)\n      - [Parameters](#parameters-25)\n      - [Example usage](#example-usage-27)\n    - [isGpsLocationEnabled()](#isgpslocationenabled)\n      - [Parameters](#parameters-26)\n      - [Example usage](#example-usage-28)\n    - [isCompassAvailable()](#iscompassavailable)\n      - [Parameters](#parameters-27)\n      - [Example usage](#example-usage-29)\n    - [isNetworkLocationAvailable()](#isnetworklocationavailable)\n      - [Parameters](#parameters-28)\n      - [Example usage](#example-usage-30)\n    - [isNetworkLocationEnabled()](#isnetworklocationenabled)\n      - [Parameters](#parameters-29)\n      - [Example usage](#example-usage-31)\n    - [getLocationMode()](#getlocationmode)\n      - [Parameters](#parameters-30)\n      - [Example usage](#example-usage-32)\n    - [isLocationAuthorized()](#islocationauthorized)\n      - [Parameters](#parameters-31)\n      - [Example usage](#example-usage-33)\n    - [getLocationAuthorizationStatus()](#getlocationauthorizationstatus)\n      - [Parameters](#parameters-32)\n      - [Example iOS usage](#example-ios-usage)\n      - [Example Android usage](#example-android-usage)\n    - [getLocationAuthorizationStatuses()](#getlocationauthorizationstatuses)\n      - [Parameters](#parameters-33)\n    - [requestLocationAuthorization()](#requestlocationauthorization)\n      - [Parameters](#parameters-34)\n      - [Example usage](#example-usage-34)\n    - [registerLocationStateChangeHandler()](#registerlocationstatechangehandler)\n      - [Parameters](#parameters-35)\n      - [Example usage](#example-usage-35)\n    - [getLocationAccuracyAuthorization()](#getlocationaccuracyauthorization)\n      - [Parameters](#parameters-36)\n      - [Example usage](#example-usage-36)\n    - [requestTemporaryFullAccuracyAuthorization()](#requesttemporaryfullaccuracyauthorization)\n      - [Parameters](#parameters-37)\n      - [Example usage](#example-usage-37)\n    - [registerLocationAccuracyAuthorizationChangeHandler()](#registerlocationaccuracyauthorizationchangehandler)\n      - [Parameters](#parameters-38)\n      - [Example usage](#example-usage-38)\n    - [switchToLocationSettings()](#switchtolocationsettings)\n  - [Bluetooth module](#bluetooth-module)\n    - [bluetoothState constants](#bluetoothstate-constants)\n      - [Android](#android-2)\n      - [iOS](#ios-2)\n      - [Example](#example-3)\n    - [isBluetoothAvailable()](#isbluetoothavailable)\n      - [Parameters](#parameters-39)\n      - [Example usage](#example-usage-39)\n    - [isBluetoothEnabled()](#isbluetoothenabled)\n      - [Parameters](#parameters-40)\n      - [Example usage](#example-usage-40)\n    - [hasBluetoothSupport()](#hasbluetoothsupport)\n      - [Parameters](#parameters-41)\n      - [Example usage](#example-usage-41)\n    - [hasBluetoothLESupport()](#hasbluetoothlesupport)\n      - [Parameters](#parameters-42)\n      - [Example usage](#example-usage-42)\n    - [hasBluetoothLEPeripheralSupport()](#hasbluetoothleperipheralsupport)\n      - [Parameters](#parameters-43)\n      - [Example usage](#example-usage-43)\n    - [getBluetoothState()](#getbluetoothstate)\n      - [Parameters](#parameters-44)\n      - [Example usage](#example-usage-44)\n    - [setBluetoothState()](#setbluetoothstate)\n      - [Parameters](#parameters-45)\n      - [Example usage](#example-usage-45)\n    - [getBluetoothAuthorizationStatus()](#getbluetoothauthorizationstatus)\n      - [Parameters](#parameters-46)\n      - [Example usage](#example-usage-46)\n    - [getBluetoothAuthorizationStatuses()](#getbluetoothauthorizationstatuses)\n      - [Parameters](#parameters-47)\n      - [Example usage](#example-usage-47)\n    - [requestBluetoothAuthorization()](#requestbluetoothauthorization)\n      - [Parameters](#parameters-48)\n      - [Example usage](#example-usage-48)\n    - [registerBluetoothStateChangeHandler()](#registerbluetoothstatechangehandler)\n      - [Parameters](#parameters-49)\n      - [Example usage](#example-usage-49)\n    - [switchToBluetoothSettings()](#switchtobluetoothsettings)\n  - [WiFi module](#wifi-module)\n    - [isWifiAvailable()](#iswifiavailable)\n      - [Parameters](#parameters-50)\n      - [Example usage](#example-usage-50)\n    - [isWifiEnabled()](#iswifienabled)\n      - [Parameters](#parameters-51)\n      - [Example usage](#example-usage-51)\n    - [isLocalNetworkAuthorized()](#islocalnetworkauthorized)\n      - [Parameters](#parameters-52)\n      - [Example usage](#example-usage-52)\n    - [getLocalNetworkAuthorizationStatus()](#getlocalnetworkauthorizationstatus)\n      - [Parameters](#parameters-53)\n      - [Example usage](#example-usage-53)\n    - [requestLocalNetworkAuthorization()](#requestlocalnetworkauthorization)\n      - [Parameters](#parameters-54)\n      - [Example usage](#example-usage-54)\n    - [setWifiState()](#setwifistate)\n      - [Parameters](#parameters-55)\n      - [Example usage](#example-usage-55)\n    - [switchToWifiSettings()](#switchtowifisettings)\n  - [Camera module](#camera-module)\n    - [isCameraPresent()](#iscamerapresent)\n      - [Parameters](#parameters-56)\n      - [Example usage](#example-usage-56)\n    - [isCameraAvailable()](#iscameraavailable)\n      - [Parameters](#parameters-57)\n      - [Example usage](#example-usage-57)\n    - [isCameraAuthorized()](#iscameraauthorized)\n      - [Parameters](#parameters-58)\n      - [Example usage](#example-usage-58)\n    - [getCameraAuthorizationStatus()](#getcameraauthorizationstatus)\n      - [Parameters](#parameters-59)\n      - [Example usage](#example-usage-59)\n    - [getCameraAuthorizationStatuses()](#getcameraauthorizationstatuses)\n      - [Parameters](#parameters-60)\n      - [Example usage](#example-usage-60)\n    - [requestCameraAuthorization()](#requestcameraauthorization)\n      - [Parameters](#parameters-61)\n      - [Example usage](#example-usage-61)\n    - [isCameraRollAuthorized()](#iscamerarollauthorized)\n      - [Parameters](#parameters-62)\n      - [Example usage](#example-usage-62)\n    - [getCameraRollAuthorizationStatus()](#getcamerarollauthorizationstatus)\n      - [Parameters](#parameters-63)\n      - [Example usage](#example-usage-63)\n    - [requestCameraRollAuthorization()](#requestcamerarollauthorization)\n      - [Parameters](#parameters-64)\n      - [Example usage](#example-usage-64)\n    - [presentLimitedLibraryPicker()](#presentlimitedlibrarypicker)\n      - [Parameters](#parameters-65)\n      - [Example usage](#example-usage-65)\n  - [Notifications module](#notifications-module)\n    - [remoteNotificationType constants](#remotenotificationtype-constants)\n      - [Example](#example-4)\n    - [isRemoteNotificationsEnabled()](#isremotenotificationsenabled)\n      - [Parameters](#parameters-66)\n      - [Example usage](#example-usage-66)\n    - [isRegisteredForRemoteNotifications()](#isregisteredforremotenotifications)\n      - [Parameters](#parameters-67)\n      - [Example usage](#example-usage-67)\n    - [getRemoteNotificationTypes()](#getremotenotificationtypes)\n      - [Parameters](#parameters-68)\n      - [Example usage](#example-usage-68)\n    - [getRemoteNotificationsAuthorizationStatus()](#getremotenotificationsauthorizationstatus)\n      - [Parameters](#parameters-69)\n      - [Example usage](#example-usage-69)\n    - [requestRemoteNotificationsAuthorization()](#requestremotenotificationsauthorization)\n      - [Parameters](#parameters-70)\n      - [Example usage](#example-usage-70)\n    - [switchToNotificationSettings()](#switchtonotificationsettings)\n  - [Microphone module](#microphone-module)\n    - [isMicrophoneAuthorized()](#ismicrophoneauthorized)\n      - [Parameters](#parameters-71)\n      - [Example usage](#example-usage-71)\n    - [getMicrophoneAuthorizationStatus()](#getmicrophoneauthorizationstatus)\n      - [Parameters](#parameters-72)\n      - [Example usage](#example-usage-72)\n    - [requestMicrophoneAuthorization()](#requestmicrophoneauthorization)\n      - [Parameters](#parameters-73)\n      - [Example usage](#example-usage-73)\n  - [Contacts module](#contacts-module)\n    - [isContactsAuthorized()](#iscontactsauthorized)\n      - [Parameters](#parameters-74)\n      - [Example usage](#example-usage-74)\n    - [getContactsAuthorizationStatus()](#getcontactsauthorizationstatus)\n      - [Parameters](#parameters-75)\n      - [Example usage](#example-usage-75)\n    - [requestContactsAuthorization()](#requestcontactsauthorization)\n      - [Parameters](#parameters-76)\n      - [Example usage](#example-usage-76)\n  - [Calendar module](#calendar-module)\n    - [isCalendarAuthorized()](#iscalendarauthorized)\n      - [Parameters](#parameters-77)\n      - [Example usage](#example-usage-77)\n    - [getCalendarAuthorizationStatus()](#getcalendarauthorizationstatus)\n      - [Parameters](#parameters-78)\n      - [Example usage](#example-usage-78)\n    - [requestCalendarAuthorization()](#requestcalendarauthorization)\n      - [Parameters](#parameters-79)\n      - [Example usage](#example-usage-79)\n  - [Reminders module](#reminders-module)\n    - [isRemindersAuthorized()](#isremindersauthorized)\n      - [Parameters](#parameters-80)\n      - [Example usage](#example-usage-80)\n    - [getRemindersAuthorizationStatus()](#getremindersauthorizationstatus)\n      - [Parameters](#parameters-81)\n      - [Example usage](#example-usage-81)\n    - [requestRemindersAuthorization()](#requestremindersauthorization)\n      - [Parameters](#parameters-82)\n      - [Example usage](#example-usage-82)\n  - [Motion module](#motion-module)\n    - [motionStatus constants](#motionstatus-constants)\n      - [Example](#example-5)\n    - [isMotionAvailable()](#ismotionavailable)\n      - [Parameters](#parameters-83)\n      - [Example usage](#example-usage-83)\n    - [isMotionRequestOutcomeAvailable()](#ismotionrequestoutcomeavailable)\n      - [Parameters](#parameters-84)\n      - [Example usage](#example-usage-84)\n    - [requestMotionAuthorization()](#requestmotionauthorization)\n      - [Parameters](#parameters-85)\n      - [Example usage](#example-usage-85)\n    - [getMotionAuthorizationStatus()](#getmotionauthorizationstatus)\n      - [Parameters](#parameters-86)\n      - [Example usage](#example-usage-86)\n  - [NFC module](#nfc-module)\n    - [NFCState constants](#nfcstate-constants)\n      - [Values](#values-3)\n      - [Example](#example-6)\n    - [isNFCPresent()](#isnfcpresent)\n      - [Parameters](#parameters-87)\n      - [Example usage](#example-usage-87)\n    - [isNFCEnabled()](#isnfcenabled)\n      - [Parameters](#parameters-88)\n      - [Example usage](#example-usage-88)\n    - [isNFCAvailable()](#isnfcavailable)\n      - [Parameters](#parameters-89)\n      - [Example usage](#example-usage-89)\n    - [registerNFCStateChangeHandler()](#registernfcstatechangehandler)\n      - [Parameters](#parameters-90)\n      - [Example usage](#example-usage-90)\n    - [switchToNFCSettings()](#switchtonfcsettings)\n  - [External storage module](#external-storage-module)\n    - [isExternalStorageAuthorized()](#isexternalstorageauthorized)\n      - [Parameters](#parameters-91)\n      - [Example usage](#example-usage-91)\n    - [getExternalStorageAuthorizationStatus()](#getexternalstorageauthorizationstatus)\n      - [Parameters](#parameters-92)\n      - [Example usage](#example-usage-92)\n    - [requestExternalStorageAuthorization()](#requestexternalstorageauthorization)\n      - [Parameters](#parameters-93)\n      - [Example usage](#example-usage-93)\n    - [getExternalSdCardDetails()](#getexternalsdcarddetails)\n      - [Parameters](#parameters-94)\n      - [Example usage](#example-usage-94)\n- [Platform Notes](#platform-notes)\n  - [Android](#android-3)\n    - [Android permissions](#android-permissions)\n      - [Android runtime permissions](#android-runtime-permissions)\n        - [\"Dangerous\" runtime permissions](#dangerous-runtime-permissions)\n        - [Android 11+ runtime permissions](#android-11-runtime-permissions)\n        - [Runtime permissions example project](#runtime-permissions-example-project)\n        - [Android Camera permissions](#android-camera-permissions)\n    - [Android Auto Backup](#android-auto-backup)\n  - [iOS](#ios-3)\n    - [iOS usage description messages](#ios-usage-description-messages)\n- [Example project](#example-project)\n  - [Screenshots](#screenshots)\n    - [Android](#android-4)\n    - [iOS](#ios-4)\n- [Release notes](#release-notes)\n- [Credits](#credits)\n- [License](#license)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\r\n\r\n# Overview\r\n\r\nThis Cordova/Phonegap plugin for iOS & Android is used to manage device settings such as Location,  Bluetooth and WiFi. It enables management of run-time permissions, device hardware and core OS features.\r\n\r\nThe plugin is registered in on [npm](https://www.npmjs.com/package/cordova.plugins.diagnostic) as `cordova.plugins.diagnostic`\r\n\r\n<!-- DONATE -->\r\n[![donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG_global.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZRD3W47HQ3EMJ)\r\n\r\nI dedicate a considerable amount of my free time to developing and maintaining this Cordova plugin, along with my other Open Source software.\r\nTo help ensure this plugin is kept updated, new features are added and bugfixes are implemented quickly, please donate a couple of dollars (or a little more if you can stretch) as this will help me to afford to dedicate time to its maintenance. Please consider donating if you're using this plugin in an app that makes you money, if you're being paid to make the app, if you're asking for new features or priority bug fixes.\r\n<!-- END DONATE -->\r\n\r\n\r\n## Important notes\r\n\r\n### Minimum supported versions\r\n- Cordova CLI: `cordova@9.0.0`\r\n- Android platform: `cordova-android@8.0.0` (recommended version `cordova-android@9.0.0`)\r\n    - Android version: Android 5.0 (API 21)\r\n- iOS platform: `cordova-ios@5.0.0`\r\n    - iOS 10.0\r\n\r\nNote: If you need to support older OS versions, please use an older version of this plugin.\r\n\r\n### Native environment required\r\nNote that this plugin is intended for use in a **native** mobile environment.\r\nIt will **NOT** work in a browser-emulated Cordova environment, for example by running `cordova serve` or using the [Ripple emulator](https://github.com/ripple-emulator/ripple).\r\n### Building for Android\r\n\r\nIn order to avoid build problems with Android, please make sure you have the latest versions of the following Android SDK components installed:\r\n\r\n- Android SDK Tools\r\n- Android SDK Platform-tools\r\n- Android SDK Build-tools\r\n- Target SDK Platform - e.g. Android 10.0 (API 29)\r\n- Google Repository\r\n\r\n* Make sure you have a [supported version](#minimum-supported-versions) of the `cordova-android` platform installed.\r\n    * You can check if the Android platform in your Cordova project is up-to-date using `cordova platform check android` and if it's not, update it using `cordova platform rm android && cordova platform add android@latest`.\r\n    * Since `cordova.plugins.diagnostic@6` the recommended Cordova Android platform version is `cordova-android@9.0.0` (which includes AndroidX support).\r\n    * To use this plugin with `cordova-android@8`, install [cordova-plugin-androidx](https://github.com/dpa99c/cordova-plugin-androidx) and [cordova-plugin-androidx-adapter](https://github.com/dpa99c/cordova-plugin-androidx-adapter).\r\n* Phonegap Build uses should use the latest available CLI version ([listed here](https://build.phonegap.com/current-support)) by specifying using the `phonegap-version` tag in your `config.xml`.\r\n\r\n# Installation\r\n\r\n## Using the Cordova/Phonegap/Ionic CLI\r\n\r\n    $ cordova plugin add cordova.plugins.diagnostic\r\n    $ cordova plugin add cordova.plugins.diagnostic --variable ANDROIDX_VERSION=1.0.0\r\n    $ phonegap plugin add cordova.plugins.diagnostic\r\n    $ ionic cordova plugin add cordova.plugins.diagnostic\r\n\r\n## AndroidX Library\r\nThis plugin uses/depends on the [AndroidX (Jetpack) libraries](https://developer.android.com/jetpack/androidx) (these supersede the [Android Support Library](https://developer.android.com/topic/libraries/support-library/index.html) which is no longer used by this plugin since `cordova.plugins.diagnostic@6`).\r\n\r\nThis plugin pins default versions of the legacy and appcompat versions of the library  in [its `plugin.xml`](https://github.com/dpa99c/cordova-diagnostic-plugin/blob/master/plugin.xml) however you can override these to specify different versions using the `ANDROIDX_VERSION` (legacy) and `ANDROIDX_APPCOMPAT_VERSION` variables at plugin installation time, for example:\r\n\r\n    $ cordova plugin add cordova.plugins.diagnostic --variable ANDROIDX_VERSION=1.0.0 --variable ANDROIDX_APPCOMPAT_VERSION=1.3.1\r\n\r\n\r\n## Specifying modules\r\nSince `cordova.plugins.diagnostic@4` the plugin is split into optional functional modules.\r\nThe reason for this is so you can choose to install only those parts of the plugin you'll use and therefore not install redundant code/components/frameworks.\r\n\r\nBy default, all the modules will be added to your project when you install the plugin.\r\n\r\nYou can specify which modules are installed by adding a `<preference>` to your `config.xml` which specifies the modules you wish to add as a space-separated list.\r\nModule names should be capitalised.\r\n\r\nThe preference takes the form:\r\n\r\n    <preference name=\"cordova.plugins.diagnostic.modules\" value=\"[list of modules]\" />\r\n\r\nFor example, to explicitly include all optional modules:\r\n\r\n    <preference name=\"cordova.plugins.diagnostic.modules\" value=\"LOCATION BLUETOOTH WIFI CAMERA NOTIFICATIONS MICROPHONE CONTACTS CALENDAR REMINDERS MOTION NFC EXTERNAL_STORAGE\" />\r\n\r\nTo install only the core module and no optional modules, leave the preference value blank:\r\n\r\n    <preference name=\"cordova.plugins.diagnostic.modules\" value=\"\" />\r\n\r\n**IMPORTANT:** After adding the preference to your `config.xml`, you'll need to uninstall then re-install the plugin to your project to apply the changes:\r\n```\r\ncordova plugin rm cordova.plugins.diagnostic --nosave && cordova plugin add cordova.plugins.diagnostic --nosave\r\n```\r\n\r\n### Available modules\r\n\r\nThe following optional modules are currently supported by the plugin:\r\n\r\n- [LOCATION](#location-module) - Android & iOS\r\n- [BLUETOOTH](#bluetooth-module) - Android & iOS\r\n- [WIFI](#wifi-module) - Android & iOS\r\n- [CAMERA](#camera-module) - Android & iOS\r\n- [NOTIFICATIONS](#notifications-module) - Android & iOS\r\n- [MICROPHONE](#microphone-module) - Android & iOS\r\n- [CONTACTS](#contacts-module) - Android & iOS\r\n- [CALENDAR](#calendar-module) - Android & iOS\r\n- [REMINDERS](#reminders-module) - iOS\r\n- [MOTION](#motion-module) - iOS\r\n- [NFC](#nfc-module) - Android\r\n- [EXTERNAL_STORAGE](#external-storage-module) - Android\r\n\r\n**IMPORTANT:** It's vital that the preference be added to your `config.xml` **before** you install the plugin, otherwise the preference will not be applied and all modules will be added.\r\nThis is because, due to limitations of the Cordova CLI hooks, this plugin must use the `npm install` process to apply the module preferences and this runs before the Cordova CLI when installing a plugin.\r\nIf you change the modules specified in the preference, you'll need to uninstall then re-install the plugin to your project to apply the changes.\r\n\r\n# Reporting issues\r\n**IMPORTANT:** Please read the following carefully.\r\nFailure to follow the issue template guidelines below will result in the issue being immediately closed.\r\n\r\n## Reporting a bug or problem\r\nBefore [opening a bug issue](https://github.com/dpa99c/cordova-diagnostic-plugin/issues/new?assignees=&labels=&template=bug_report.md&title=), please do the following:\r\n- *DO NOT* open issues asking for support in using/integrating the plugin into your project\r\n    - Only open issues for suspected bugs/issues with the plugin that are generic and will affect other users\r\n    - I don't have time to offer free technical support: this is free open-source software\r\n    - Ask for help on StackOverflow, Ionic Forums, etc.\r\n    - Use the [example project](https://github.com/dpa99c/cordova-diagnostic-plugin-example) as a known working reference\r\n    - Any issues requesting support will be closed immediately.\r\n- *DO NOT* open issues related to the  [Ionic Typescript wrapper for this plugin](https://github.com/ionic-team/ionic-native/blob/master/src/%40ionic-native/plugins/diagnostic/index.ts)\r\n    - This is owned/maintained by [Ionic](https://github.com/ionic-team) and is not part of this plugin\r\n    - Please raise such issues/PRs against [Ionic Native](https://github.com/ionic-team/ionic-native/) instead.\r\n    - To verify an if an issue is caused by this plugin or its Typescript wrapper, please re-test using the vanilla Javascript plugin interface (without the Ionic Native wrapper).\r\n    - Any issue opened here which is obviously an Ionic Typescript wrapper issue will be closed immediately.\r\n- Read the above documentation thoroughly\r\n- Check the [CHANGELOG](https://github.com/dpa99c/cordova-diagnostic-plugin/blob/master/CHANGELOG.md) for any breaking changes that may be causing your issue.\r\n- Check a similar issue (open or closed) does not already exist against this plugin.\r\n    - Duplicates or near-duplicates will be closed immediately.\r\n- When [creating a new issue](https://github.com/dpa99c/cordova-diagnostic-plugin/issues/new/choose)\r\n    - Choose the \"Bug report\" template\r\n    - Fill out the relevant sections of the template and delete irrelevant sections\r\n    - *WARNING:* Failure to complete the issue template will result in the issue being closed immediately.\r\n- Reproduce the issue using the [example project](https://github.com/dpa99c/cordova-diagnostic-plugin-example)\r\n    - This will eliminate bugs in your code or conflicts with other code as possible causes of the issue\r\n    - This will also validate your development environment using a known working codebase\r\n    - If reproducing the issue using the example project is not possible, create an isolated test project that you are able to share\r\n- Include full verbose console output when reporting build issues\r\n    - If the full console output is too large to insert directly into the Github issue, then post it on an external site such as [Pastebin](https://pastebin.com/) and link to it from the issue\r\n    - Often the details of an error causing a build failure is hidden away when building with the CLI\r\n        - To get the full detailed console output, append the `--verbose` flag to CLI build commands\r\n        - e.g. `cordova build ios --verbose`\r\n    - Failure to include the full console output will result in the issue being closed immediately\r\n- If the issue relates to the plugin documentation (and not the code), please of a [documentation issue](https://github.com/dpa99c/cordova-diagnostic-plugin/issues/new?assignees=&labels=&template=documentation-issue.md&title=)\r\n\r\n## Requesting a new feature\r\nBefore [opening a feature request issue](https://github.com/dpa99c/cordova-diagnostic-plugin/issues/new?assignees=&labels=&template=feature_request.md&title=), please do the following:\r\n- Check the above documentation to ensure the feature you are requesting doesn't already exist\r\n- Check the list if open/closed issues to check if there's a reason that feature hasn't been included already\r\n- Ensure the feature you are requesting is actually possible to implement and generically useful to other users than yourself\r\n- Where possible, post a link to the documentation related to the feature you are requesting\r\n- Include other relevant links, e.g.\r\n    - Stack Overflow post illustrating a solution\r\n    - Code within another Github repo that illustrates a solution\r\n\r\n\r\n# Usage\r\n\r\nThe core plugin module is exposed via the global `cordova.plugins.diagnostic` object and it aliases all functions and properties of the other optional modules.\r\nIf a function is called on the core module for an optional module which is not installed, a JS error will be raised by the core module.\r\n\r\n## Core module\r\n\r\nPurpose: Generic and miscellaneous functionality.\r\n\r\nPlatforms: Android & iOS\r\n\r\nConfiguration name: N/A - always installed, regardless of whether the module preference key is present in `config.xml`.\r\n\r\n### switchToSettings()\r\n\r\nPlatforms: Android and iOS\r\n\r\nOpens settings page for this app.\r\n\r\nOn Android, this opens the \"App Info\" page in the Settings app.\r\n\r\nOn iOS, this opens the app settings page in the Settings app.\r\n\r\n    cordova.plugins.diagnostic.switchToSettings(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback - The callback which will be called when switch to settings is successful.\r\n- {Function} errorCallback - The callback which will be called when switch to settings encounters an error. The function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.switchToSettings(function(){\r\n        console.log(\"Successfully switched to Settings app\");\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    });\r\n\r\n### switchToWirelessSettings()\r\n\r\nPlatforms: Android\r\n\r\nSwitches to the wireless settings page in the Settings app.\r\nAllows configuration of wireless controls such as Wi-Fi, Bluetooth and Mobile networks.\r\n\r\n    cordova.plugins.diagnostic.switchToWirelessSettings();\r\n\r\n### switchToMobileDataSettings()\r\n\r\nPlatforms: Android\r\n\r\nDisplays mobile settings to allow user to enable mobile data.\r\n\r\n    cordova.plugins.diagnostic.switchToMobileDataSettings();\r\n\r\n\r\n### permissionStatus constants\r\n\r\nPlatforms: Android and iOS\r\n\r\nBoth Android and iOS define constants for requesting and reporting the various permission states.\r\n\r\n    cordova.plugins.diagnostic.permissionStatus\r\n\r\n#### Android\r\n\r\nThe following permission states are defined for Android:\r\n\r\n- `NOT_REQUESTED` - App has not yet requested access to this permission.\r\nApp can request permission and user will be prompted to allow/deny.\r\n- `DENIED_ONCE` - User denied access to this permission (without checking \"Never Ask Again\" box).\r\nApp can request permission again and user will be prompted again to allow/deny again.\r\n- `DENIED_ALWAYS` - User denied access to this permission and checked \"Never Ask Again\" box.\r\nApp can never ask for permission again.\r\nThe only way around this is to instruct the user to manually change the permission on the app permissions page in Settings.\r\n- `GRANTED` - User granted access to this permission or the device is running Android 5.x or below.\r\n\r\n⚠ Since it's impossible to distinguish between NOT_REQUESTED and DENIED_ALWAYS using the native Android runtime permissions API (they both return the same constant value), this plugin attempts to distinguish the difference by using HTML5 local storage to keep track of which permissions have been requested since the app was first installed. On requesting a permission for the first time, an entry is put into local storage against the permission name. If the user then selects DENY_ALWAYS, the plugin uses the flag in local storage to distinguish this from NOT_REQUESTED.\r\n\r\nSome things to watch out for:\r\n\r\n - Clearing local storage will result in this data being lost and will result in NOT_REQUESTED being returned even if the user previously chose to always deny permission.\r\n - If the relevant `<uses-permission>` tag is missing from the Android manifest, then the native API will return the NOT_REQUESTED/DENIED_ALWAYS constant value. Since the plugin is unable to make the native permissions request in order to show the native dialog, the plugin will always return NOT_REQUESTED.\r\n\r\nIf [Android Autobackup](https://developer.android.com/guide/topics/data/backup.html#Choosing) is enabled (which it is by default ), Android does not backup app permissions after uninstall but does backup HTML5 local storage. This may lead to a permission being reported by the plugin as DENIED_ALWAYS when the actual status is NOT_REQUESTED.\r\nTo avoid this you may want to disable Android Autobackup. You can do this using the [cordova-custom-config plugin](https://github.com/dpa99c/cordova-custom-config), for example:\r\n\r\n```\r\n<platform name=\"android\">\r\n    <plugin name=\"cordova-custom-config\" version=\"*\"/>\r\n    <custom-preference name=\"android-manifest/application/@android:allowBackup\" value=\"false\" />\r\n    <custom-preference name=\"android-manifest/application/@android:fullBackupContent\" value=\"false\" />\r\n</platform>\r\n```\r\n\r\n#### iOS\r\n\r\nThe following permission states are defined for iOS:\r\n\r\n- `NOT_REQUESTED` - App has not yet requested access to this permission.\r\nApp can request permission and user will be prompted to allow/deny.\r\n- `DENIED_ALWAYS` - User denied access to this permission.\r\nApp can never ask for permission again.\r\nThe only way around this is to instruct the user to manually change the permission in Settings.\r\n- `RESTRICTED` - Permission is unavailable and user cannot enable it.\r\nFor example, when parental controls are in effect for the current user.\r\n- `GRANTED` - User granted access to this permission.\r\nFor location permission, this indicates the user has granted access to the permission \"always\" (when app is both in foreground and background).\r\n- `GRANTED_WHEN_IN_USE` - Used only for location permission.\r\nIndicates the user has granted access to the permission \"when in use\" (only when the app is in the foreground).\r\n\r\nAddtionally, for notifications permissions:\r\n- `PROVISIONAL` - The app is provisionally authorized to post non-interruptive user notifications.\r\n- `EPHEMERAL` - The app is authorized to schedule or receive notifications for a limited amount of time.\r\n\r\nFor cases where the platform cannot return a definitive answer, the plugin also exposes:\r\n- `UNKNOWN` (Android and iOS) - Returned when the underlying OS has not yet provided a concrete status (for example, if an iOS Local Network probe timed out). Treat this as a transient state and retry before surfacing a denial to the user.\r\n\r\n#### Example\r\n\r\n    if(somePermissionStatus === cordova.plugins.diagnostic.permissionStatus.GRANTED){\r\n        // Do something\r\n    }\r\n\r\n### getPermissionAuthorizationStatus()\r\n\r\nPlatforms: Android\r\n\r\nReturns the current authorisation status for a given permission.\r\n\r\nNote: this is intended for Android 6 / API 23 and above. Calling on Android 5.1 / API 22 and below will always return GRANTED status as permissions are already granted at installation time.\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback - function to call on successful retrieval of status.\r\nThe function is passed a single string parameter which defines the current [permission status](#permissionstatus-constants)\r\n- {Function} errorCallback - function to call on failure to retrieve authorisation status.\r\nThe function is passed a single string parameter containing the error message.\r\n- {String} permission - permission to request authorisation status for, defined as a [runtime permission constant](#dangerous-runtime-permissions).\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.getPermissionAuthorizationStatus(function(status){\r\n        switch(status){\r\n            case cordova.plugins.diagnostic.permissionStatus.GRANTED:\r\n                console.log(\"Permission granted to use the camera\");\r\n                break;\r\n            case cordova.plugins.diagnostic.permissionStatus.NOT_REQUESTED:\r\n                console.log(\"Permission to use the camera has not been requested yet\");\r\n                break;\r\n            case cordova.plugins.diagnostic.permissionStatus.DENIED_ONCE:\r\n                console.log(\"Permission denied to use the camera - ask again?\");\r\n                break;\r\n            case cordova.plugins.diagnostic.permissionStatus.DENIED_ALWAYS:\r\n                console.log(\"Permission permanently denied to use the camera - guess we won't be using it then!\");\r\n                break;\r\n        }\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    }, cordova.plugins.diagnostic.permission.CAMERA);\r\n\r\n### getPermissionsAuthorizationStatus()\r\n\r\nPlatforms: Android\r\n\r\nReturns the current authorisation status for multiple permissions.\r\n\r\nNote: this is intended for Android 6 / API 23 and above. Calling on Android 5.1 / API 22 and below will always return GRANTED status as permissions are already granted at installation time.\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback - function to call on successful retrieval of status.\r\nThe function is passed a single object parameter which defines a key/value map, where the key is the requested [runtime permission](#dangerous-runtime-permissions), and the value is the current [permission status](#permissionstatus-constants).\r\n- {Function} errorCallback - function to call on failure to retrieve authorisation status.\r\nThe function is passed a single string parameter containing the error message.\r\n- {Array} permissions - list of permissions to request authorisation statuses for, defined as [runtime permission constants](#dangerous-runtime-permissions).\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.getPermissionsAuthorizationStatus(function(statuses){\r\n        for (var permission in statuses){\r\n            switch(statuses[permission]){\r\n                case cordova.plugins.diagnostic.permissionStatus.GRANTED:\r\n                    console.log(\"Permission granted to use \"+permission);\r\n                    break;\r\n                case cordova.plugins.diagnostic.permissionStatus.NOT_REQUESTED:\r\n                    console.log(\"Permission to use \"+permission+\" has not been requested yet\");\r\n                    break;\r\n                case cordova.plugins.diagnostic.permissionStatus.DENIED_ONCE:\r\n                    console.log(\"Permission denied to use \"+permission+\" - ask again?\");\r\n                    break;\r\n                case cordova.plugins.diagnostic.permissionStatus.DENIED_ALWAYS:\r\n                    console.log(\"Permission permanently denied to use \"+permission+\" - guess we won't be using it then!\");\r\n                    break;\r\n            }\r\n        }\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    },[\r\n        cordova.plugins.diagnostic.permission.ACCESS_FINE_LOCATION,\r\n        cordova.plugins.diagnostic.permission.ACCESS_COARSE_LOCATION\r\n    ]);\r\n\r\n### requestRuntimePermission()\r\n\r\nPlatforms: Android\r\n\r\nRequests app to be granted authorisation for a runtime permission.\r\n\r\nNote: this is intended for Android 6 / API 23 and above. Calling on Android 5.1 / API 22 and below will have no effect as the permissions are already granted at installation time.\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback - function to call on successful request for runtime permission.\r\nThe function is passed a single string parameter which defines the resulting [permission status](#permissionstatus-constants)\r\n- {Function} errorCallback - function to call on failure to request authorisation.\r\nThe function is passed a single string parameter containing the error message.\r\n- {String} permission - permission to request authorisation for, defined as a [runtime permission constant](#dangerous-runtime-permissions).\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.requestRuntimePermission(function(status){\r\n        switch(status){\r\n            case cordova.plugins.diagnostic.permissionStatus.GRANTED:\r\n                console.log(\"Permission granted to use the camera\");\r\n                break;\r\n            case cordova.plugins.diagnostic.permissionStatus.NOT_REQUESTED:\r\n                console.log(\"Permission to use the camera has not been requested yet\");\r\n                break;\r\n            case cordova.plugins.diagnostic.permissionStatus.DENIED_ONCe:\r\n                console.log(\"Permission denied to use the camera - ask again?\");\r\n                break;\r\n            case cordova.plugins.diagnostic.permissionStatus.DENIED_ALWAYS:\r\n                console.log(\"Permission permanently denied to use the camera - guess we won't be using it then!\");\r\n                break;\r\n        }\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    }, cordova.plugins.diagnostic.permission.CAMERA);\r\n\r\n### requestRuntimePermissions()\r\n\r\nPlatforms: Android\r\n\r\nRequests app to be granted authorisation for multiple runtime permissions.\r\n\r\nNote: this is intended for Android 6 / API 23 and above. Calling on Android 5.1 / API 22 and below will always return GRANTED status as permissions are already granted at installation time.\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback - function to call on successful request for runtime permissions.\r\nThe function is passed a single object parameter which defines a key/value map, where the key is the [runtime permission](#dangerous-runtime-permissions) to request, and the value is the current [permission status](#permissionstatus-constants).\r\n- {Function} errorCallback - function to call on failure to request authorisation.\r\nThe function is passed a single string parameter containing the error message.\r\n- {Array} permissions - list of permissions to request authorisation for, defined as [runtime permission constants](#dangerous-runtime-permissions).\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.requestRuntimePermissions(function(statuses){\r\n        for (var permission in statuses){\r\n            switch(statuses[permission]){\r\n                case cordova.plugins.diagnostic.permissionStatus.GRANTED:\r\n                    console.log(\"Permission granted to use \"+permission);\r\n                    break;\r\n                case cordova.plugins.diagnostic.permissionStatus.NOT_REQUESTED:\r\n                    console.log(\"Permission to use \"+permission+\" has not been requested yet\");\r\n                    break;\r\n                case cordova.plugins.diagnostic.permissionStatus.DENIED_ONCE:\r\n                    console.log(\"Permission denied to use \"+permission+\" - ask again?\");\r\n                    break;\r\n                case cordova.plugins.diagnostic.permissionStatus.DENIED_ALWAYS:\r\n                    console.log(\"Permission permanently denied to use \"+permission+\" - guess we won't be using it then!\");\r\n                    break;\r\n            }\r\n        }\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    },[\r\n        cordova.plugins.diagnostic.permission.ACCESS_FINE_LOCATION,\r\n        cordova.plugins.diagnostic.permission.ACCESS_COARSE_LOCATION\r\n    ]);\r\n\r\n### isRequestingPermission()\r\n\r\nPlatforms: Android\r\n\r\nIndicates if the plugin is currently requesting a runtime permission via the native API.\r\nNote that only one request can be made concurrently because the native API cannot handle concurrent requests,\r\nso the plugin will invoke the error callback if attempting to make more than one simultaneous request.\r\nMultiple permission requests should be grouped into a single call since the native API is setup to handle batch requests of multiple permission groups.\r\n\r\n    var isRequesting = cordova.plugins.diagnostic.isRequestingPermission();\r\n\r\n#### Example usage\r\n\r\n    var isRequesting = cordova.plugins.diagnostic.isRequestingPermission();\r\n    if(!isRequesting){\r\n        requestSomePermissions();\r\n    }else{\r\n        cordova.plugins.diagnostic.registerPermissionRequestCompleteHandler(function(statuses){\r\n            cordova.plugins.diagnostic.registerPermissionRequestCompleteHandler(null); // de-register handler after single call\r\n            requestSomePermissions();\r\n        });\r\n    }\r\n\r\n### registerPermissionRequestCompleteHandler()\r\n\r\nPlatforms: Android\r\n\r\nRegisters a function to be called when a runtime permission request has completed.\r\nPass in a falsey value to de-register the currently registered function.\r\n\r\n    cordova.plugins.diagnostic.registerPermissionRequestCompleteHandler(successCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when a runtime permission request has completed.\r\nThe function is passed a single object parameter which defines a key/value map, where the key is the permission requested (defined as a value in cordova.plugins.diagnostic.permission) and the value is the resulting authorisation status of that permission as a value in cordova.plugins.diagnostic.permissionStatus.\r\n\r\n#### Example usage\r\n\r\n    function onPermissionRequestComplete(statuses){\r\n        console.info(\"Permission request complete\");\r\n        for (var permission in statuses){\r\n            switch(statuses[permission]){\r\n                case cordova.plugins.diagnostic.permissionStatus.GRANTED:\r\n                    console.log(\"Permission granted to use \"+permission);\r\n                    break;\r\n                case cordova.plugins.diagnostic.permissionStatus.NOT_REQUESTED:\r\n                    console.log(\"Permission to use \"+permission+\" has not been requested yet\");\r\n                    break;\r\n                case cordova.plugins.diagnostic.permissionStatus.DENIED_ONCE:\r\n                    console.log(\"Permission denied to use \"+permission);\r\n                    break;\r\n                case cordova.plugins.diagnostic.permissionStatus.DENIED_ALWAYS:\r\n                    console.log(\"Permission permanently denied to use \"+permission);\r\n                    break;\r\n            }\r\n        }\r\n        cordova.plugins.diagnostic.registerPermissionRequestCompleteHandler(null); // de-register handler\r\n    }\r\n    cordova.plugins.diagnostic.registerPermissionRequestCompleteHandler(onPermissionRequestComplete);\r\n\r\n### isDataRoamingEnabled()\r\n\r\nPlatforms: Android\r\n\r\nChecks if the device data roaming setting is enabled.\r\nReturns true if data roaming is enabled.\r\nNot available on Android 12L / API 32+\r\n\r\n    cordova.plugins.diagnostic.isDataRoamingEnabled(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when the operation is successful.\r\nThe function is passed a single boolean parameter which is TRUE if data roaming is enabled.\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isDataRoamingEnabled(function(enabled){\r\n        console.log(\"Data roaming is \" + (enabled ? \"enabled\" : \"disabled\"));\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    });\r\n\r\n\r\n### isADBModeEnabled()\r\n\r\nPlatforms: Android\r\n\r\nChecks if the device setting for ADB(debug) is switched on.\r\nReturns true if ADB(debug) setting is switched on.\r\n\r\n    cordova.plugins.diagnostic.isADBModeEnabled(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is passed a single boolean parameter which is TRUE if ADB mode(debug mode) is switched on.\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isADBModeEnabled(function(enabled){\r\n        console.log(\"ADB mode(debug mode) is \" + (enabled ? \"enabled\" : \"disabled\"));\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    });\r\n\r\n### isDeviceRooted()\r\n\r\nPlatforms: Android\r\n\r\nChecks if the device is rooted.\r\nReturns true if the device is rooted.\r\n\r\n    cordova.plugins.diagnostic.isDeviceRooted(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is passed a single boolean parameter which is TRUE if the device is rooted.\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isDeviceRooted(function(rooted){\r\n        console.log(\"device is \" + (rooted ? \"rooted\" : \"not rooted\"));\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    });\r\n\r\n\r\n### isBackgroundRefreshAuthorized()\r\n\r\nPlatforms: iOS\r\n\r\nChecks if the application is authorized for background refresh.\r\n\r\n    cordova.plugins.diagnostic.isBackgroundRefreshAuthorized(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is passed a single boolean parameter which is TRUE if background refresh access is authorized for use.\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isBackgroundRefreshAuthorized(function(authorized){\r\n        console.log(\"App is \" + (authorized ? \"authorized\" : \"not authorized\") + \" to perform background refresh\");\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    });\r\n\r\n### getBackgroundRefreshStatus()\r\n\r\nPlatforms: iOS\r\n\r\nReturns the background refresh authorization status for the application.\r\n\r\n    cordova.plugins.diagnostic.getBackgroundRefreshStatus(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is passed a single string parameter which indicates the authorization status as a [permissionStatus constant](#permissionstatus-constants).\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.getBackgroundRefreshStatus(function(status){\r\n        if(status === cordova.plugins.diagnostic.permissionStatus.GRANTED){\r\n            console.log(\"Background refresh is allowed\");\r\n        }\r\n    }, function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    });\r\n\r\n### cpuArchitecture constants\r\n\r\nPlatforms: Android and iOS\r\n\r\nDefines constants for the various CPU architectures of the current hardware returned by [getArchitecture()](#getarchitecture).\r\n\r\n    cordova.plugins.diagnostic.cpuArchitecture\r\n\r\n#### Android\r\n\r\n- `UNKNOWN` - Unknown CPU architecture\r\n- `ARMv6` - ARM v6 or below (32 bit)\r\n- `ARMv7` - ARM v7 (32 bit)\r\n- `ARMv8` - ARM v8 (64 bit)\r\n- `X86` - Intel x86 (32 bit)\r\n- `X86_64` - Intel x86 (64 bit)\r\n- `MIPS` - MIPS (32 bit)\r\n- `MIPS_64` - MIPS (64 bit)\r\n\r\n#### iOS\r\n\r\n- `UNKNOWN` - Unknown CPU architecture\r\n- `ARMv6` - ARM v6 or below (32 bit)\r\n- `ARMv7` - ARM v7 (32 bit)\r\n- `ARMv8` - ARM v8 (64 bit)\r\n- `X86` - Intel x86 (32 bit)\r\n- `X86_64` - Intel x86 (64 bit)\r\n\r\n#### Example usage\r\n\r\nSee [getArchitecture()](#getarchitecture).\r\n\r\n\r\n### getArchitecture()\r\n\r\nPlatforms: Android and iOS\r\n\r\nReturns the CPU architecture of the current device.\r\n\r\n    cordova.plugins.diagnostic.getArchitecture(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is passed a single boolean parameter which indicates the location authorization status as a [cpuArchitecture constant](#cpuarchitecture-constants).\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.getArchitecture(function(arch){\r\n        if(arch === cordova.plugins.diagnostic.cpuArchitecture.X86\r\n        || arch === cordova.plugins.diagnostic.cpuArchitecture.X86_64){\r\n            console.log(\"Intel inside\");\r\n        }\r\n    }, function(error){\r\n        console.error(error);\r\n    });\r\n\r\n\r\n### restart()\r\n\r\nPlatforms: Android\r\n\r\nRestarts the application.\r\nBy default, a \"warm\" restart will be performed in which the main Cordova activity is immediately restarted, causing the Webview instance to be recreated.\r\n\r\nHowever, if the `cold` parameter is set to true, then the application will be \"cold\" restarted, meaning a system exit will be performed, causing the entire application to be restarted.\r\nThis is useful if you want to fully reset the native application state but will cause the application to briefly disappear and re-appear.\r\n\r\nNote: There is no `successCallback()` since if the operation is successful, the application will restart immediately before any success callback can be applied.\r\n\r\n    cordova.plugins.diagnostic.restart(errorCallback, cold);\r\n\r\n#### Parameters\r\n\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n- {Boolean} cold - if true the application will be cold restarted. Defaults to false.\r\n\r\n\r\n#### Example usage\r\n\r\n    var onError = function(error){\r\n        console.error(\"The following error occurred: \"+error);\r\n    }\r\n\r\n    // Warm restart\r\n    cordova.plugins.diagnostic.restart(onError, false);\r\n\r\n    // Cold restart\r\n    cordova.plugins.diagnostic.restart(onError, true);\r\n\r\n\r\n### enableDebug()\r\n\r\nPlatforms: Android and iOS\r\n\r\nEnables the plugin's debug mode, which logs native debug messages related to anything done with the plugin to the native and JS consoles.\r\n- For Android, log messages will appear in the native logcat output and in the JS console if Chrome Developer Tools is connected to the app Webview.\r\n- For iOS, log messages will appear in the native Xcode console output and in the JS console if Safari Web Inspector is connected to the app Webview.\r\n- Debug mode is initially disabled on plugin initialisation.\r\n\r\n```\r\ncordova.plugins.diagnostic.enableDebug(successCallback);\r\n```\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback - The callback which will be called when debug has been enabled.\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.enableDebug(function(){\r\n        console.log(\"Debug is enabled\"));\r\n    });\r\n\r\n### getCurrentBatteryLevel()\r\n\r\nPlatforms: Android and iOS\r\n\r\nReturns the current battery level of the device as a percentage.\r\n\r\n\r\n    cordova.plugins.diagnostic.getCurrentBatteryLevel(successCallback, successCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is passed a single `int` parameter which indicates the current battery level percentage.\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single `string` parameter containing the error message.\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.getCurrentBatteryLevel(function(level){\r\n        console.log(`Current battery level is ${level}%`);\r\n    });\r\n\r\n### isAirplaneModeEnabled()\r\n\r\nPlatforms: Android\r\n\r\nChecks if Airplane mode is currently enabled.\r\n\r\n\r\n    cordova.plugins.diagnostic.isAirplaneModeEnabled(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is passed a single boolean parameter which is TRUE if Airplane mode is enabled.\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isAirplaneModeEnabled(function(enabled){\r\n        console.log(`Airplane mode is currently ${enabled ? 'enabled' : 'disabled'}`);\r\n    });\r\n\r\n    \r\n### isMobileDataEnabled()\r\n\r\nPlatforms: Android\r\n\r\nChecks if mobile (cellular) data is currently enabled in the device settings.\r\n\r\nRequires permission `<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />`\r\n\r\n\r\n    cordova.plugins.diagnostic.isMobileDataEnabled(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is passed a single boolean parameter which is TRUE if mobile data is enabled.\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isMobileDataEnabled(function(enabled){\r\n        console.log(`Mobile data is currently ${enabled ? 'enabled' : 'disabled'}`);\r\n    });``\r\n\r\n### isMobileDataAuthorized()\r\n\r\nPlatforms: iOS\r\n\r\nChecks if mobile data is authorized for this app.\r\n\r\nReturns true if the per-app Mobile Data setting is set to enabled (regardless of whether the device is currently connected to a cellular network)\r\n\r\n    cordova.plugins.diagnostic.isMobileDataAuthorized(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\n  The function is passed a single boolean parameter which is TRUE if mobile data is authorized.\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\n  The function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isMobileDataAuthorized(function(authorized){\r\n        console.log(`Mobile data is currently ${authorized ? 'authorized' : 'unauthorized'}`);\r\n    });\r\n    \r\n### isAccessibilityModeEnabled()\r\n\r\nPlatforms: Android and iOS\r\n\r\nChecks if Accessibility Mode (Talkback on Android, VoiceOver on iOS) is currently enabled on the device.\r\n\r\n    cordova.plugins.diagnostic.isAccessibilityModeEnabled(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when the operation is successful.\r\nThis callback function is passed a single boolean parameter which is TRUE if accessibility mode is enabled.\r\n- {Function} errorCallback -  The callback which will be called when the operation encounters an error.\r\n This callback function is passed a single string parameter containing the error message.\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isAccessibilityModeEnabled(function(enabled){\r\n        console.log(`Accessibility Mode is currently ${enabled ? 'enabled' : 'disabled'}`);\r\n    });\r\n    \r\n\r\n### isTouchExplorationEnabled()\r\n\r\nPlatforms: Android\r\n\r\nChecks if touch exploration (in accessibility mode) is currently enabled on the device.\r\n\r\n    cordova.plugins.diagnostic.isTouchExplorationEnabled(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when the operation is successful.\r\nThis callback function is passed a single boolean parameter which is TRUE if touch exploration (in accessibility mode) is enabled.\r\n- {Function} errorCallback -  The callback which will be called when the operation encounters an error.\r\n This callback function is passed a single string parameter containing the error message.\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isTouchExplorationEnabled(function(enabled){\r\n        console.log(`touch exploration is currently ${enabled ? 'enabled' : 'disabled'}`);\r\n    });\r\n    \r\n\r\n### getDeviceOSVersion()\r\n\r\nPlatforms: Android and iOS\r\n\r\nReturns details of the OS of the device on which the app is currently running.\r\n\r\n\r\n    cordova.plugins.diagnostic.getDeviceOSVersion(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is  passed a single object parameter with the following fields:\r\n    - {string} version - version string of the OS e.g. \"11.0\"\r\n    - {integer} apiLevel - API level of the OS e.g. 30 on Android / 16000 on iOS\r\n    - {string} apiName - code name for API level e.g. \"FROYO\" on Android / \"11.0\" on iOS\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.getDeviceOSVersion(function(details){\r\n        console.log(`Version: ${details.version}`); // \"13.0\"\r\n        console.log(`API level: ${details.apiLevel}`); // 33\r\n        console.log(`API name: ${details.apiName}`); // \"TIRAMISU\"\r\n    });\r\n\r\n### getBuildOSVersion()\r\n\r\nPlatforms: Android and iOS\r\n\r\nReturns details of the SDK levels used to build the app.\r\n\r\n\r\n    cordova.plugins.diagnostic.getBuildOSVersion(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when operation is successful.\r\nThe function is  passed a single object parameter with the following fields:\r\n    - {integer} targetApiLevel - API level of the target SDK (used to build the app) e.g. 30 on Android / 16000 on iOS\r\n    - {string} targetApiName - code name for API level of the target SDK e.g. \"FROYO\" on Android / \"11.0\" on iOS\r\n    - {integer} minApiLevel - API level of the minimum SDK (lowest on which the app can be installed) e.g. 30 on Android / 16000 on iOS\r\n    - {string} minApiName - code name for API level of the minimum SDK e.g. \"FROYO\" on Android / \"11.0\" on iOS\r\n- {Function} errorCallback -  The callback which will be called when operation encounters an error.\r\nThe function is passed a single string parameter containing the error message.\r\n\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.getBuildOSVersion(function(details){\r\n        console.log(`Target API level: ${details.targetApiLevel}`); // 33\r\n        console.log(`Target API name: ${details.targetApiLevel}`); // \"TIRAMISU\"\r\n        console.log(`Minimum API level: ${details.targetApiLevel}`); // 21\r\n        console.log(`Target API name: ${details.targetApiLevel}`); // \"LOLLIPOP\"\r\n    });\r\n\r\n### isDebugBuild()\r\n\r\nPlatforms: Android & iOS\r\n\r\nChecks if currently running app build is a debug build.\r\n\r\n    cordova.plugins.diagnostic.isDebugBuild(successCallback, errorCallback);\r\n\r\n#### Parameters\r\n\r\n- {Function} successCallback -  The callback which will be called when the operation is successful.\r\n  This callback function is passed a single boolean parameter which is TRUE if touch exploration (in accessibility mode) is enabled.\r\n- {Function} errorCallback -  The callback which will be called when the operation encounters an error.\r\n  This callback function is passed a single string parameter containing the error message.\r\n\r\n#### Example usage\r\n\r\n    cordova.plugins.diagnostic.isDebugBuild(function(isDebug){\r\n        console.log(`current app build type is: ${isDebug ? 'debug' : 'release'}`);\r\n    });\r\n\r\n## Location module\r\n\r\nPurpose: Location/GPS functionality\r\n\r\nPlatforms: Android & iOS\r\n\r\nConfiguration name: `LOCATION`\r\n\r\n### locationMode constants\r\n\r\nPlatforms: Android\r\n\r\nDefines constants for the various location modes on Android.\r\n\r\n    cordova.plugins.diagnostic.locationMode\r\n\r\n#### Values\r\n\r\n- `HIGH_ACCURACY` - GPS hardware, network triangulation and Wifi network IDs (high and low accuracy)\r\n- `BATTERY_SAVING` - Network triangulation and Wifi network IDs (low accuracy)\r\n- `DEVICE_ONLY` -  GPS hardware (high accuracy)\r\n- `LOCATION_OFF` - Location services disabled (no accuracy)\r\n\r\n#### Example\r\n\r\n    cordova.plugins.diagnostic.getLocationMode(function(locationMode){\r\n        switch(locationMode){\r\n            case cordova.plugins.diagnostic.locationMode.HIGH_ACCURACY:\r\n                console.log(\"High accuracy\");\r\n                break;\r\n            case cordova.plugins.diagnostic.locationMode.BATTERY_SAVING:\r\n                console.log(\"Battery saving\");\r\n                break;\r\n            case cordova.plugins.diagnostic.locationMode.DEVICE_ONLY:\r\n                console.log(\"Device only\");\r\n                break;\r\n            case co","repository":{"type":"git","url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git"},"users":{"logik":true,"mahnuh":true,"zlatip":true,"asaupup":true,"fjllsoy":true,"jackvial":true,"rkopylkov":true,"byte.tales":true,"tangweikun":true,"writeosahon":true,"maycon_ribeiro":true},"bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"license":"MIT","versions":{"0.0.1":{"name":"cordova.plugins.diagnostic","version":"0.0.1","keywords":["ecosystem:cordova","cordova","cordova-android","cordova-ios","phonegap","diagnostic","wifi","location","camera","settings"],"_id":"cordova.plugins.diagnostic@0.0.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"9727bba43a6c6963d0981c916f50883b6d9e6de3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-0.0.1.tgz","integrity":"sha512-GL3DUZf63uJlffp17Df0CfDBpCcDqTTs9UGn5w1y8lbyB87p7mvsjaIo+833Rsm/a3pDZhZNuHZHvq3RBm46yg==","signatures":[{"sig":"MEUCIQDFIGfU4SisqDq7FKpeSlvkLV8VYmaot03RqQra8s7rWQIge4CAY3/3gGeq8y4o6bIDsQzJ+/LHgqYrJJr5hY05XCM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"9727bba43a6c6963d0981c916f50883b6d9e6de3","cordova":{"id":"cordova.plugins.diagnostic"},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"6db93bdc5c442ca2d43066b88d5731840c9230a2","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.11.2","description":"This Cordova/Phonegap plugin is used to check Location/WiFi/Camera device settings.","directories":{},"_nodeVersion":"0.10.33","cordova_name":"Diagnostic"},"1.0.0":{"name":"cordova.plugins.diagnostic","version":"1.0.0","keywords":["ecosystem:cordova","cordova","cordova-android","cordova-ios","phonegap","diagnostic","wifi","location","camera","settings"],"_id":"cordova.plugins.diagnostic@1.0.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"a7d4fe07d65a7828675964694e7b127d8a829f88","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-1.0.0.tgz","integrity":"sha512-IRa7eZpLoLO/Q25NI4uPbRLRLw2s10UgZB13IJQwQbL3HJdvxBzZq+IYadI9Olzho52PNbX/hK01pNq4uWmYrg==","signatures":[{"sig":"MEUCIB5+a+vINagqeq9nTZlQA2Ic0xAFXSMTqlFUPq5KUeu8AiEAkXJAH/KOMLiWVS2BtvUIeDGW0ABllgKCXDv3/9J+od0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"a7d4fe07d65a7828675964694e7b127d8a829f88","cordova":{"id":"cordova.plugins.diagnostic"},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"af85f3196d0ffdf04feb2f20242fa63a40fe1af0","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.11.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.10.13","cordova_name":"Diagnostic"},"1.1.0":{"name":"cordova.plugins.diagnostic","version":"1.1.0","keywords":["ecosystem:cordova","cordova","cordova-android","cordova-ios","phonegap","diagnostic","wifi","location","camera","settings"],"_id":"cordova.plugins.diagnostic@1.1.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"24393f0112b5da6a348d6744e235c184f958692e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-1.1.0.tgz","integrity":"sha512-QK4stfnAtLkyPI3dkeg559iTugSqepZtbLcwFJGsdTVZ6QVjX0Vx79FT6ZgWOUl7smflUdoymkdSx9Pe2KcHwA==","signatures":[{"sig":"MEYCIQCVMlfZqZwzz7GGqBTJ4tVMoUlREOBZRLaMUvZ6vtK7GgIhAMIOf2xcC6QPnesoIOUqmAF+l3LOFCV+XTRvFYKsJ+Vy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"24393f0112b5da6a348d6744e235c184f958692e","cordova":{"id":"cordova.plugins.diagnostic"},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"4894748eb9af01bde4efc5238a3bdc410bde9c67","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.11.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.10.13","cordova_name":"Diagnostic"},"1.1.1":{"name":"cordova.plugins.diagnostic","version":"1.1.1","keywords":["ecosystem:cordova","cordova","cordova-android","cordova-ios","phonegap","diagnostic","wifi","location","camera","settings"],"_id":"cordova.plugins.diagnostic@1.1.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"22fdbe32b7052ef853640df83c5f402203c4efb5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-1.1.1.tgz","integrity":"sha512-CBkFmazqhc5rLyp3KcpYg7plqL0rRRTPlvvJ9p5ZXsWiCh8URlo+M5rS4KAuL7ofoiQKFx0nTo6tNERvGdf7VQ==","signatures":[{"sig":"MEQCIHcfmAZEyUyzl0vs2lDBwELYpH4SVX+zi52D0XRJNOGNAiBqyjvgyneaGwWL+Q+B3Wu4JFguDw+cCh0S+oQCQSZDiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"22fdbe32b7052ef853640df83c5f402203c4efb5","cordova":{"id":"cordova.plugins.diagnostic"},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"01c3ec0ddc50e3f9471c9f1a3cd09c08268e3340","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.14.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.10.13","cordova_name":"Diagnostic"},"2.0.0":{"name":"cordova.plugins.diagnostic","version":"2.0.0","keywords":["ecosystem:cordova","cordova","cordova-android","cordova-ios","phonegap","diagnostic","wifi","location","camera","settings"],"_id":"cordova.plugins.diagnostic@2.0.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"c6da36e2dddf5d9a071ac33c106447d0b29a441b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.0.0.tgz","integrity":"sha512-4XglvgvPphwzP1x1z+eT+xZFoIJSaPh8iFd2rU6JShdYhPfRhRP4E0IfQ4Sm5em1jMLq7R3ptELfNnFzEqIBjg==","signatures":[{"sig":"MEUCIBAAmlKRz/u5PnwnhDyBGWf2msZ1GnuWEhof4ApGFSM0AiEA8UuWfw+L7+kDdwf88E4kLtx5ZxpLCqTElCxhn6xKUb0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"c6da36e2dddf5d9a071ac33c106447d0b29a441b","cordova":{"id":"cordova.plugins.diagnostic"},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"14b3f6da8abe7b84d91859cda965a71a30835c6a","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.14.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.10.13","cordova_name":"Diagnostic"},"2.0.1":{"name":"cordova.plugins.diagnostic","version":"2.0.1","keywords":["ecosystem:cordova","cordova","cordova-android","cordova-ios","phonegap","diagnostic","wifi","location","camera","settings"],"_id":"cordova.plugins.diagnostic@2.0.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"9aec297fa968eb5b482c4e223d845185b59d89d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.0.1.tgz","integrity":"sha512-z5TiHxd4a3NZaTE2RMS+Ax1Ujh2b6bjR25MMvB94SVQ+ccvfrReF7bfjPXejgW5202AW3Isu832kXwy4Oqt8hw==","signatures":[{"sig":"MEQCIFcK76RrGUHEr4yFR8tOMe9Ynw4dUY5a+zHI6h/NMe50AiBGihLCzvILvA9NNMSlQZ9aUW6TMFPcWw2hy9nqAr5AXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"9aec297fa968eb5b482c4e223d845185b59d89d6","cordova":{"id":"cordova.plugins.diagnostic"},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"14625c034100b813369e907215e321b3beba25cf","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.14.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.10.13","cordova_name":"Diagnostic"},"2.1.0":{"name":"cordova.plugins.diagnostic","version":"2.1.0","keywords":["ecosystem:cordova","cordova","cordova-android","cordova-ios","phonegap","diagnostic","wifi","location","camera","settings"],"_id":"cordova.plugins.diagnostic@2.1.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"7202a62238e63fb9aa26f196c0fc0085b33fc78f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.1.0.tgz","integrity":"sha512-pGwjiFk3jsgIjBpQIZlnZJbepLoK7iz1b2G+kwVNLoD06GNxl/22a52FrmzoFPCOngkXQgaNvOQWi2/U+X3lBQ==","signatures":[{"sig":"MEUCIHtRqWyWJ/xtdnjD0e4OV/CPFemSdm7KqxPPKbIu5Y6fAiEAmSYGKDzihnezTq0J+LiOPpbSuQ6G8Jq8SHv/akpF9pA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"7202a62238e63fb9aa26f196c0fc0085b33fc78f","cordova":{"id":"cordova.plugins.diagnostic"},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"2a2305c4948961e2d200912daba2cc4e02037cd7","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.14.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.10.13","cordova_name":"Diagnostic"},"2.2.1":{"name":"cordova.plugins.diagnostic","version":"2.2.1","keywords":["ecosystem:cordova","cordova","cordova-android","cordova-ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"_id":"cordova.plugins.diagnostic@2.2.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"146e009e1c9c8784dd35ab2ce7e879000a325581","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.2.1.tgz","integrity":"sha512-Mpnn1SeAqtVH/nma+B/W6ovFv1fhBFinF21hX5sLi8eVKFzSJOO1NzMlFTz2ozU6vXQjcEys5jGa1XuYVmduAQ==","signatures":[{"sig":"MEQCIDjxK5K/EI5XcAFpJtttte+AZUck35eMl9g1c+MupPBjAiAX28xmhhnSfT/CyBADnz+hkh9QAMwP4Fq6UahBXARR6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"146e009e1c9c8784dd35ab2ce7e879000a325581","cordova":{"id":"cordova.plugins.diagnostic"},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"3c2c9f9f34466883f86bfc7956329d802506288c","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.14.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.10.13","cordova_name":"Diagnostic"},"2.2.2":{"name":"cordova.plugins.diagnostic","version":"2.2.2","keywords":["ecosystem:cordova","cordova","cordova-android","cordova-ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"_id":"cordova.plugins.diagnostic@2.2.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"01dc2af032ac6c2048609803e58120b7b0aafb99","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.2.2.tgz","integrity":"sha512-RwQER4Pxcn06nHP6rv8quiXkWAaKIzG9InN9H+uwBdgxnpzO+qzl0Ri6yfOt0lZI9sdcOFfEnWbEdH5x/inKmg==","signatures":[{"sig":"MEUCIAFCmIqVJQXZLfc3W1JYW8SAjv9T3M7iLVvb/vrTgWapAiEA+sJdFsEV0Zgzpj84BHMARU624BFV5PRaQaDDx8QsV64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"01dc2af032ac6c2048609803e58120b7b0aafb99","cordova":{"id":"cordova.plugins.diagnostic"},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"e08608b596702280b66fe6eaf35c59baba827d6d","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"platforms":["android","ios"],"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.14.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.10.13","cordova_name":"Diagnostic"},"2.2.3":{"name":"cordova.plugins.diagnostic","version":"2.2.3","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.2.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"f6726acda6125201398492d088db079fe01d6a3f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.2.3.tgz","integrity":"sha512-wpBbabgN79qMZoglvYpBbqNfz1mFNBkLvmXOHt9dbfz+PDZqJdVvtvVxVD8QAOMkPR09JO1l3Dq4MdmjNneZPQ==","signatures":[{"sig":"MEYCIQDMAI7rHDYFJhVAejuuaKZWHUURPVGA64YHgEnajq7n+AIhAON5BDS+cYsf1b/CfYC86mLbSn/W715PloF9vbVGeFaH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"f6726acda6125201398492d088db079fe01d6a3f","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"602a22d0ac82a7dbed0089d3a531755b815d9823","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.14.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.10.13","cordova_name":"Diagnostic"},"2.2.4":{"name":"cordova.plugins.diagnostic","version":"2.2.4","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.2.4","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"8fa66967860015b8d68885b0644aa8c72003ae53","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.2.4.tgz","integrity":"sha512-ygBeWkuIAwUDmdn1InUOMZXMy0qlf04S11YBHLv6GewnMxLWBzgEJLL3bX/fVaP9slzFJq72pq3+oGdvpkOGPQ==","signatures":[{"sig":"MEUCICoWSGj/WFD7FUwMqRw0V94g/XOkSQpFPb6RCgV5bB56AiEAnjLueYbuTh7SBWt4totLQax4cop9WxHcj2kkoLLokTs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"8fa66967860015b8d68885b0644aa8c72003ae53","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"e6aaf0af26fd83df7f5f9078c01f290346ff77f1","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.4.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"5.0.0","cordova_name":"Diagnostic"},"2.3.0":{"name":"cordova.plugins.diagnostic","version":"2.3.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"7f07ed6de85bdc1be94ce5a6bf67ecf9835c779f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.0.tgz","integrity":"sha512-tqji56shoX4DnoZe65XjqcZxn1hMuYZPnHQB5sDA9rgSSM8KjHNiqebsf+FNIVxC6+yrIjTuNnokWzNUPBmP3g==","signatures":[{"sig":"MEUCIQDuLZwvsAT1aOBnZpJCvJzANGzpol2IrsyLwkn3JNK8DQIgODuBmV6j+CJZ9pZSCbqLalJ6aYbSuelw6vDwOwcKpIc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"7f07ed6de85bdc1be94ce5a6bf67ecf9835c779f","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"5acdb4ebfb6fad86b48e089c18a06338bfaa73e3","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.4.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"5.0.0","cordova_name":"Diagnostic"},"2.3.1":{"name":"cordova.plugins.diagnostic","version":"2.3.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"218cdfd4274fcf2d67a2f65942813afeb8a2f063","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.1.tgz","integrity":"sha512-RoBS19DNtN6bEVFMg5SLpM/0BBRxWrifFul+muNsVzwogJGjZ1rhiITttkGr1F0XB4+X/awo3hQ3k4LB888oQg==","signatures":[{"sig":"MEUCIBArOFVtmfsO0g3G2Jyoy/bc8TH523ZpwHXNOFpBkfVFAiEAxaOJGxxexwkUktUX/uGYUVoNzF2XqIRGJJOfELKZbxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"218cdfd4274fcf2d67a2f65942813afeb8a2f063","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"273326675494b0fa356f12fff3b62ae80a9a3532","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.4.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"5.0.0","cordova_name":"Diagnostic"},"2.3.2":{"name":"cordova.plugins.diagnostic","version":"2.3.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"571302651f0abbb7ce308361fbf7a9476d84b308","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.2.tgz","integrity":"sha512-bvhszv0lDo4rbKUyBtAc0CIar1Dr+SFvgmjRLRvjuFejS8ik3QMzTjSNK2uGT5tHyqkTQYmM/qUmmkyjtxEb2Q==","signatures":[{"sig":"MEQCIHF4vzmYiLzzkwbKtfnB2jKajrK849bodublL/Q08bXDAiAtSiMp5TGgksOAmL/Nbhuj/pAFaI6AfW/pYVozUnIEvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"571302651f0abbb7ce308361fbf7a9476d84b308","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"12f6dbeab49a07045cf439378164c7a1f801e6df","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.4.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"5.0.0","cordova_name":"Diagnostic"},"2.3.3":{"name":"cordova.plugins.diagnostic","version":"2.3.3","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"092fbfd2547ff668c75042aa63e54f6bd1ff51ac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.3.tgz","integrity":"sha512-bJfl9j70IJI3MoD/NmX/qCRUqDcloMt+30/lurHiUhSZ9VB+hSpJ6b/nbPrQZVOyG0g8fAnF7rehd5nE3u+7GQ==","signatures":[{"sig":"MEUCIQCW2IJUlKtZHl6T63XND5+NxbBRyVfhYFe64lSlTjJM2QIgS2/in+zCJnOzQr81Ecaobc/ByKDdDCE6EhjCdlRqUpQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"092fbfd2547ff668c75042aa63e54f6bd1ff51ac","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"3008a533ae68793ccb830461410c4c62c66f78e1","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.4.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"5.0.0","cordova_name":"Diagnostic"},"2.3.4":{"name":"cordova.plugins.diagnostic","version":"2.3.4","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.4","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"fa98ec20ad53133612d7732e3f10b1db3cf912e8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.4.tgz","integrity":"sha512-SMH6lc0C6SpoX0v/js3Kti8MwUOB+tptjeYBnS9Qeg6F80Myh4HlSDn2qV5jXVUlTDIo029rFvBoTTUnWBFKfg==","signatures":[{"sig":"MEUCIFml8UoeNVua0PQxbgzmuUb3zvrPcj+CYnp+WIKZ9zIMAiEArRQUjy1SY37T1k29THa6NXJ6IztfxlqlK4ibIbvBCPo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"fa98ec20ad53133612d7732e3f10b1db3cf912e8","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"04171cd973d7fb923244682889753180bc37e599","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"5.0.0","cordova_name":"Diagnostic"},"2.3.5":{"name":"cordova.plugins.diagnostic","version":"2.3.5","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.5","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"ebeba4e6e9663e72907342cd84f32a9329db1418","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.5.tgz","integrity":"sha512-0l6tLt+PLWXOZbK4AlfbIZRqW9v5vLWtmTTw0uEDbix6GxBigVTH5MT/puVrpfaE67qHpz10JeRq3zBJtz2nKA==","signatures":[{"sig":"MEUCIHnV5CTRFEQgJcCo2bxQ1wN1S+/VY+kFmowjmgkrMbK4AiEA0dWHbXJPLPNhLd+CmGwlwny+1GuBaZf+oFar5vWAwoY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"ebeba4e6e9663e72907342cd84f32a9329db1418","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"943e503e441e9a407c7b2b903a73b36a4533833e","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"5.0.0","cordova_name":"Diagnostic"},"2.3.6":{"name":"cordova.plugins.diagnostic","version":"2.3.6","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.6","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"1b01aecdc8ab893472f4f53ade1a1254414c0905","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.6.tgz","integrity":"sha512-AlH2cBOkeogwdGsopFNl6yWL0cILO7NH7Ub7kU5Ex9t5WkyLtx56pbRlAmiHOJ7HwU8wGk6vhz8aEWXwzjXE7g==","signatures":[{"sig":"MEQCIC0AAwC1Kh4eKG8qGHlQyTYvhntpkjDK6RCx8y1Qu5XEAiAzz/AA+oTCaAP7Yc0T5Avhxkwxt1MCZlEB4QvoGGmp7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"1b01aecdc8ab893472f4f53ade1a1254414c0905","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"f78947d9ed960c85bd3cf97916ff8a0db720208c","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"5.0.0","cordova_name":"Diagnostic"},"2.3.7":{"name":"cordova.plugins.diagnostic","version":"2.3.7","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.7","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"19d6530598a4b7412fa6b59c88dc15f7cd3ba19b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.7.tgz","integrity":"sha512-a+bhxKiArD4ZOnRokTQlrL3MBgxPIJ5r8fesJtarddAjYU8QrYfIv5wlaGc2IL0bZQGhcZEm2kV0nP6OuC9Ixg==","signatures":[{"sig":"MEUCIHwyhK+OjhiDGkN4QHCT9ygYugj4MkxJBtdVaxedaqBPAiEAhZjIfy63Cum8eXUVz3LRUh1RO4gYM+huC+vy/s9UBOo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"19d6530598a4b7412fa6b59c88dc15f7cd3ba19b","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"bd8e18e73619a18c5ee0b82afd6515852049a21a","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"5.0.0","cordova_name":"Diagnostic"},"2.3.8":{"name":"cordova.plugins.diagnostic","version":"2.3.8","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.8","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"dfe67c43385bf2e844234524df9199f489b7bfdb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.8.tgz","integrity":"sha512-8VfGwIlTc+d4USD1NSB3cizfX5Bug4OTEvl7ckpk3+IhoCwn7FpAYBtBRyw51SbZhpw+oleIETachiiQpxlUtQ==","signatures":[{"sig":"MEQCIFlZx3oJ/Nb03RqXNOVv0YfG45GacBpx16nOkN2PpFDhAiAEzyDFiEBM4LJjLYQUsP98GjKDzAnMuOcAPrS0kbegrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"dfe67c43385bf2e844234524df9199f489b7bfdb","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":[{"name":"cordova","version":">=3.0.0"}],"gitHead":"d29c08bfb54d1d1870a83548517a1313eced1bdd","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic"},"2.3.9":{"name":"cordova.plugins.diagnostic","version":"2.3.9","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.9","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"45cd063e9fbb23f75789f5a83b08c8dcf4efe10d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.9.tgz","integrity":"sha512-1/+GqKvmOwPoO7YxPYbRblzZ8LmjRD9UI5UPxNAuUX1EDhg7r6bOb3+9nFnv3xsSRV/ZkhvHwXrcDP5ZWCwuGQ==","signatures":[{"sig":"MEUCIQCXEDfkTTzMWg7uR05fyKmN8WUgYbvf5Y4SFQK1a4H6/AIgXh4YGZtg9p9ZQSXupMRAPRli/DFokS1qXaLwstHKfAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"45cd063e9fbb23f75789f5a83b08c8dcf4efe10d","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"9e063203a46cdd6a7df2a042d31373abb3944219","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic"},"2.3.10":{"name":"cordova.plugins.diagnostic","version":"2.3.10","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.10","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"99dcc905d85e04ae249c81ec8ad5ac8c658a8df7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.10.tgz","integrity":"sha512-stp41vRNSsFRH4WMFZiDXo6b+MRS9lmj7bzNL/qWefYojKgnwslU4HKG0ga3So8NeD2Ej+hPoQkDTySRH+tqew==","signatures":[{"sig":"MEYCIQDPoe6i7frh5ZxsouAuNRYC6AyQIx3EONPF4kYnsu64bgIhANE7EG0RD8UbJ9Nzoe84FP3zSbwy0of2lAYis/Rp6KXF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"99dcc905d85e04ae249c81ec8ad5ac8c658a8df7","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"a7b8fc9091eadb8c6525a8c488ee17706b54ccc0","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic"},"2.3.11":{"name":"cordova.plugins.diagnostic","version":"2.3.11","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.11","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"224a522d0cdb18abe983e63aaf66a31b96335031","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.11.tgz","integrity":"sha512-5aq6Q0OjDiYJ4vJYy+zGDrDt8aOl5gJ7HMXK808z4YE9DPvAHP/A4Ky1eou0+lCsGTc/l5LzTp0FxsQv/wkgWA==","signatures":[{"sig":"MEUCIAwqFNwbHvJnm5CI2zf9baD10urGWbggevhSr+0q+RfJAiEAljiOkiM19A1sqKRrwr9v6im2VluhVOPZYl7fdv/IL1o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"224a522d0cdb18abe983e63aaf66a31b96335031","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"62febceb96a8abb67bdc7543c4c5535ce6d4ccda","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-2.3.11.tgz_1456350431540_0.0809341473504901","host":"packages-5-east.internal.npmjs.com"}},"2.3.12":{"name":"cordova.plugins.diagnostic","version":"2.3.12","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.12","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"23670271ac8f2eb9848dfdf733c1ad3556ea5d72","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.12.tgz","integrity":"sha512-e+ayfKC7IDkRfofV16wmVGaI0DcdEUMo0xlogjPhluy71GAsFuzrwnjW1LLjIU0x1KOiGsJIicW7s4CizPz6Ew==","signatures":[{"sig":"MEUCIQDusP1M7QtYvJrev9SJsYbNs0VaaKIK/mRUZt3L7DxvxgIgVh3GtPUIhGAW8yT3soUjeLZItGvRxCgS01l8EeKBLUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"23670271ac8f2eb9848dfdf733c1ad3556ea5d72","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"05bff55eb853359b9204c301ea5eccc152d89bb8","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-2.3.12.tgz_1458210433206_0.4853195333853364","host":"packages-12-west.internal.npmjs.com"}},"2.3.13":{"name":"cordova.plugins.diagnostic","version":"2.3.13","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.13","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"140e04d75144951cda8756b942188b6871a77cdb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.13.tgz","integrity":"sha512-HlA0Adj1OoVr4K00ko+zztTybtJ0M2GvvJJHLdL9OAs6VI4zcuVjN3yi34bJe7bM3qtYK3K7udgeUEUQVjkqcw==","signatures":[{"sig":"MEUCIQDpv0yJbnlyHkhKV8T8d69kKtAKTlK3tMrHFXZzlOAapAIgX7BH4ZEZ3iBocXKZNwl8ij6RU7IFoGYYPRRFveueqI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"140e04d75144951cda8756b942188b6871a77cdb","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"8bdbd93b4c54eb2ec8cda3781a903be28943168c","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-2.3.13.tgz_1458373396781_0.982232745969668","host":"packages-13-west.internal.npmjs.com"}},"2.3.14":{"name":"cordova.plugins.diagnostic","version":"2.3.14","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.14","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"84202d7c6aa13ca1b39d30df74036a55c839a61e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.14.tgz","integrity":"sha512-6ya67xvBfCnJw6jJl/YMgN/51BZKdwtPktixkSQ/q9UgpVq1Q4snRBWHBs4Tix7B9MGOKNDWXTcUWPtq5EXWxA==","signatures":[{"sig":"MEQCICkUWmdsWHAth5QNRTugUY4VEwUpM0PjNTNpq6DsL6iLAiBJqNXBoP0m34A8nHE1F5lk6n8HVCUnP2skiXNrmcNt0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"84202d7c6aa13ca1b39d30df74036a55c839a61e","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"f073c0cf94ac0be4d103abf01ff6899b9decca06","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-2.3.14.tgz_1458636793250_0.7180983850266784","host":"packages-13-west.internal.npmjs.com"}},"2.3.16":{"name":"cordova.plugins.diagnostic","version":"2.3.16","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.16","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"977347a4aec80acadeb5f6e131d9fd29e973511e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.16.tgz","integrity":"sha512-ZuvBEPtDkkzosSH87bYGYhAvGcVOsAxkGc1tC6GAtUvtxYbdXbXvYXd8Yztp3268h3wS1jmQ8KtrjRaYegEl7w==","signatures":[{"sig":"MEQCIBL/BpiefqINebzYILVNV4kcq3HY+CPAfU/vyoKvYnJyAiBVjIpwV4hHBYnOJ1lwosZ4ZAxfTGfwytn15fLitT969g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"977347a4aec80acadeb5f6e131d9fd29e973511e","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"a86ab6e83b5500c1e1069fa949cf63fea4484859","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-2.3.16.tgz_1461399574591_0.6835455654654652","host":"packages-12-west.internal.npmjs.com"}},"2.3.17":{"name":"cordova.plugins.diagnostic","version":"2.3.17","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@2.3.17","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"6f9510db22584872e308917c41aab762544325a7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-2.3.17.tgz","integrity":"sha512-hRKbDDlHZigiHokRGPkBP8Ki8/9jhORXslPo7ek08R8jS0Us9hoOoP3stQbb+EkoEl3Ym+iMNHdopoXEdI+9AQ==","signatures":[{"sig":"MEUCIBcXDjWm4EwSao1XpJWmau0M+Y1CSeVY8m4mpXPQFoXGAiEA/VdZqsG/+dx9KQKDcLCx7Lc2SfAQAQgnOWoLZ/FaXc0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"6f9510db22584872e308917c41aab762544325a7","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"3152556aae398ec8d78b52cc514be4ad81a00512","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.5.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-2.3.17.tgz_1463053701316_0.7322162361815572","host":"packages-16-east.internal.npmjs.com"}},"3.0.0":{"name":"cordova.plugins.diagnostic","version":"3.0.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.0.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"0f215cfb2ed74d91a69291294aee2fa6855c08c7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.0.0.tgz","integrity":"sha512-Gx8LD30snwwEECpV5gewXRk4WlW/skE9IzT7KxSis6T7EeVGWbyhRf8+rmrLWbD7h4wixQiNDloNRBm+CozjDQ==","signatures":[{"sig":"MEUCIQCdR4wGD5pwHEJ//p/LAoH08Ed2JdHGXWPIvtB7knzIugIgddALceCBiVEosHSINGQDSbnYRMlN5Z6tXtHQh3fqSU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"0f215cfb2ed74d91a69291294aee2fa6855c08c7","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"a95ec763d503e7cc4d77e5ea35714c1a5768783e","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.0.0.tgz_1464268922563_0.1526322290301323","host":"packages-16-east.internal.npmjs.com"}},"3.0.1":{"name":"cordova.plugins.diagnostic","version":"3.0.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.0.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"7f51924c1c8b78ad5b065db4c8824ae941d6fe7b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.0.1.tgz","integrity":"sha512-oPHyeEAmwFKLd1B7eXHWntkRKEPxA8kNh/sn663cS8pOoy0QS6ZLXmei8+N+K93M3aZz5AiyL/nX2Fo2nlBOKw==","signatures":[{"sig":"MEUCIQChZhn6z7ENs5PiDnIdrt8wSBoTp3bzQxqFwOTtTaQPYAIgdP3ud4MheSTZ4N5Yl2yt6PvBwNw5fu5DSyyApizinq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"7f51924c1c8b78ad5b065db4c8824ae941d6fe7b","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"db1e04805cf20e7787715195dbcff1ea886ac856","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.0.1.tgz_1464335386322_0.5757634132169187","host":"packages-12-west.internal.npmjs.com"}},"3.0.2":{"name":"cordova.plugins.diagnostic","version":"3.0.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.0.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"140e22f27248eba0400267465dd51641bbd148dc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.0.2.tgz","integrity":"sha512-l6UfmLXm8yZ+y/P62VHNmK5df7bQGSVGcXHM49nOZrlS7E86GUu0vpNoIKXCFjVhJshQTiOJAxtgST6r23EniQ==","signatures":[{"sig":"MEYCIQD9z88YFWlhPUldcjamWRqHYT9i0gUtYJN9hfZD9nMTsQIhAN+1v8BZeTZh4m2FzELib5SsbdMc60A+hkOjVyzl4CHn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"140e22f27248eba0400267465dd51641bbd148dc","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"1956ab58712c130719072d8a57a23bb0318309f5","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.0.2.tgz_1464339234629_0.3863691759761423","host":"packages-12-west.internal.npmjs.com"}},"3.0.3":{"name":"cordova.plugins.diagnostic","version":"3.0.3","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.0.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"292df86f44dd9d92daa5e39a69804c10968cdb81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.0.3.tgz","integrity":"sha512-OvvIcFh9WGRaQVp8gKzy7weKespjVOwTRcBMK/Mdub9KU7QZFe7TBTtbUJgRulFCdI2VwBRl6yKkbQTsliTvKA==","signatures":[{"sig":"MEQCIBmmXMlN5YD54OXAgeKXOc79fb/GdbIyt6vD0cZIEjmhAiBx4b9dhI+Ve64CL0VlLgvryJkSeftb9b7jnnavX9V+OA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"292df86f44dd9d92daa5e39a69804c10968cdb81","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"43e6cdb23a43c87725a47f4df8e2d4f4e69a3e7d","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.11.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.12.6","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.0.3.tgz_1465551433960_0.4815415614284575","host":"packages-12-west.internal.npmjs.com"}},"3.0.4":{"name":"cordova.plugins.diagnostic","version":"3.0.4","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.0.4","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"174b447ae500ef7b6f8c6e04c9c2dc713cf29ff1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.0.4.tgz","integrity":"sha512-B4oiIiheXauK04W9ttacXXwcYkdMgIf/fghyM2oIMtSlhavi6/bXycwT8E7cpNvmFsm+BCQyK+yJuRVV7t/Iwg==","signatures":[{"sig":"MEUCIQCTr5b42F2leOu/7a6Cqqo076v93aDaOjR2cRix6VeMywIgUcbhY9PGBiWlUD2xpQS/leODtL+T+Vi6jzrlNq7zA/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"174b447ae500ef7b6f8c6e04c9c2dc713cf29ff1","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"bad295117908bed5391911b909938d23497423bc","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"2.11.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"0.12.6","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.0.4.tgz_1465632982341_0.7023346214555204","host":"packages-12-west.internal.npmjs.com"}},"3.1.0":{"name":"cordova.plugins.diagnostic","version":"3.1.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.1.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"f96ce26aef4eb00ebe5bafe1dbc586f06ec0c1c4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.1.0.tgz","integrity":"sha512-2hIxlmbmGEMeybESQ5N8mbNDuRSYDr9nsyHbv/y3Z8ozsulFHM641oZwMS2vUsIiCJbIQVa5xkhxG33MPk2zQA==","signatures":[{"sig":"MEUCIA34YPjqwgtEWwdJPcem68v0WlnKltuQwh+7d9cjuEiJAiEAylQqgA0KQlh6Do8pALB8jzIRVHzQNCUzIkPBUmoE7Ow=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"f96ce26aef4eb00ebe5bafe1dbc586f06ec0c1c4","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"a7ef6b36582e1c0644b6b01e9b83966cbb142dc4","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.1.0.tgz_1466717772834_0.7242385777644813","host":"packages-16-east.internal.npmjs.com"}},"3.1.1":{"name":"cordova.plugins.diagnostic","version":"3.1.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.1.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"dda8cc2ac93692b92b2f53e56d0da9e397dfa513","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.1.1.tgz","integrity":"sha512-rtmEpg/+9Y/6Bt5wz57UMadIw7ch7UiZ/3frqjEyPDkOTZe/1dLRYjz7SvO47jqd/rRDJRSmJVemSKcuoWOtSA==","signatures":[{"sig":"MEYCIQCftSNIPVHUUjyD2a8k/BZorq7wRCRt/vFt1x0TYOujuAIhAPtQFdigQzR1jLMJ32XI77Yq6oO4mdmspd0XafbWj/3j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"dda8cc2ac93692b92b2f53e56d0da9e397dfa513","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"36238a36f71fdf3be047edcb54653c157a495de8","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.1.1.tgz_1468576153841_0.9581993888132274","host":"packages-16-east.internal.npmjs.com"}},"3.1.2":{"name":"cordova.plugins.diagnostic","version":"3.1.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.1.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"4e05723390d31d91ccb459f22ac5f2e75d64a261","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.1.2.tgz","integrity":"sha512-SCVJMVWrRwJyvjLwbgPTfUu8vagGIh8NT+K1SamBcNemkNVMowBCfFW/w/Zq8nLbSsxMecBw2BsotEuiz5xoqQ==","signatures":[{"sig":"MEUCIDQfaNlI7hzXzVzwcFDRiOfv+zLtZhbMhVIvcC0QU4iLAiEAz0LiXraV/OZwgw8+jsNGMKLOEciBxtCCNJIu645i4Ko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"4e05723390d31d91ccb459f22ac5f2e75d64a261","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"1f344983e3536072f23c983402098d565260fd04","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.1.2.tgz_1470297877673_0.9616403481923044","host":"packages-12-west.internal.npmjs.com"}},"3.1.4":{"name":"cordova.plugins.diagnostic","version":"3.1.4","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.1.4","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"c2c1e6b308c0a5df5b092e6fc750ac7fcec00b23","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.1.4.tgz","integrity":"sha512-AczBmCaUMqubrfVYmXP8reAkOZAlmv2Dk+JOf02EEp7ot5hQH+fB/8BooNHbc30OZBfjrFV9m14VEVInO+0KVA==","signatures":[{"sig":"MEUCIQDQZl/npL5kbKCp+6KlKpGv9rkZTeNyVxBu2gn4KQxw3wIgYb0laZu8SxtTDuC6DDBykxeY6K/hvTCbpm5SgJncrAE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"c2c1e6b308c0a5df5b092e6fc750ac7fcec00b23","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"72b83e86114b54793b8a7ce5eaa558fba729bbe7","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.1.4.tgz_1472331192195_0.9747999545652419","host":"packages-16-east.internal.npmjs.com"}},"3.1.5":{"name":"cordova.plugins.diagnostic","version":"3.1.5","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.1.5","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"5c460966d2a04db8e60a59d58692072699a4388f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.1.5.tgz","integrity":"sha512-XsosKNsQJJejwVckIzmtqK1tm8V+BzzlfVgsC+cSXBro86iAT81ByhxQjEkCIUM5gQ4gTK51O08bBj/KQ2wjLA==","signatures":[{"sig":"MEQCIBxFe9KyALxBWNKNu+bcnXHlPcuB9tHDGRdZ3NykW2MnAiBhFm6hTUWbOBe7fu9vgicX9AUlM/T+gWoaC/dUc7L28Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"5c460966d2a04db8e60a59d58692072699a4388f","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"b9dba529f4cf6f6dac7373bd865da68b5dc626dd","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.1.5.tgz_1473345842542_0.8066436308436096","host":"packages-12-west.internal.npmjs.com"}},"3.1.6":{"name":"cordova.plugins.diagnostic","version":"3.1.6","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.1.6","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"08319d00b076a8ba25a399b50734435cf24c25cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.1.6.tgz","integrity":"sha512-4K74PpCT6I6NzxbngKrw0Gkshr8C/wTok4xvKJHHqbTEzMHbjV0A+OkibIgg5CnjT8rB8d161LUg5jRp4EeQgg==","signatures":[{"sig":"MEUCIHuq3zCez62cvFolrGg/3MhGvFJZnJG7hFnmP2Nd4bWFAiEAuIDr8rUglTpmXmpsEkvERtlRJti90+pqqukbFjLT3Fc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"08319d00b076a8ba25a399b50734435cf24c25cc","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"b4d727e9df29365b5c72743fbfec0926766e72e9","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.1.6.tgz_1473855332844_0.1345176543109119","host":"packages-12-west.internal.npmjs.com"}},"3.1.7":{"name":"cordova.plugins.diagnostic","version":"3.1.7","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.1.7","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"313a5b041fa0d0b23b1aa4f99c7863803b1c322b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.1.7.tgz","integrity":"sha512-FAlzdGGzz+XY542pbfqTn7x21tlz8CbXC/uUMLC3R7eFGPtz2gQ1BjiS6t48NkfRyYVAVrkAopeAZDcLO59pCQ==","signatures":[{"sig":"MEUCIQDpKXyGe41fquCPE5qxuLWVbNWrxGQLfoF9lbhb719tnAIgVLC754Mzyv3t3XOxTePQQIYAc2hX/Sg4yWrtOrif+Sk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"313a5b041fa0d0b23b1aa4f99c7863803b1c322b","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"0eb07269f69f280299b67e58dec30b7461428d2e","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.1.7.tgz_1473922330705_0.8484693714417517","host":"packages-12-west.internal.npmjs.com"}},"3.2.0":{"name":"cordova.plugins.diagnostic","version":"3.2.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.2.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"8f2396f9457b6eac3d993c164618681a32816264","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.2.0.tgz","integrity":"sha512-Q+K4lmIjV/BekPXiBGwnn7lBtl1Lq5xwI1jGpgpXH3Xb5s96X/dX4yO3Tun5bVYYzwfx509v/oEzyYrqOE8CIA==","signatures":[{"sig":"MEYCIQDwdNhfk0TKcAOhpXyySNXEd40zsVsOT5S7N2UofoIopAIhANnQfLxP6512jzZwPXXmTN2evWpVsMUWs6zHVFfyFkbY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"8f2396f9457b6eac3d993c164618681a32816264","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"c06934899d0b6b6e16d6c70e1d4097a24ef98d2a","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.6","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.4.7","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.2.0.tgz_1474536345902_0.6835023062303662","host":"packages-12-west.internal.npmjs.com"}},"3.2.1":{"name":"cordova.plugins.diagnostic","version":"3.2.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.2.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"72965a013c0ea8ac7dd668130ac3a72680ac7bff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.2.1.tgz","integrity":"sha512-yyxdrzfWE5M8Yobwr/gawjz57uXfrnPre0U2YflVyvH8vgY0/QiBLMCf8XuIuMdgIrZyhG7vjYjX8wXIA9irRg==","signatures":[{"sig":"MEQCIA1m3gXkG096PmMIhbFB2VqMSfyQIieczAX4/dwNzmYbAiBA8ggob4iZMqJDDLjxhYRro/yzV7VKNJjjFrFGN0shnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"72965a013c0ea8ac7dd668130ac3a72680ac7bff","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"7337703a4af3323f381c43838431bf425dd80b0d","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.6","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.4.7","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.2.1.tgz_1474794491563_0.4883803268894553","host":"packages-16-east.internal.npmjs.com"}},"3.2.2":{"name":"cordova.plugins.diagnostic","version":"3.2.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.2.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"2766070fce6aa26efec8b5ab34e5626711d35354","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.2.2.tgz","integrity":"sha512-63PVchdR0RPJtWqo/hthz1VumgNQtUI0h8BYfc3rqjxqrhPyqaGeY2EZ4FHf4CczrcN2W+ozVS44VsmeTa1bgg==","signatures":[{"sig":"MEUCIAmdd2KOvEunhUECmcFfzZtq19NMnrPv0Bd/+2P22AIZAiEAiYFjGR8l8fNWcXB4Ip5GzrkV5Bt08QappN3/LJ49tGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","_shasum":"2766070fce6aa26efec8b5ab34e5626711d35354","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"3b93c264fbda733eed27c151f2c0bd6d4e2a4913","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.9.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"4.2.4","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.2.2.tgz_1475572764055_0.9846069575287402","host":"packages-12-west.internal.npmjs.com"}},"3.3.0":{"name":"cordova.plugins.diagnostic","version":"3.3.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.3.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"137d013c4bb3bebd1b6e26df5e0fb6b1378f70ad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.3.0.tgz","integrity":"sha512-5YX7M+D+OAwvdeZxnr5tpAIfuraN713R+vAoTL0O5XSZIPAaUCLCcjg8K0j2WuAnYJZ4DO5eL2hYeBjVlUtY1g==","signatures":[{"sig":"MEUCIQDkM9CiZalAWnH4eP/mKcydqrroHkGSdN9z5MxgOTm8NwIgW4EPRGDTXn+Boql3N4JXp5pAO5PoFrot6YYpQQOcmmc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"137d013c4bb3bebd1b6e26df5e0fb6b1378f70ad","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"81cb0f19869a3f15146451267d246a6f051dde83","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.8","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"6.9.1","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.3.0.tgz_1478441395699_0.9757286852691323","host":"packages-12-west.internal.npmjs.com"}},"3.3.1":{"name":"cordova.plugins.diagnostic","version":"3.3.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.3.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"aa188b90c0ab3618ea391f9e380a9462bc1c21db","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.3.1.tgz","integrity":"sha512-aAHx0DhWTKxuJoAVPB8ttTAy5kaXX6LYY/7AFRFri2UD4iLdtxmtkKRubnZlDAzio5XXJ5+1ueJKMTJ7mwRY0A==","signatures":[{"sig":"MEUCIQCjKOj4utfMvsn+ExaAzjPwfaw5LXDAaMcvAi7KjteJoQIgI7rnhAda4sfM1f+1udSNXqLHHeW2m/GuC5tc6F8HjhQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"aa188b90c0ab3618ea391f9e380a9462bc1c21db","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"32cd2074479bcbbe43213ed5cfb865e98263888a","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.8","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"6.9.1","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.3.1.tgz_1478534236155_0.2723003616556525","host":"packages-12-west.internal.npmjs.com"}},"3.3.2":{"name":"cordova.plugins.diagnostic","version":"3.3.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.3.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"0d350666a859ac80a39c3a6ee1de2fb1b3a559fe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.3.2.tgz","integrity":"sha512-un+MYmxMEXIKCzhJ0ugIh8brFGdCWeHb9BsOyCz2ieqWnW34AkEeY++3jEn8XGAhQ4gJ6kdOMfTjbrITu378yw==","signatures":[{"sig":"MEQCIFcugNj6DXTeWK0VxOwc34s+YVgFrdQo8lhH4s0XkBL6AiAapGlu0wP748YB2JFq8y6Ik0OjlJehhlhechS5ZLCyEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"0d350666a859ac80a39c3a6ee1de2fb1b3a559fe","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"e2710202608c8ed623db90e8c86d5b54295c6512","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.8","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"6.9.1","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.3.2.tgz_1478546930419_0.7335673209745437","host":"packages-18-east.internal.npmjs.com"}},"3.3.3":{"name":"cordova.plugins.diagnostic","version":"3.3.3","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.3.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"a8d580eaa639d943dbbf4c7f1db559b897b9501f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.3.3.tgz","integrity":"sha512-Mt3f1/t1pp9aHlhsZPLhPKpx9JjwN4A84rrdzOmZI5UH0x0gT5S1Ui/ndDSu9vXfxWDIcfTk8MrGwCxU28iMgA==","signatures":[{"sig":"MEUCIGSzZzUXYjwlJrcu1JCakBqIyJg/2Zes8Zqq6kzHUehBAiEA7czC6Q1vyn9FzuYzxIOT5Tz2VaWSH+BuD4uTKA3KIKY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"a8d580eaa639d943dbbf4c7f1db559b897b9501f","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"e091a3eadb97874b5b3cfa1290a3e73d6fc6d6d8","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.10","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.3.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.3.3.tgz_1484411556090_0.6698819559533149","host":"packages-18-east.internal.npmjs.com"}},"3.4.0":{"name":"cordova.plugins.diagnostic","version":"3.4.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.4.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"a7d6442a5ce160b437f562c6ff012416c129b473","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.4.0.tgz","integrity":"sha512-o7+YwZT9a677xxoSfDG+PQX3UJk24T1GIhL16ea+cjRqgxbi3SbkYKeF4cCJCXD8t9FoPYY33pnwRrn1iDsSNA==","signatures":[{"sig":"MEQCIA3ByqO823Q1kJtwn4W8l7bIo2FTk1HI5USna0ZD9U/BAiB+uO97Sq0489JH50nmvKKlcsDHfOTCw5vgSGXJd1DReA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"a7d6442a5ce160b437f562c6ff012416c129b473","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"9ec1b66065a8328c3cc55e7c28c3b6a4604e4af2","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.10","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.3.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.4.0.tgz_1485976839401_0.9011564198881388","host":"packages-12-west.internal.npmjs.com"}},"3.4.1":{"name":"cordova.plugins.diagnostic","version":"3.4.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.4.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"05a26d4232348c4736da4d3e34a7091bd341c13e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.4.1.tgz","integrity":"sha512-xzfBBRBKrJdOskJR5iR/0XxZO1+Pf/9EaiUMw4+mxREuIxlMdtm7ynIXdRaCRf6/bSvkjcFmlWL/mVEZ369LXQ==","signatures":[{"sig":"MEYCIQCZST0iNoKxWogQPcF9PJ9z9EcFZl70ZrzHTHJUlfTbPgIhALxWlSprlb8KxmwCtz1R8t+QJH6m7O/iwRzrtn4+QXdF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"05a26d4232348c4736da4d3e34a7091bd341c13e","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"0c70da22de3d5a3d0e72267f89a7c57cb7036458","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.10","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.3.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.4.1.tgz_1486038000199_0.6466319996397942","host":"packages-12-west.internal.npmjs.com"}},"3.4.2":{"name":"cordova.plugins.diagnostic","version":"3.4.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.4.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"67366219bba120a8974d6f4174f803129efe9c39","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.4.2.tgz","integrity":"sha512-m8iOS0dEqQqQBDcO3Iz8w5YEWCz2bdpoF6ZfEZS4a2qV0ZNiuEMgLqecRmv9IOkct25SkEDAQvYr8d0Hm4ZyUA==","signatures":[{"sig":"MEQCIBjkx6eiISpIwnGymsLTVTKAsdDa4rRPREeWRYm605YNAiBtgqRyYl47ZPWydFM7ubMTxWJv4BCxZ0SrXm9EUOex3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"67366219bba120a8974d6f4174f803129efe9c39","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"71fe97e44515ca74917745def1d85df1590a4ed6","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.10","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.3.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.4.2.tgz_1488490108756_0.3365314803086221","host":"packages-18-east.internal.npmjs.com"}},"3.5.0":{"name":"cordova.plugins.diagnostic","version":"3.5.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.5.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"786014d7ca42c331bc019b585fabb81de4106c41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.5.0.tgz","integrity":"sha512-PIZ7FXBF5mPdtClx7E9o195TKGl4ylwZXKjTTcbR82ELjEeXv/4ELUUlGeqWLo7FJtLO3hNKUImtDUbTW/oZ6Q==","signatures":[{"sig":"MEQCIDUCJvRxJAD0hf3GXGFYiYN0HMBfYElv6sidOn1Dts05AiB0qAVifZzmtAyY8d/2OXKhyu/slu0TKXM6MkI35o107A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"786014d7ca42c331bc019b585fabb81de4106c41","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"3944ac3119e900910b281a0070a2dcef37f1ddf0","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.10","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.3.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.5.0.tgz_1491685539091_0.528781889937818","host":"packages-18-east.internal.npmjs.com"}},"3.6.0":{"name":"cordova.plugins.diagnostic","version":"3.6.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.6.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"e193d7041f38838ac87d8809b347c9220324254e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.6.0.tgz","integrity":"sha512-iQmSZzGkIDGZrOChv01wl3VzShmloLGML0NM7AxF0cu2W3meK1XPk06DEUT+bmif0MfjDC6uMOsbzLBGtbAs4Q==","signatures":[{"sig":"MEQCIGXq5FchkGoUO3BVT51Q0U7GZROe1fCe2BRXQX8ujWEbAiB3BfVundflSsDZecf0kQwAENrUKJ0vR0FaIo559ksOPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"e193d7041f38838ac87d8809b347c9220324254e","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"d9103e9a08ccc335b92bf459dc8a1001d17d02cd","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.0.5","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.3.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.6.0.tgz_1493898080103_0.8352972918655723","host":"packages-18-east.internal.npmjs.com"}},"3.6.1":{"name":"cordova.plugins.diagnostic","version":"3.6.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.6.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"9bea716acc743300e5795107b30def462f275857","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.6.1.tgz","integrity":"sha512-kG+ZBld1PTs4Rxt+OlpglePSdD2p3g//e48LjeuuGsGulCsWJMgU7NwrRYutOyrJuMPs0yFlP1+eTSTli+3NOw==","signatures":[{"sig":"MEUCICCjgseu8Sf5dJ4b6R1nSa1AwHrEPKchQYMG8F8aJRGsAiEA63UBHBPVDyJMtI0d8yOAVFKLpFmVsQuRu2XUn4rE6lY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"9bea716acc743300e5795107b30def462f275857","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"06fa4da5f29404787420ac1628a3001b22257e5a","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.10","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.3.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.6.1.tgz_1494450209293_0.7320753585081547","host":"packages-12-west.internal.npmjs.com"}},"3.6.2":{"name":"cordova.plugins.diagnostic","version":"3.6.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.6.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"6b8e830b8ebddb27e00c1f33262928071c39fc52","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.6.2.tgz","integrity":"sha512-9PZDpxogSZG40RQMPCVW8SiavReBBCamO/cldqA/clrgvgESBA5rPVt3fF5jaKwT86cw/nzW9WwZCmeRBvRkJQ==","signatures":[{"sig":"MEQCICfapjslsDr+VdjTqEmNlkC/46UY1JjXzOhndscui4rlAiAucBEvSfLvde7lsfjhhOf5SXQ6dsR4jjnDxhzoRkCehw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"6b8e830b8ebddb27e00c1f33262928071c39fc52","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"953633ce4f749971dcbdf761647675320017ef37","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.6.2.tgz_1494595987800_0.05591181921772659","host":"packages-12-west.internal.npmjs.com"}},"3.6.3":{"name":"cordova.plugins.diagnostic","version":"3.6.3","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.6.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"eebc53b0a8b09a25e6460feb27fa793d62fade5e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.6.3.tgz","integrity":"sha512-ZfbpYoa0iHHqwt2ieqvAMRf0k3sqC/lcdhMrZUf4347VZBPsXa7An9JleYjA/O1fOk4bKPQya2dBegW2v+Js8g==","signatures":[{"sig":"MEQCIA2iRhu24vpbA8LYMpY2KXJpHAQj7R8aySeQ0ffIMuy6AiABcrUb8Nii3pT623Sp2wwJEzBF5bn02N7KPIcsQTUW5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"eebc53b0a8b09a25e6460feb27fa793d62fade5e","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"9e35b817e58efe3a86501a658755a065bb6db5d5","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.0.5","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.3.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.6.3.tgz_1496176625728_0.09369674162007868","host":"s3://npm-registry-packages"}},"3.6.4":{"name":"cordova.plugins.diagnostic","version":"3.6.4","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.6.4","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"21fc61465c701694617c050fc744e2d697fdeebf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.6.4.tgz","integrity":"sha512-rV+vkRYOqNiEAGFN8AOWttFjDOzvGuO7/IlIGGKQxefeSXMRHNY2ODM4CfP3Co7K7EMGhiIY4Pg5Mt1VXYgcoA==","signatures":[{"sig":"MEUCIESsBdwUVsjfTYtvlwyVyy6eSWQ36y1qJCpapY8hPnKWAiEA2MhKPxH7VKLDeZlTLToMJl0JYEDWh3/M85+Su7YpxBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"21fc61465c701694617c050fc744e2d697fdeebf","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"8ebcccd1400c2a453565598ceb75cce71266e58b","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.6.4.tgz_1496605157425_0.14069868810474873","host":"s3://npm-registry-packages"}},"3.6.5":{"name":"cordova.plugins.diagnostic","version":"3.6.5","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.6.5","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"35d459fb1053490ece26568a2c98588a869f6931","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.6.5.tgz","integrity":"sha512-wcepLvCuUwGIX7+7NpaFz+aKeArlouExbue+AU9vJue/KZDtFXibrPqnVTYHNx7n0BWBakcrYco/KQn9apcZ2Q==","signatures":[{"sig":"MEYCIQD4elkp+QFOV0/2WVGpx6PD8x7AMwj+VEno6SoTm9yWzAIhAOGhkXzq+Iu1SnsGTu0tF3119enWheN2FxF74w/SotCH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"35d459fb1053490ece26568a2c98588a869f6931","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"29bfb7b8bb18d60e4103b210b0017a1c60f5621a","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.6.5.tgz_1496952419113_0.5992798360530287","host":"s3://npm-registry-packages"}},"3.6.6":{"name":"cordova.plugins.diagnostic","version":"3.6.6","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.6.6","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"80e3404e3bf7b5317b442bfd830dc9078e056433","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.6.6.tgz","integrity":"sha512-tCcDDCLeSPi62yoDlrJif+M/BIufc5YF8G3i29R/Z+ua5wIRlgpKbhvpXgd6lGS8fpjssygY/1gQrSToFQX2QA==","signatures":[{"sig":"MEQCIDTKdDIaE1O6+Y63WUrV1p7LwdLtkCLo+fOja+/UttxwAiAeo/hT8C7fHkqtP8baNfVqlVC8i4W4mOmFr8FBlRH74A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"80e3404e3bf7b5317b442bfd830dc9078e056433","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"b5372d8f4f4ef9ec0cc4a924bb603d10831a250a","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.6.6.tgz_1501871240422_0.11860293080098927","host":"s3://npm-registry-packages"}},"3.6.7":{"name":"cordova.plugins.diagnostic","version":"3.6.7","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.6.7","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"5f69ee0900d5f9b23dc307d205c1b2e0ddbe03ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.6.7.tgz","integrity":"sha512-v3VT44QoE1hYqfpyTtpK1xGunrZ8QiE5Et1LLFuvrm/586j1Vm+xjWA3g/0mWqfGI4Sd8XJa2Jhy0jHVXKua7A==","signatures":[{"sig":"MEUCIQDGseCWbQtDewtXP0rIRvn7KYApsAR4PnsHNjNjzXsMpgIgHi0K6xz18PHtgPgG6sFWOYLRSdUxPRg4kyUdaLZzc8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"5f69ee0900d5f9b23dc307d205c1b2e0ddbe03ee","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"53ad96354a1df9461de00a332492eedd2b63837a","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.6.7.tgz_1504617048443_0.8411303423345089","host":"s3://npm-registry-packages"}},"3.6.8":{"name":"cordova.plugins.diagnostic","version":"3.6.8","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.6.8","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"2825072aa0ce63dcf6deb66d75e642b871190ccb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.6.8.tgz","integrity":"sha512-Y/Sw3esdeN+K394msjJ8jc2dR8YOH6KZ3n691Ct5YB7TS6uCnwaTfPYsUs+EZT4e5m8L6KG2Z9q+6Mujc9+UZQ==","signatures":[{"sig":"MEQCIG6aXHnk7ylFLDQByJ9D+ke9PhFe0mFUsDrG8DA6BwKgAiAVt8eAfpJVb6BTR/Br3Sekt4ck6WSmbed4GLvIZoThwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"2825072aa0ce63dcf6deb66d75e642b871190ccb","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"a8ce4706c5f686b01f2b856e0333ad23bb65291b","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.6.8.tgz_1507105233738_0.0838312420528382","host":"s3://npm-registry-packages"}},"3.7.0":{"name":"cordova.plugins.diagnostic","version":"3.7.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.7.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"11b2672f42da40e9526f1b4f8af2bb0121bd511f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.7.0.tgz","integrity":"sha512-wametSfNAzbM5+YpxJWRAFKBw2p8rlbOuZpTNpL1uLTOLoWa137CnI/dhiWdtzZLlurLfLNBKAN7sp4r5Bqb8g==","signatures":[{"sig":"MEUCIBnNfQ2QBufT254Fu3PRfUWKl7udu4OEVX80GE4wWUexAiEA43weYKlqKyrx1RxbEn5ru7Y+/u7CBmzz9F46URm/Elc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"11b2672f42da40e9526f1b4f8af2bb0121bd511f","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"1b0831aa61e34bab904356520592e37dcaf0eac4","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.7.0.tgz_1507382322710_0.7598406402394176","host":"s3://npm-registry-packages"}},"3.7.1":{"name":"cordova.plugins.diagnostic","version":"3.7.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.7.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"4f29c0ae6273ed77ad68e980a66979d36adb83a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.7.1.tgz","integrity":"sha512-T///Vl1oSMG67XmjtKTU7rQznyWag/iRk/SR2UKsVpuF1tc1FC5KtjM2lR82BbyPAPelfgpjyhu9XzrRogZeuQ==","signatures":[{"sig":"MEUCIQCrkF3t7ZRqSFJpNsyo+TcjcqqI10wO/6SY/uZE0qay5wIgMDUG1q0hl4T50ZJklo9pDsRpPjshAR6trjdV9sqrGpo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"4f29c0ae6273ed77ad68e980a66979d36adb83a2","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"1d0311cd202e306d9c5265c2236f37bf69fd9167","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.7.1.tgz_1507535971060_0.5852038622833788","host":"s3://npm-registry-packages"}},"3.7.2":{"name":"cordova.plugins.diagnostic","version":"3.7.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.7.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"036d1ef950ee1f68cf6beb679f96452734e1b056","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.7.2.tgz","integrity":"sha512-/y/8EqeB4VeHqfFYPXPu/gt7IVExW8ZeJVKqlakyhpACc0lD8EMv/aiED8xTocG8cE11NzksGIMYy4DVCItYPg==","signatures":[{"sig":"MEQCIEF++msmlw97+xwxnOZ6LCyjuRxtJY84PKW6JhzEjtpfAiAEhZ5nE4tMHdNC5fosOoqM2Gjp9JjJD1cobuZ5Ww+zmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"036d1ef950ee1f68cf6beb679f96452734e1b056","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"c0471da0778b1a463b8394c3b2cd4b17e5fde42c","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.7.2.tgz_1510763580910_0.3025705467443913","host":"s3://npm-registry-packages"}},"3.7.3":{"name":"cordova.plugins.diagnostic","version":"3.7.3","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.7.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"ff6b7a560e7123e3011c9d0c5abcef6edcd0fc87","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.7.3.tgz","integrity":"sha512-UFzZxvtADlfMV1NjgJWrmWNSULoqIKctEcfevPK2y7NfmXUyHd483k2xiwwasGXWJT+R+Q8FLAKQ3w76x45M5g==","signatures":[{"sig":"MEQCIAJIwmH9gGh8/1IuOaAMvGaYXAcvzIiwjOjgxzVkElwrAiAxB1Nxb53sk2VEf4djvTI1k7b7bWRCEM1QKjedlGaOkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"ff6b7a560e7123e3011c9d0c5abcef6edcd0fc87","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"cf582a973db5114f11e6f64ac184664f7e954934","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.7.3.tgz_1513849708378_0.04635606799274683","host":"s3://npm-registry-packages"}},"3.8.0":{"name":"cordova.plugins.diagnostic","version":"3.8.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.8.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"9bac1da1615bfb3311706c1c901bb3202b7c6050","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.8.0.tgz","integrity":"sha512-svVpvEraucTmSMtRjfPNdHs9sKdr01X/RrYxmOXFsRaD8Bi4a6nE0y6FhHoK1aPyb4bkZ1quxz3KyVb6ey8CIQ==","signatures":[{"sig":"MEUCIQDf0PGEJwQqVQPQB1jeYWvvVrV6WXlpgawQ7kHKQkjw6QIgUg8gfOvGHe+ZNP70WH47wUplCWNRuNdQrGy3+2327/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"9bac1da1615bfb3311706c1c901bb3202b7c6050","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"da8774fb2d43e57f626eadeed96ae16103e63105","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.8.0.tgz_1513976630326_0.8014756143093109","host":"s3://npm-registry-packages"}},"3.8.1":{"name":"cordova.plugins.diagnostic","version":"3.8.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.8.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"4be048489cd3c2d04be94645abe84a612700bd6a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.8.1.tgz","integrity":"sha512-/TL1z0/ts7RlcM/P6x58P9j3HdYMqlF8Bc3BSorNdVjjnF8NediSf78w6F3vOaL1YmHP3S4dMvhzEpfNRKtmkQ==","signatures":[{"sig":"MEUCIFLHhCpa96rznTCRz9O880xe1Ar0Glhqkt1goAWqGhmyAiEAxEIjq2ZrOEIecXdunkVKqG87kYR2M1+3OTMAXxlehWk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"4be048489cd3c2d04be94645abe84a612700bd6a","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"1dadb908a66bea1568664cccaf62205bf0095f21","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.8.1.tgz_1514042773886_0.03583284863270819","host":"s3://npm-registry-packages"}},"3.9.0":{"name":"cordova.plugins.diagnostic","version":"3.9.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.9.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"693c8319678aabe270bdc58aeb41efa7026d6ba8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.9.0.tgz","integrity":"sha512-4m98hMiDv/mZ77gJ/32gPVbktewsfDmxWMBbl0CpWQcTUYKF3X6+flH7QHWJ+vhVXv5wBy1Ej1TaMQVz1zfZqg==","signatures":[{"sig":"MEYCIQCr+iMrJmP/DBk0VCM+ObXb1hWObh/PkU9eAPtqkA9CKQIhAJL2w9WlGBZk1+PQ1Qihz+UwpY6rhg3+UeK1l/2UyHbc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"693c8319678aabe270bdc58aeb41efa7026d6ba8","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"c6d570b8c6600a00034a8b9ca64032884217b8bd","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.9.0.tgz_1515264051128_0.13512239675037563","host":"s3://npm-registry-packages"}},"3.9.1":{"name":"cordova.plugins.diagnostic","version":"3.9.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.9.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"14c8bde2f7ba93168d4337092b41fb37f3b773d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.9.1.tgz","integrity":"sha512-Lq/7oGwJDmkgPOz8TFOnWILGA1vH83li9hUJFIliFeeetUY6A7yoybmXW++byUn0sw+Vb6oTu9B03EvnN2btrg==","signatures":[{"sig":"MEUCIQDc8c45Oc9A3BGVMkTpMyrrq2KxSwIThNrXpHkYf70SaQIgc3shhuTxQpAFvN7iUEv3/u1t6shRdlozYPFLr3TnncI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"14c8bde2f7ba93168d4337092b41fb37f3b773d3","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"2d586e2bcc1e8f92da67270e1466f811c60c8968","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.9.1.tgz_1515603909927_0.5030147721990943","host":"s3://npm-registry-packages"}},"3.9.2":{"name":"cordova.plugins.diagnostic","version":"3.9.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@3.9.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"141012feafbb5fb3e844d928582a4ae06bb3816c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-3.9.2.tgz","integrity":"sha512-f9IzMWLWWTT52hL274bwXB6akOS89BvPvLv5uEXqDAxZKGJVgLRMyWj9LSBEn2UQb6xrX5f2d1b8AY7sJG9rQg==","signatures":[{"sig":"MEUCIG4M3hYIGGRhvhT6//k2LfmPZKjAlvCMXyHWEhJms9AdAiEAxeDg3gNbE5Zx6bFB8lWI9B0IVVSIXFA1omExLZ7khZQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"141012feafbb5fb3e844d928582a4ae06bb3816c","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"55ab6534e1e53be75f5a4b69e09ab087ce2ea64f","scripts":{},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic-3.9.2.tgz_1517090427308_0.42167547764256597","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"cordova.plugins.diagnostic","version":"4.0.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"bf476df91464763593470585ffc746c218d45576","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.0.tgz","fileCount":72,"integrity":"sha512-Ar0j704zMEYio7mzBJ8v9sgiCpkBnMqcq33RHvnrhpxEwXc1nbB1MxwXt+LYcYBPE2xUR9SGEyh+c8WjUsFwog==","signatures":[{"sig":"MEUCIG2aziLYvGNIvSbp+Ae7Q7A6w0gb2ICfgSnIsPsaOWFUAiEAhK4SeucffVIjU+84GyTZ+R++IPd5KeUiJ+r4IXV+lOg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":646681},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"bf476df91464763593470585ffc746c218d45576","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"f4332b97473c64ad71b83bed9142c76c2362514a","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.0_1519943078449_0.6355470996837376","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"cordova.plugins.diagnostic","version":"4.0.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"2c7a0642e6c6a37a175e702d03f643ff40353383","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.1.tgz","fileCount":72,"integrity":"sha512-tAA76KK1Rt4Grj1xRYGBlN3c350tqUePRZucZ80fw4omIyVr/s+Vx5N7xGRPLFki9GH9bKBq0Y7/r8igT6AXJQ==","signatures":[{"sig":"MEYCIQDy9Zeajiv8CHq9zxuMueuw1A/VWUZn/pAlQd8yFwWyqQIhALFWbqHvkY7YDgpwLI3ZF3IoIFa9BG+PgtVK5Fk5p+mx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":645962},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"2c7a0642e6c6a37a175e702d03f643ff40353383","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"bf20200bf60fe229eff97a63d1deeeb0fe5159aa","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.1_1520280272619_0.8415945440360533","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"cordova.plugins.diagnostic","version":"4.0.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"b59c5149dff87b8ed2ce608ca02768be519b87ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.2.tgz","fileCount":72,"integrity":"sha512-jrEYLh2w1Kp16jUfe7zO3+KHs0HzSZxGzR2iig6mehORS4iauUM1WCTxjRdpQpRZ8m0xWZvqitU9LBOVZ+CYOg==","signatures":[{"sig":"MEYCIQCaWKfIjrRdQjFj0692ngzvvL0HC4XjlxU1XoyhRGHsAAIhALkE6msId3RvynaYIc86fcZ2KPwC8D4Fauh8a1BFaxPD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":646402},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"b59c5149dff87b8ed2ce608ca02768be519b87ba","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"6665d390e0665afa95c9afa4157bc499f2233f3d","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.2_1520426084128_0.363068141676993","host":"s3://npm-registry-packages"}},"4.0.3":{"name":"cordova.plugins.diagnostic","version":"4.0.3","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"d0b0f608ea7e0e75350c5498829751ac1847910d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.3.tgz","fileCount":72,"integrity":"sha512-3ZIk9OMjMibU1F7D5tEu8anJDYiiKx7DG/jvRMr+beSv4zdSY7b1wT92PKpnX3t5BhpxcpVfjB3akEbMFYjUkw==","signatures":[{"sig":"MEUCIQDfJIb0C92CxmYBjjiZup2IhcoHn2eC7wrs0ZNEF+WnZgIgfyX0l+wggoJNsT95S+bgIR7aElhRQ5nX0c/WctgR6H8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":646610},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"d0b0f608ea7e0e75350c5498829751ac1847910d","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"3e97992113c4f6bd32d2855a75ba09ea8fcf88b5","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"4.2.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"7.10.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.3_1520611727975_0.4253411623640324","host":"s3://npm-registry-packages"}},"4.0.4":{"name":"cordova.plugins.diagnostic","version":"4.0.4","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.4","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"9a601725e4aaf7a00640657dce7a8c9ea364022b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.4.tgz","fileCount":72,"integrity":"sha512-jFJZNsKIy9c9/ASoaSIr+C9oWRfc7oXaXI3u+QBWYioZHjceDPM0WDt/pzErq4YE21FYsXaGfBJyK88Jfl2dpw==","signatures":[{"sig":"MEUCIQCgkgobtgF4FPuR6KnJOzhlZgnJ1ZU7O0o4dthpdhWmRQIgQOx4qEooUlLi0SwpKwAvXhYYss54nhZmGsDVPmq8ORQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":648250},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"9a601725e4aaf7a00640657dce7a8c9ea364022b","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"54ecf284c7478e32b4ddbe51865693dc2e8268cc","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.10","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"6.12.2","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.4_1522570236957_0.1648929275808919","host":"s3://npm-registry-packages"}},"4.0.5":{"name":"cordova.plugins.diagnostic","version":"4.0.5","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.5","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"c93f6a9cf47b3759ddfd309fdcb0d7a99df25577","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.5.tgz","fileCount":72,"integrity":"sha512-H28WSA+xn4fnQaLFvRZW/fh3/ngHVQ7mqvqpX274LtkNdbTlPbFd2NNPTZuKEZfR2LG13DI/8IMXl3WDE1UD8w==","signatures":[{"sig":"MEUCIQDdoQXA5Zh7LjdnySsonPqjDruqze+mED3o2K6z5aWUZgIgCc50apYkzZrJVSKuLmgcZELgv6C8FZixQ6XHTxflLCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":648401},"_from":".","issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","_shasum":"c93f6a9cf47b3759ddfd309fdcb0d7a99df25577","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"fdafec8966cc3746b51c34a0e24484bae8aec3bd","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"3.10.10","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"6.12.2","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.5_1522911148786_0.5578397033595077","host":"s3://npm-registry-packages"}},"4.0.6":{"name":"cordova.plugins.diagnostic","version":"4.0.6","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.6","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"b9ad0df9f9d2550c2d7f2f80540e0eb82ba7e1f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.6.tgz","fileCount":71,"integrity":"sha512-XsjPrzs4l8nDrO1UQ/M4IykRvG3dbP3PqLULqzjpMnvUpxM5na5OKIrjBbe+d3FO0ZLV7sDQq0sKFKaAiByT3w==","signatures":[{"sig":"MEUCIHiFxdGQyTQ9zn/TU/7OD3nleIB57Q+qddYnnXECOYLZAiEAqY9OAY651GgmhH5RyfpyhI+1kIY2G4Ox/ovsuhWQk+A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":650931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa9cmpCRA9TVsSAnZWagAAyxAQAJ2wy+Hief0h2wT+Qqjc\nWTYKo0X+c3ptPyhQ/I/CKW1eXnvaKc/iRR1xVKsLN3bFwj3kSM4pYrHJ+uBG\nqFpVX9rYT2He4evXqkP4rVIxVEjhRUgfj3yzxeVNcvJD1bA1Z6cNABSSJEfb\nGqAv1R6ftuzHV2ufVEKVoMCB+j8g9mU6fVOXaVpTnBXAYndEmMuFj00IYAQP\ncVxoPwJy8qMebblGb8hp6CNFEyvgp2YQrkqXvNAYvUAYINzv0qlFjgleElmR\nraHCVxNKsL3DCjZrOYXkxFRI/CEb8M8BC9bPtDG61KA0mvi7Qfew7SMAwuld\n8km/dbG72unI7GzKbLImDn6hrIGtTxSNkBfIhpZPlSYhvFrE7HJYbQAuXdFo\n+YJcuz6DbbdxRWyfkAV1xR2vUJ7s3H8/wSptAYtWmW9eunhmDPlL2LMXJ/y4\n/ApL3ZE2Cpo8HonvjvlpE4usj5755YQDMZmy+/BA09xjL2l7eQc7UXJz8vha\nSp9wfGBfYrXncOKGiDgHiDe5zx2EBVHtQYZAj+ms4eijs/LsA26hLPNb2aRO\nZtt29tHt/BlLNMfCrFTxmSxndoXjpmx7Xktrk7jtlAhpUtgtoYcN0fJ7zMaZ\neph37VvesIizZg1B3d0grG9hFpI3LZAEzpQNxMAc4TDmFr/dplfCNNxoktsC\n4V8a\r\n=uBZ5\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"18031cbf5d603d3626632a832b65ffba556e59d3","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"5.6.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"8.11.1","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.6_1526057382711_0.16303698566867753","host":"s3://npm-registry-packages"}},"4.0.7":{"name":"cordova.plugins.diagnostic","version":"4.0.7","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.7","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"a66d0524742487a332bb90866aeb761185f429fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.7.tgz","fileCount":71,"integrity":"sha512-oQx214vOq+d0Hv0dF1C5fvHD/AxB6frgVr/k9xQPKsVqmHfCmrKZeNJ/p5/mQHwRhXOFzgQPVZyQi/jGTPN9+g==","signatures":[{"sig":"MEUCIG+DK0Ov8vDXIl7XflPsG5U0gyitakqLzg2Z5Vluc7NYAiEAwnZNeZybqliGpDZZv0zpTEeIaARyfZVZeBaIIsofZHk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":650159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+z0eCRA9TVsSAnZWagAA16cP/Rm+m6ES9N1/QquQmUA/\nkuzoSZiygVCyefyPJhSZZGIyVWerctQS3qOg0qepOgdWbOiLi5Nmm5Zqq7NZ\ndR+wgv0Ilrkc0F8Vq1pSgAuo0qNr0UvoXB23vReQ79q5hJSUr98QFb1tJ+mu\nTKXyKIxI1vQiPF+Ez1pQE1s6a0CMAfwRkH45j11xciRI5pv2XnyEIi+pwmGi\ndrA3JpfEhSs9Wo/YAny6hDo9dWeJsLJKWnIv8xE/hWpkcZd8tfxe/HySwuLc\nfoDw0giAWiUdVCDXQlXF7JD0BBDr8mn5/TYmD+qn7InkWC+FmMcc1xxDx1kb\nRnHOsLCd+MlQVlxaC/76ZZq9g/UzcAbvFPHW+OGoyUpveGksIrQCytHYMvaI\nGL2Q/sEQNuGmoL2n0uDBNdV2/WYkUzwbxR1Ax1J0KUmu4RSbF9+c5CcoxyH7\nnZ+tmck7xDkwtJFriEURZqlWvVApyIiXuNUAwOFejeci3qj1iPHBUaI7uquR\n58tmALYAn0mMyLMh6JytTUqCQrXJs0aqLOcQ5TWwj/pKcVjISba8Hs1l3kBe\nYcRHjuuQNGsddL3QXuJTfppQ1xs0hvslaFbo+jFOyQxm1jpeZTmurECu+EXx\nRo3+K2rtWBSpp8A65PgT0lXfFxEnPLPtIG6/dwsABnaYKeoNL6BN61ATyDiw\nxQgc\r\n=d+Ab\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"51fa21dc6a0745dd87ec62c007784b3c8f0957ea","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"5.6.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"8.11.1","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.7_1526414619873_0.6836214032077843","host":"s3://npm-registry-packages"}},"4.0.8":{"name":"cordova.plugins.diagnostic","version":"4.0.8","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.8","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"6a87c2f7bb1ba32d442361b0beed8d1216b9e743","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.8.tgz","fileCount":71,"integrity":"sha512-tNZyWVUyBodw0uI1Ke/NPDRHyAAUjABq7lpRuvilijrDh3vGc9ijNFbttA6prcZaNQ1aq2MndCHopI43RDcrFg==","signatures":[{"sig":"MEUCICJAiHV9Fv2cSTgfBclWh0dpylBAxl/uTtGZTBd6q4hCAiEAuPitlDJ9SMK1BPS3iymOMn829y00mrotFthy690h9nQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":651204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbCmHtCRA9TVsSAnZWagAAWeUP/jK+pA9yod4V4LNhq39D\nqgaHJUHf+tXHuNUnFn5BAeN3j6yUlASTBubOsNU+8i7+PcjJokFr4xX1M842\ndmzrCAuA9iolNa2DLoKKoC8eUafefeyki46VQsec7P4vU7OgI67NWih+EaJO\nnFp83NtTtk9g52ZC+yRtB2u5mXw2S4WM+bYLM8vbi5vGjNXFBIUOVSNsLcp+\nwaHEeQxt3QqpG6L/dSRQAiwz05nBe/UCExhPg1e9oVkTuheJ/yoI+SXlWsuP\nSw7Ch9DTrcKpbWBI5q6v04kvFeip25z6lEZvP4qtUdzCENoT82XL9YCS3QLs\nWNFRcgQYgn/vByDd0NzQcJcPyLTz1mhKsOOPZ21cUdVZS6isq5NlAmFyxTUt\nHO1aUBLVuINWT39SM5xfwmZO+gKuIqyQk7koJjNmQj35w1fu11v4uTtV1D+Z\nNhxBGWQ6+iJGMOMB/mHL/5nGShOGceo0svGp0RA67AROmhO+q+FMIMrvVevE\naahSL8o/rKk4uTPTSoSvy3jEPgL3lWd9Cynkr26Tq17f59ySc7iNFZ9L9a7D\n0nn5adhRD/76rlgRaj3woy6CJqeUXmM4xL8M72zFXoHRfIJVWNZQaqrTwY4X\nU7cVqK4cuEOnpF4ZVclRiAzUMQlFiDi6fVQmH5NB7DM79t4FTStw43TMgmIO\nmV32\r\n=/x83\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"gitHead":"0fac4a59d1f246c872c05f513b09f0e9c93abb51","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"5.6.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"8.11.1","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.8_1527407082971_0.9679663743448195","host":"s3://npm-registry-packages"}},"4.0.9":{"name":"cordova.plugins.diagnostic","version":"4.0.9","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.9","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"f5030dd08af3536e554b58277a9992768d9383bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.9.tgz","fileCount":71,"integrity":"sha512-FopqgKrLSm1bVKy8EJG1QedjuPPuBFGyk6vhQNZdvCg4502jXWvcZ9Xb3yjYgdRJOB/ExNIFn7iHBUUzWAgX5Q==","signatures":[{"sig":"MEUCIQCck5Mss+uWgKlRCx/oiPGZdJ1EQ3bZhmUzeMVDaHlkuQIgejzSSBDFa07b4SunFY4ulQCHly5WjvvuVISjQk9Y2OQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":651782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhaq0CRA9TVsSAnZWagAAmrEQAJk2fOYBzUsQn8tH5ig/\n6fzq/Xknh15L47Ljx0G8ouvtnPiYKWYOA+T4KCZEaIaSVJ+SuhdaDhv9Ty29\n4NuYPjGPhiaQ194bBTXPLMM9y4GR3R6F1xrtbPUHXeUZgJCk+YM9XzdGutgB\nKCcUeXg14+4I/fqwLmorOP4JF2wmxLqHt2re8CFR3XYglhP5FBrmPR1AQpk+\n8LiFgSeUqUcUSTNUOfka+sqRWGUILKbkjnAO17mSR06kkd9x27+TJdqfaIYp\nBq9deLb8+utsgvGfDxlo/YtJlUKRXdhblvG/PymUVdG9ap3Iwr95niMI1H/X\nfy4dF8Uud/gI8vzM/V4rTdiiZW+o7QeA8Q29CbT8ACUqn43FQfgsOmOM3sO2\nP+woZwkgLyfSKS1GT6vM8xMB4bqAkPZnwPYf2oYvsKMxXsoxBcWLgWNHmgA4\nT9HrljDSQ2f2Lnm4lnVw0kY3jfNuwR2LpywoJqyT4ReFGjrFUVg1JqIsYWhh\nwKDPeQZgZQ1jUwSPvrfSFoe+Gz9lK60aF+QHi4g1+VqXUGEAQ4xvx1U+XMaj\nJNmR3tOeXO/hqpjuReRyok2n0iwXrKT+XAng4POFtKOoTtDVjFxd+j/hldA5\nk2YbRgBQfMHOI5/70PcDCrpanaLlknpayaPe7eJzczrV5Qz/q24Bfla67hPr\n1NF/\r\n=HREp\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"4.0.0":{"cordova":">=7.1.0","cordova-ios":">=4.3.0","cordova-android":">=6.3.0"}}},"gitHead":"f06970e34b93492b28e363506f81554c6e5a27fd","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"5.6.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"8.11.1","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.9_1535486643184_0.9047652985136514","host":"s3://npm-registry-packages"}},"4.0.10":{"name":"cordova.plugins.diagnostic","version":"4.0.10","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.10","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"f3ba207544eab755eaa4e4111db28c54b8c1f755","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.10.tgz","fileCount":71,"integrity":"sha512-t+3+s/7oD3gn0E5hXVmpkttIi70rvicMzYpYAjyzZD6orROYw5lNsG3qOI2VIxBJxd2S+kMBm7cYkcdRHqYU6g==","signatures":[{"sig":"MEUCIQCl3I8DyXRRKU8Q4oR5NTQkiYRAx5PjWmiJ9afFcxXZxAIgPHALoVGHhQdkTTNr0rMIDKkIjU+Fs/gNIokDAKiBOl8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":651935,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkDl9CRA9TVsSAnZWagAArtAP/2JHDlsq57n/EQGvf9QF\npOby8CMhgNFGkpVfxrqg5cSY1n36a0uEtWG/QPKxfa2bGgqodEAvBHD10kii\n2HAphf/UG/NszYuUMQyjGCjgTr+3eFDFU5dv3oK2vREblupPUwhPdrWQSTWo\nceD+YeOUBXqxnPD+VwDAAt3aiXWh1WGive4RNNduahoefOSOkTa8ZiY5B9ts\nbNooQ/JVUhLq361RBLGbF8wANqOVepFgo6Nr6j3JZq5SFKy/L1RZLSxLKSlC\n7TWmMFamsCWviXQDwowgGbfuB+hU2u+dPBKVzWsAMvXVM0SMsPi9X6RKJHYq\nA+zmZaEQsR6pYt9ao9ggY6r3zovJbVgIhGDeRHITJ1pw4eWsCDE/Av8Issrw\npOEkgy8PPov4DmvKLIii2QhHPP6YRn9weH1dHdtGQJKxwsNH8n4dboM9IhPo\nDIoyrc32lXI2XJ033GGQLsQjXKSMb6ZWNsC1rKybCF1SdNc3td3q6bSv+Sfh\nxq6MSV1xDMfR7lde2lzBSunXeliO61vNG/lGxArs9S0rkru3/J075ozjn2DF\ncJy+Qmjxz/Q6KWxYOL/WGurTgNDUXD8/Xz8P/rV1FETO1DGZQzpcUr3QZ7mf\nn5E4AoCejeRe7v0PvopUR0+EppXb51Y0QqdChngwKozLiN2lgpihSKou8OfU\n8QPz\r\n=8V/b\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"4.0.0":{"cordova":">=7.1.0","cordova-ios":">=4.3.0","cordova-android":">=6.3.0"}}},"gitHead":"97ae72adb8c5f6798796b640da76cf1d3565722f","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"5.6.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"8.11.1","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.10_1536178556018_0.9662722855576316","host":"s3://npm-registry-packages"}},"4.0.11":{"name":"cordova.plugins.diagnostic","version":"4.0.11","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.11","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"ffbb355f2a66d50dfb385538b577e480714e8133","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.11.tgz","fileCount":71,"integrity":"sha512-mH0T96bKk4NysY/g8KVUfHvHYbTNlexFdqeuPCsBXFwVE5IbUG3LFYVkNJkJCfrGCVg8JrRNIxPTs6W4EsxcUQ==","signatures":[{"sig":"MEUCIQC6rlqX85VJo+bcdlVsBZrt5+yc7OJYdwYxKk8gZk1goQIgd12oGUz7R9uxKfNBw0rkiYm8oG4YTJmVtxM+NyQwwmc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":652366,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUXRqCRA9TVsSAnZWagAAWtAQAJHwdm/7XGrTz8ucadDT\nmXrvhpRpNDqLgsBZSUVZAWAgKfef63Jr4XfqoLqwB9zsoiOehR4vpOzZr1dy\nPc39rdy956Bwl62qFIFZE+ufGYhW1Fm11Khga2LvMCko9qm+hEq3ojgah2yY\nKQSU8w1SsEZkSKR5XRWAUNGHazKKEXME2D5aEc69ywusAEvtpAHQB1gaB/J1\n7nGIF0mumMS3wMNiLA00jcdvRQD/0/E+AQo7Bi+tDVlQet/rIO1qpsNDHPMu\n5e1PezRb4YRdqWMYQp0DshmHGjecoLu83/u1gU/3sb6TlGWcCjvtae6zSF1/\nNzONPledtethtTv/fRFwEqONohWHLYF5JBL8YKs8Or9oX1zfoQKbZM1auQyr\nKmlKEbq83dMMq38wzhZtoWHFneyqznuRyTGb/o/40+huARugQpovhESQijOF\nmz7Pgyp5U0g6OTx3n41kzYx1MbJYhEtmwnpVv8Z9HZZJMK5s5C+ElX8ALXYR\n6/r/hJX9MaeimEnHjAh2jlN7t21Oy8hrUbAu+97qJ7GJRqlyOiDnnLb+uquI\n5mEaIZgu+6wgWZGWHbrx+hRYpw8QkgbJvj+l0Dm17PzOWUfeFCqwniYcGqi3\nkad8i+KH3DuYUMRUNQpgarVDo95HWe5HUJg77xOngGg2keK6Qyh5Wj9oRuhq\nkH7j\r\n=gWRZ\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"4.0.0":{"cordova":">=7.1.0","cordova-ios":">=4.3.0","cordova-android":">=6.3.0"}}},"gitHead":"bbcef649137be4bb033d4f7def7b98294b908613","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"5.6.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"8.11.1","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.11_1548842089160_0.3565330274434799","host":"s3://npm-registry-packages"}},"4.0.12":{"name":"cordova.plugins.diagnostic","version":"4.0.12","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@4.0.12","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"25a6ec0a1bed8f8d4eb61b217dce1189d10ee70f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-4.0.12.tgz","fileCount":71,"integrity":"sha512-GOMY92LPibmI8IbqooGhzIw1SJjbdlqtZ4LUaIXzqP+T381B+WDLDUkxcmJc60M8Nryw77lH+jX5izfadixwKQ==","signatures":[{"sig":"MEQCIDk45lgmBkNUBZlOBbpmR3ijVsSeUvDWX0I5mKnvhkJTAiBjM5elHU2okqbCxihYcVSHKsyznXSA29JFXlYi3fnfWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":653341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf+wUCRA9TVsSAnZWagAA6P0P/A6koYhz9AlJvL244+fX\nPFOGeXXuY770CCOicQl2SBuef5SwgLqZrTltvPkLJbWWo3tTuvB+RLYtN7Xa\nYJaLdjXNh5ZHgXUaQGhCYZ+6oFy13I/s17RAoAImvP9Z0TCsXPZuNwu5xswz\nS4R52P6GZrTNZ1MB0O9he+NDzeM08b//fGZS/gGsjap9KRKng+xBNnUQw6bH\neGf/zTT22/nTg+GyFqAmprh5uzHXkZinP5S1BnIqKihGZbQZ/uz6J+tSDDlS\nwYW4SizkjY7adC2Tem20g5xEgZaIwxQ0NS6eCFfR660lGQ81SnAg1LHiZFqx\nQvKET57TXzOcrdsTODGYjL32k46HiYkUK4TlmgOs4RDX3iMWLTcq0nwgkfpd\nUkJHpl0W8yXi3hr0d3s6F5X3x97A5pOoCbbSXACOkavRxo0TxcoRVvqCkpQl\nLnTJZ43JdIh3nBB7cvsK4uaWW/x46x44r5VEfuVY8nOOKLb9kO3f95e6dHY2\nj6F9Jfq4++lm1cHBHmB75zHQlsHZKVoGLLfTWGngmAGtQdyP3BbMHjX2qub9\nfhzFiuhGHxq+HYj+q8jw4viMUZT8Cr0xGYakwJlcyDC4oxHjOap13KxH28vn\nfllCvV1vAMxwYUHEnVIs5wYrKUNSidref3dXssjt3tIUJBgvs6rbZhoHxGm2\nGZd3\r\n=BcQo\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"4.0.0":{"cordova":">=7.1.0","cordova-ios":">=4.3.0","cordova-android":">=6.3.0"}}},"gitHead":"b189fc78ecd333117b2669eb66295f92ded7ec99","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"5.6.0","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"8.11.1","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_4.0.12_1551887379151_0.9660176434320227","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"cordova.plugins.diagnostic","version":"5.0.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@5.0.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"7c136d88e93ede88b825f9a3c4f977db9292f8af","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-5.0.0.tgz","fileCount":69,"integrity":"sha512-6gbvq9gmomsfIftiX8/YU3Y9ALamMLv6QD+4pOgGc/HpKIzSKesq5tMnvzSt48tVxzlJkQzxXpPyVZ6YYfhUpA==","signatures":[{"sig":"MEUCIQDpfekeyR0s1fo3KMNHzVt3Zh+HEG61fNjFf8HyFssb6gIgYSiQ44IR8nXJJVxG76tdzLelh+XA6Lkw2quN83NXZNA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":651797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdC68vCRA9TVsSAnZWagAA4FQP/208r8MhbKA1SKy/D4Ok\nv7PrZpRNgRAzDoCWExHsEAJ4vJLL8o4humeOT1Y+Cq8YP8LclNdVhvGy9Xu7\numGGQgCZiygovYmONmObAxA+e0EV25CelsmuY3FaPNQMfNMSHxVHuvLMKZYM\ndVU0gXp715xxXXu3ndsIpy+3Sp1483zVgdPQmXqcc3BFT56QMhCTG7WDcNZH\nblK/hM9myYDVZ4Pv/QBUGhWpfNDhwa/OAT5TwLJJODIBAFRkFJooTNuSOwrF\nfd7vaoBePfNdXLTW4u936/KapDMxo3DSY42aTuvfE3uI9G8PEp9RLdy65zBY\nb5yrnhEPos235GQI0eYoYqeEM30tFCuU6pQR+UK4odBCAK0jCLBsgAh8da7y\naQ6efJJquDWMYiUhMzcNFAb3sWsa5mEi886cbgi8XbBbzf4xJOIfYg/Wvsjr\nBfliMDSO/i1U5gC49uq+Ko6dKpwWomXHuQU34tECcoVzFmriKsiHSDLv7bao\n2egaDXgKH6vgL7Zo5eq5kKcczkkGK4Nl204NmpXdJ8DUzULAcK/kZ5WrzG6t\nt4DyECVKcEYS5jZwfS4xBqozV/A6TX4vRRlif1bqPpNKHXBc8psvOQmgb8et\nUsGeQh8VoWKTjTzkxrGf+BBlzwGP0cvz+gG9nQKSRW51ljMiIxjgGS0Y+vM9\ndR8/\r\n=SCU1\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"4.0.0":{"cordova":">=7.1.0","cordova-ios":">=4.3.0","cordova-android":">=6.3.0"}}},"gitHead":"a9972ff5c969198330df2fbf8012cfeea914ee2b","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.4.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"10.15.3","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_5.0.0_1561046830325_0.493924521272727","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"cordova.plugins.diagnostic","version":"5.0.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@5.0.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"63eb32020320777b7b3778786c2abc08ac3db7f8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-5.0.1.tgz","fileCount":74,"integrity":"sha512-nuHDm0EQZcoz1DIFLG7/cdxhFL2LHVi9hWZ+gLNO5GsMSvjMh1PRGuoBjOjvBjsqTFlYbWEetu1/tgZ/29qbfg==","signatures":[{"sig":"MEUCIH23Wi2eO+B4cDDPf0BgtXNNA1wnCpp/sS7OJVIEZpc6AiEAseKA/hff5Y+u2uYD00L748rzl34kg0C9O7ALkGKOnBM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":666162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkkG9CRA9TVsSAnZWagAAnW0P/17az7qMw4Mci8yrJ/vD\nLuv7MQPWX1EOcvoVthElZIOgccsGLpl9/8cv2JBrpAOPIGJ7erZvZoli9XrL\nZNIgFXRFdt3pfKxodqdxPAzaa5ZC0nw7ABSApHVX4/8TcqxjBy6hWeQ4cdQy\nWzojLyphgNVWolcdrPh7+CAC2WSXV6f1soC/IpkkUQ2M0vd6TmTCTCGQqUG9\ntdqQB6CwjkdZftGzzIEjCSM14kk7ri3pNHdvXFd+ntSHAQdtL8GKIYzdXe5L\nI5xqiQFUeLsUAw4koRlKRbd0d/luvXAqojC/ThsgpzajNkw3FkTrrUOOWnAB\nudoQYyERuXWscHszBGZsn6cIS1tRot6JXMTaSQJPwhuMxIsv6MaPy/oEquR/\nIlTZqjILfD5dgJdEn8fttadhfyiUAbSWK4s5kq2y7PjM+u60pFco9rgKyRw7\nbnXtMOXLzEyzpoQP+CDpNjNlty2QDGgnQJqVcm0pjRNWMpgalq5eAAqxfK5c\nxcrr3Qre/who908vSXuVGK7Jf14t1bpwsASOPqJWAuU4jvi+Rj0JqpkEbwiY\nPbtXdsbL2F0oXpJ/5Pqn9V4ho5SRtJaMBq82spav/ykgFxuAObXlSP4zMS/u\nX6wGskW8kkP8Noy2iCOU0/vf8xKbfGrSsWFyr32QNBRE/uosW8PQrJtRjC9t\nfPcT\r\n=eqgf\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"4.0.0":{"cordova":">=7.1.0","cordova-ios":">=4.3.0","cordova-android":">=6.3.0"}}},"gitHead":"c4750d1736a9461cd950f830e6b420d54aa725a3","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.4.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"10.15.3","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_5.0.1_1569866172361_0.6785893585048919","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"cordova.plugins.diagnostic","version":"5.0.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@5.0.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"2657e8db33ae4ec347fef87f83a710d07d898a59","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-5.0.2.tgz","fileCount":77,"integrity":"sha512-H59o7YxJ2/COzvg+jyTpUqX8QoDcvti9dluJ9a+pHumE8lf3meWemwCl0QFa9GH+xgVd6X1Ikj/6P3+DKWd9eg==","signatures":[{"sig":"MEUCIEextR6071Jqy0SM+yJFahJB8YGEvf8xqfk9dPaeMU1KAiEA8+r6/uFyOK7HYbCeP8RDH7n48K/UcuAFL5JZs0fbsTg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":714356,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJet8mtCRA9TVsSAnZWagAAi58P+wcYPeOwsHcwonMXyS/G\n+OKy8NUnLiFPrw+RY/VVaqD7qTv0RBOSyktVgp6YYsaKx7WkWwEiUubWzHAG\nCQ2vQ+qgqBPna0Ekh8tm+ZyxC5ZUWvV/EE44a+0RET/JLInnGtil8PfQIcST\nGQ7i4K9m0KtqDKhg3B8Xr0OAVExuyW0Vn7+oqw8txvGckhKfqU7mkKwaqe0X\ndXFzPqGdIjn3QBlyOnzEsWgbXroo0LkcHePdkQ2FtuqLC2QsA46n0oiZnaZu\n/qrgdIO/QqViuykMLbR3iOzH//YKUxkUTeyomr4C5SMK1d+eGiTaH0JSfrYb\n8JYVetAiMmf+AFKGMr1DLeusvaM2FbA72+UuJBwmanNCfJcMHElSmT7tZMZ0\nb94ysvAsj9MGaW0vlpLfs6M0V3yOCqH4m4XR7bQG4zNUYjFi7fEpzXISTaUW\nAypGPTu8qgkgoL6MUo4TA1hZzp4CJqd9Zs8Boe/Z3l4KhS6qTGnEyGNrC/MU\nWla6eWpojar4rfodLnwzNIQ01aWJLhyXi9j5gxrHPsJZIfZtThAtE1mobbsu\nNsDotBALenH4NVHkYk4cZ2covkb2QXi31LFitO+hec6pACiDg5BzfNNtaWEc\noWJJedUXLFWIm/T6baPA8gXr2z7Y+4pb9WZXronnbM36D+aoClqSag+mwFNi\nZeSl\r\n=H7ji\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"4.0.0":{"cordova":">=7.1.0","cordova-ios":">=4.3.0","cordova-android":">=6.3.0"}}},"gitHead":"643f415d355adc8f3510c019f38a887ac274fb00","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.4.1","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"10.15.3","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_5.0.2_1589103020941_0.8854097774505285","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"cordova.plugins.diagnostic","version":"6.0.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@6.0.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"3d9a7f55b828409b37b7e64801c32fd1ea0549df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-6.0.0.tgz","fileCount":74,"integrity":"sha512-2JecbYJnyJvAwvqSSf6CHG0g3e0IxyFqNKqSZJch5C1K1ebJrPl4SZoSOfWTOz+H/7p1ZxEp6bsk3fGfuC91pw==","signatures":[{"sig":"MEUCICS4Yp1/5++w3yTLuYuHNfR1IK6wxCobbB6Tdqz0v+nQAiEA+2Kd2ALAlgYrG6MKtvnl1ETVnIXSyt0pWQzr3tB5yb8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":690769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDBK7CRA9TVsSAnZWagAAxIgP/1EQa82eSOSWCnJp901z\ncjPd8TR9mpxyiLJlW/gTyAJwVWDsTWZ5EPozddQyzYKun7DsyJRguCep7I3P\nt1qVe3RpxXh9yEEzT8jG81N3syzmi5Yil11+6Tqf9tds5ys+NKh6tZa3Ybrv\nEImsccnrPBxlm5AvxcLUSx/++8OOfzsi55t45LF/hHgf3mNMw3KnYTdY4opn\nm1R0fnHBlao8lxWZed9ZrO5R8oYFHJK/NOp/XN4UmJg/Dm9kBbtThXp0xRwr\nvf0kxUGRYOX7OCOvQGN/0c1QnK/quJdwmJQPxw0IoNbB2dWUEssX2WdXPcoQ\n400mgetuC1zhZbRPoov/I1vVLOeZDzpUPdxcaGafSVU0mxPHILEXMgxYnG6L\nAzZtsZO66CXvvWmCwxTt5+BNrdsR/hx5HYXoKUqa0eoYnL8Z/PjquPIJk0ZC\nTex3YgIRrHjAd/D2dloHLouhDWNAjbSFp7QuKdtqKItpyZkjNH4xcAVs0y9+\ngc5wbbgr+KoAwpjzM7b7plZix7AhtDfGiLkzMGwRvPem2yDBsTevasVVLUHG\njxvRZwGu/uI83XUS4MjghvsU7gacMuqZLZUqySISttggml6vqkdo7UYAJunC\nS98BilIA8HrDgl8VRi1idVFre0qkg6MjMGWZI1NE+8ZJ0K4s23S0QUXKTqjp\n6R+G\r\n=dHXc\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"0.0.1":{"cordova":">=9.0.0","cordova-ios":">=5.0.0","cordova-android":">=8.0.0"}}},"gitHead":"bca5e908f12b78c9032e8f9ac0a9be839621f464","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.13.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"12.14.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_6.0.0_1594626746658_0.32044789536732976","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"cordova.plugins.diagnostic","version":"6.0.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@6.0.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"70d9c95875d3f0b3d64330c16a08485f8e55fbac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-6.0.1.tgz","fileCount":74,"integrity":"sha512-+nfAJvD5QnXS18VvD1RmPT+Zmb03uATcEts7N7AgF85pADeOM2blDqrQqZck6JbenM/ZnfGyyShbL+fFE9yJKg==","signatures":[{"sig":"MEUCIA/5nbRt/SdrWPlnGJcGuRWE3j2CVQJLPCPuE2QF3nCdAiEAl1Migky6KzXvvK8J0QK8u6ZtRyobxM0QbY2l94h1xDA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":692076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGWoXCRA9TVsSAnZWagAAyM0P/1vo6ZibBqOB2p6/BOuT\nX4tsnhmeVmNHnpVzCaHqwC5MuDQ7CwDJw/knnddgbI9y+Aq8at9KlxXP/rE4\nfIkTmRm8PCtervwIMNcQ2Cmeu0S4x2hHv3Cg9xtx+ucTPYV9F2VTrmtk0PYu\nUAyzUMOU63B0LCBBTJpbmNRsatxOfxlvLzzSM3LSwTqAj/uXngxZV0ezxwyy\n0403EH6l18BgQ+3mU/fTeqZtSoUI+82KtruBVinRxoEfWKGgVOIcAr1kHrkC\n3uzFb+qtZ7Mq+82sSzMxT5LRIBJCVQrz2EzX1PSvt85TK312pHXBFQBzqDaw\nl5f0xTSigEpM+ZA28UbDg8hEug+qS5+NRKzZyqif9BsJCandjsDAVwOKSsCs\n043hINCzLL8wcp7CqQqFBCpNqnnyXnJZ7Jl0nES23hdixe7YMp8lIOTaT672\nmWrwoAlbNjGlDRm8HRtHE1oIxBbE/9Vgx16kzvprlRjq3HxYkBuyB2Vux7as\nIBZPMi0Zv1aU7B1bBUeUYCM2ShCnQjAwV5uZ3MpLG6k0JjD7lVavPCP+E9VS\noSG5cS7tTvHtrlyrOnniF9SF81hIqv7GMsCRolKLkUIdGOQUxwSiIvtAeR2Q\nMvbzJg8voMXMMZjOwIcLiUAxLZ0Rm0IiVdkxcOF/NaQHoKWJONvIS92ppJPz\nFxts\r\n=feDt\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"0.0.1":{"cordova":">=9.0.0","cordova-ios":">=5.0.0","cordova-android":">=8.0.0"}}},"gitHead":"2b81bfdf763b514963a8b69f2a0c1d1439c7f67c","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.13.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"12.14.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_6.0.1_1595501079199_0.5663063427570931","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"cordova.plugins.diagnostic","version":"6.0.2","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@6.0.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"ce3b57c18ebac1c4d6a4d1ed3ff330a61d2a5c09","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-6.0.2.tgz","fileCount":74,"integrity":"sha512-X3Nd0Ume1ZWndEJRtJ+BQTuTXBJfJv9hoI3PX7T/JiMMFQ/PgMwcn2DFTb27LWa65lAvMiEakMSRWmOa3/zvNg==","signatures":[{"sig":"MEUCICCztC70lVijfm9twPY46ygjgw3T4dBrg0W1C4BAwVtGAiEAhOFAZ6Z7Lhm3k7g/vpg/Gsjo3aMjGRErxjbaimkV4Ss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":691635,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHZR2CRA9TVsSAnZWagAA9qUP/jsX4Ph1mD14B/dlfIxX\nXqLdwXJ9jn3SsXxuV70aU0tGJLXTn6IAMR9eC7Y7a9lgZUeogmaF5HGN/Ak0\nA1Pxyv2ZMIBDyWXnY5DwiG+mcVcS0b44ecTNGLJ8OLVZDYyHaMuP7FJc9Gxy\nzI4f9MM5fo1Yy3qJLaBxhPx50xqwI0FvWcs419CTbifZJ2ehsB9MV2XvNCM9\nlJuZieHHrLhwBTcdAiDOSztXREry/0GpvK+p59dLy5Hjs7kjEv8jLiRvPK1g\n8X3BSjWdXc0J2xtsCOGfj0RuIShieKh2x+3J4S+cJzhbG5DRYNTvyzVKltnC\n794j0wKEcVqGmKpyt6uvfDh71l6m/XLA+a/VmHt8F1/GkE0cOozFeW1LrCjJ\n5rwlyV67X2mTjooqwk+DV7t6jFDs9AzGM/RKsBexWLcnIqNc3WCwY7XDIb6W\nR+meCdNlTXFlg0iTWSMVVMDtZfybUkHLsJ7kgB11/fAC/U9gdems5MR6NAAW\ndg+K8hrLeJwzjHyov9oKyZlsPbwOjrBvAtux7Q5AhnHW6FWB39ZsAHOPZKjw\nO7pcmZPqqMhHTJY1p9shtIwdFaYjr6j4FGAi48PCjxA85TJs5mbkumUBZ7eY\niuT+0RQYuUszn4pABsLHF/bbcxuw4iwLRJ2lHxO2ImI0bSqIXJzFxkimQQ94\n0pU2\r\n=8Hvr\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"0.0.1":{"cordova":">=9.0.0","cordova-ios":">=5.0.0","cordova-android":">=8.0.0"}}},"gitHead":"fe9fd76a144d09bd4fa695abba24a7ac36aa423b","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.13.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"12.14.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_6.0.2_1595774069840_0.9902820805612025","host":"s3://npm-registry-packages"}},"6.0.3":{"name":"cordova.plugins.diagnostic","version":"6.0.3","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@6.0.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"de946750a3c4890e76e6f60ff32dc6441f1cb9de","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-6.0.3.tgz","fileCount":74,"integrity":"sha512-Pj3pPHYtZEVHQyDmDcUKI78arzcpmIod+5DnOAtVvAvOa5AErUlPou4/MPAv08cw/REYsJ8Siy6YIWkdMnMaFA==","signatures":[{"sig":"MEYCIQCDUuyNx6mDplY8MZ2rEdKw9pqoeI2ohnx04tf+LBeGwQIhAJgvFpWvMENLXIAXp+6II12AyQQxYnfNSoK92/67GfcM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":692214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8vfFCRA9TVsSAnZWagAA33MQAKRzKE9FjKOvY713C2Rx\n/87cR04mRJnKbtWS8wr5QYhUYVXTR2J+R2t3x4s63r6aGyInIYg5YEzbfGGO\nDJgosTmTHrRUIp080ItwmjSiIP8WaJH9kDw2cKS8MZrFXCzzKOBFNQkdTfiQ\nIj9k9YS0XghP6dMl6HIW4Z0FbEyy7QgxIqiVgT2tQgtg0hR0Yn5Mx+MRJqZ2\n4zObPAO9+Hj2ex7ciqgvNzzF3d0cMBtrbGh2KTZOqGLZQNBeuzLU74+o+rc+\nGe4SM+RRMRjwKU8UbqEJfHakMSqCY+zLgPIyYBZi+t2JB5MkvTuQuie0r+rU\njOIdri9gqURDgTxf7h2bdTliE5UrDxzKmqLk5BxNx+esSry+GcAivFq95jQT\nPW7Ho+hfuQk3/mHAgsWPMFekDveXbRfCXnjba58HLWuf5hYNndhujQT0hm8w\nUz+/rZPRhs3FqAGQRA6+GbrLQIC1jjymRmeuxrVuHsybCuL9BM3drQmNawO5\nqu0y8lyf2Gjb0r3qM+lTFlzLL+SvviP+gBT8mz1tVkbkR1vP7FebjT4kjH3r\nUm+SwqlgcAj4Lbp1PipkmGeaCOmcPkd/ReQzp9ScqIf4s4r69JOhXpJ8OJRk\nW3xwo+xsn+QuUdJGFOvN5mi/idbm4dFfG1sSM3KkTWhYQ4tQGuRTcp5MyjqE\ncbqR\r\n=hzFX\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"0.0.1":{"cordova":">=9.0.0","cordova-ios":">=5.0.0","cordova-android":">=8.0.0"}}},"gitHead":"33d615a94aa5aa60ad777e8f5f9409233a5fd2ce","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.13.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"12.14.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_6.0.3_1609758660888_0.05268335513749789","host":"s3://npm-registry-packages"}},"6.0.4":{"name":"cordova.plugins.diagnostic","version":"6.0.4","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@6.0.4","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"8ea85ef1a95d9269369f166c89e1616db7d29337","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-6.0.4.tgz","fileCount":75,"integrity":"sha512-FG4taBhmWCFPzUpga5+VgkXVEO/eIkrUhgTiqHFXw+bAYI0y6rBrMtbNZnNUoYksFwXcoxZcK2m5beBflyKuPQ==","signatures":[{"sig":"MEYCIQC2kE5/7d3eRMVJGeXY/w8nqYvdwfvXVVgg/Xem2p8zsgIhAJnugeOnd31CSHnDriTgFIpXQdwSPs836OYLYv1QRoJU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":699344},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"0.0.1":{"cordova":">=9.0.0","cordova-ios":">=5.0.0","cordova-android":">=8.0.0"}}},"gitHead":"220cc7ef814b3b41aa51e47f5236bbbe8e84b048","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.13.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"12.14.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_6.0.4_1633082823753_0.2432598874199512","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"cordova.plugins.diagnostic","version":"6.1.0","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@6.1.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"415371a71acb3b3819d02db0d610f1ab2e2e6b70","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-6.1.0.tgz","fileCount":75,"integrity":"sha512-8kBfmURLrL3b9JRS0NkLomi4fLoYXUe2enDgbMQd6S2bDF4Z/8j5nJWvHyuWeFaEoxstMmT2htzn18aARndDYw==","signatures":[{"sig":"MEUCIAe/8G4uDYi+ccGLuVjvgpQN6ou3WOXZHjkvoAkGw+DcAiEA7nmiJYZGjnFapTBjaGLqFLvNWdrVcQZkZoROE+/KB2w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":703124,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2m2vCRA9TVsSAnZWagAAEwoP/ilbqBpouDM7THqV75Ui\nZacGfVpUe1cFTsH5VEQYDN8kMndx9anOub4GYKymRQLRLUngZlKlNnSt/U12\nOYWVMF30tMO9K34vCfIoblHZMXGai8Xxc85inNhWEz60f9JhjH3JEF4Snk3Z\n7oIEdeRQkTlY2mVlIa/Zpneo9Dg1zRFkBJ52qv0XQFqX4Y7JbDJI7fV+EMwO\nqB9g8ThDQjkvSURcQMzl1nE27F+jNG7/WJ+MZZ53gs80Z482tATLvyJx+axl\nDsm3o3L+iDzyEl5kTHZxjmkMTxQobKIAafqd8hK1XwlOjUqlbcY/HzLeR1F8\nSHsP9paqQ7uQgd6b0zV8SYP+W6+xj7OkCpQrxutGJByXR4Kqu5/JKoJ5AsN6\nGNE3+6R5ZkMPzAj/ulE0qwADCwgqY3fkQSwMJmb9sOJ3YMx2/XDGNk/ftwQ7\n2aepQJs36umUai+U/FHyC3OIM3beRwCnn0miaUjxt+RVQQsA7aa0Vd/PIlRL\nDunUd2gq1n7rFvJIKApUmBrpxlD3kWeuKncxXzHdGAYxfoOAXHAeAFr7MgjI\nAnYpMskkvGhS69ZTBgvJJxMQvuN2L3vGljY7xdcTiVYBEfFU2PU8RFCkW2QR\nyQoWBoR9fvTDBZ+U6aXEimvrisy4p1AfVfjWoUSzihpvdvK5441qdOi1gYE6\n76Bc\r\n=cw92\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"0.0.1":{"cordova":">=9.0.0","cordova-ios":">=5.0.0","cordova-android":">=8.0.0"}}},"gitHead":"4df1db327378af5f2b363702322e15fbe37a1b24","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.13.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"12.14.0","cordova_name":"Diagnostic","dependencies":{"colors":"^1.1.2","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_6.1.0_1634287689027_0.6275509779229573","host":"s3://npm-registry-packages"}},"6.1.1":{"name":"cordova.plugins.diagnostic","version":"6.1.1","keywords":["ecosystem:cordova","cordova","android","ios","windows","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@6.1.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"7dbd13a6b9b2af13701c009888441d36895f57f4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-6.1.1.tgz","fileCount":75,"integrity":"sha512-JEc7MEPNDDrLb4RGmIwxoKIQ1AVRbh7OuDI8MTsdRqKFA/fQgdF3tK54uWbICUYBx9bQ0YY4FqNmkO0zkDyx5g==","signatures":[{"sig":"MEUCIQCnqdcSAR9T+BDf/nNhInr1DFMe4rFC7RaLBnQJG0Ud7QIgFRcjw8zTtLQiXun5LPLlxAGrD/KFlvhA9wNT/rNUBqg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":703510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2/lDCRA9TVsSAnZWagAAgsgP/R+D7nyeAbD9GK3O4+Xe\n72G6EABLBbuEqLs7hveU+ijetY0mfLLPT6VWG8EwKZHDmULtNPqfXPIEiwZd\nXddNUR9VkHeb+Xvy5+INpd1JaZO4FD35XkL5eoAoAbnetxareM3xn+0fw/md\nuKyXkxX/N3dz13Js+w5cSL0bhXlndNOK791QI64z411wvdxxjbAIlIC1gPCc\nZhCfQjn5wcqEjH8/sadlV+fthGDef/tG6cCBigoTSVifG+D7YUSk0sQbiA9l\n1cuweXZrjNaEsKjtxj4vT1SOMOAP1xBEAYnSrvZ9TEwP7SFarXcJmjwH8LAC\n36xARgVtXcH1AMPnLtau4xL76mO3ZVHzfNq99Kmoox7J/4SgME+ObOwHZQHe\ngmoLL5DIDGE3xZWjSIJXW42FvFhddI7L7RMHiHlICNsNTyTxjKHqs42Ahvi9\nj4gKRYO+aJuWcIkyTDC10AQD0zRg/6T3FJsB+I/71s+cAavVp+yeXIgfwXxI\nS+Q64MamNK1zixBSjx62yORZao95EJKhU5DS47+4ABVFRRs53FF+qCxCiAsu\nL5Z3Mo6aUsw8F/rBA6uh2tu54AAZ2kms8lVU2X0ELA75XPpLahGxh3zP7o4A\nsdNuYeFgjBAJBaXjNjyPDaNhoEQ3KHzR2TQ+hUjWnJV5ahQ7vpNwhOHUK5qY\nM8jy\r\n=u25q\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios","windows"]},"engines":{"cordovaDependencies":{"0.0.1":{"cordova":">=9.0.0","cordova-ios":">=5.0.0","cordova-android":">=8.0.0"}}},"gitHead":"04eef4ef8576cfbadbd3a5fbce30d2714d522cb4","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"6.13.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"12.14.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.0","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_6.1.1_1641806147744_0.40640381554233973","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"cordova.plugins.diagnostic","version":"7.0.0","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.0.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"29e9a84ea1b7693e46aca1498bcdae99cedb48f3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.0.0.tgz","fileCount":65,"integrity":"sha512-iEcRj2jupedjUElbqd0xdcWRDQc+7aDOtmFlsdRfRbrbe8x7Cax+DwpGEJ1UAn+ddwMem1qC8MGjKuT5svgfMA==","signatures":[{"sig":"MEQCIBxUv9vm04fqekWcmt1atI34HANNiIWRPq6tMaHRGEewAiBLM8h4aNQv0EAa/MGajdC4RX99NTejumK62w9pmX3Qcg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":714393,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi48pIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOXQ/9EpgCepln74S97dxkuIRd/ka8X8MpkiKd80OTn59/LiV5tA45\r\nDchvLgqi6mXBs2mGjq41sgMXnwvst61ayeyIpYQUj9pXI9JZsExmyYVzGyaV\r\nXVRMehRs2ZOarh0dvHRa7Wg/voCjDMnU8HsggLyJ5fN3oxz6p2snEB3/s7W2\r\nV2cV2wIrR9yDpK8Gkc4ucUGM1XNHaAp7mdfw+semw7BPjfrcpVYkjF4YihNz\r\nXqdiODg8wf2ICpaIwwvx9jWRZmDD5riAtaUAht+ay6OQF4obPPAeSePotQbr\r\nC2mtaBPZtqBbbiJIHskaAEOIzojioKzzK2/UQiSHswHLqgOR+LU9IRWfNW3c\r\nGaqouyLDCXiHg1MesP7KFVB3TDm+3MFa6TksvLwWxLRBdk6YbooNMqKUV8g0\r\n7mjbrnbdXhmOSA5aLobVx59ngHnTtYuTXvfTxjo+2QUJhZPTRzyl9T0hPl4V\r\nEiFWRRRSCI8dlyvH+y68hX2SYW4sqJbeupmUdQLNM70IsXiep7doErNbMzF3\r\nnkAMZ024Op+J5nHJoRLdjudqCFl9yN0e5jpwWZ6w1OQNe0deZq+NfHWrEhRi\r\nHEn1UHjfHAeqIzgc9H0YCVlOgYVlT6JGFV2k8Qdqz9Xk21qel4HZQ+EnatEd\r\ntxF1xWumij+FESfFUEuKzWRZovNqE73QFH4=\r\n=zQi4\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"210b726826aa22ed36222c41543a402c63074cde","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"8.1.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"16.13.2","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.0.0_1659095624775_0.7200500381435371","host":"s3://npm-registry-packages"}},"7.1.0":{"name":"cordova.plugins.diagnostic","version":"7.1.0","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.1.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"88b08a7d024bd4f2e00194cf9dad184a0fb04bc4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.1.0.tgz","fileCount":65,"integrity":"sha512-X9NHRkmnoON5vJPCwR7lYXu61nsHUvhgcHsK8bIJiyMV67ziZDsoxQ8BSlmtfLJ3QSRWxHgzJDm0pqlN+grOfw==","signatures":[{"sig":"MEUCIBJc3vbGvb6TaHzFUo5zcAWI6FPX5XIOaPKWO/IWKfD9AiEA+2vw1HTivNI0ouT2qesoQxA+5gxQ7utQWoXTyUdsjUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":726812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6P+oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNgQ//UnRA7yGFz8cqj1q3kbg9kVKqZBZqDtE64m1V6E9p/bTgJ+wC\r\nMyIZCF1rmC52hxNWGNSfO7pOZHKQtNIy5rSz9486h12Yo05K/Jf1YBKr6MXB\r\nwQNomMRb7KONIp48HmUxMLzwDRgV0U2NP9gHC+Kqt1FafOhWC/SajnZUG8jk\r\nobUClqDBoxFBl1BT/7UBte0gPnD0aSLVLtxz1o71qU8jxonohrZ1hmYakLFJ\r\n/kUpX52IggLDQiOCKGnZds57XuPeJToarle1V0M6ioCjWlFFKXcF7Di3TO9p\r\nXY7Ktdc8/rqd1/LGpOuaavufCiq/XIOGxSlbaGKf89krphZtPVLFfWHpGcZy\r\nO2NJkBtJapYp6mFptRYtMU0435sBIqQshdQfN/0YMTsyfo+KOJHexLmUYR8P\r\nB0TJhSEE9Ij5ngmhu8+fZSnxyuJSkN8XT4fxQVjDPpcj4G0xGvzp95zWT36x\r\n0791hSf/6UAMacSSAYHUMBUaPjYBetgx+MB1sQvW6Srww8GmznyqYVIZtySh\r\nsxs0SFaP5erbgjf5RR0dxhdZiQT6pkEvpm8xAaYeL+xRL0hpQnUY1MXc4aZx\r\npgvsS9YMCTQBCabyIwIQ6wavKxYSXq3wRFhywzMfDSh9l9zlnT+rnBRaBSJb\r\nBYW6Da2S9nwnW4TSZrtIkhrcUeg941SO2T8=\r\n=2ZJx\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"613e8983e85c25ddf5fb12d54cd743bd5d6d46d2","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"8.1.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"16.13.2","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.1.0_1659436967941_0.7517688968718033","host":"s3://npm-registry-packages"}},"7.1.1":{"name":"cordova.plugins.diagnostic","version":"7.1.1","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.1.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"c56bb1a7962f1d7090b939c81788ff0ba6ac5d1f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.1.1.tgz","fileCount":65,"integrity":"sha512-L+wxOqy78eJSlJnWgjnOUx07mSZCNXWl+ZnmZverqijyOHQBA38ykw5NQQiTJmXha6vg1xkXwiCWhpFsugDzoA==","signatures":[{"sig":"MEQCIGeGe0c7wncWo/8jN/7vjFI3XJAB+Hzo1a71SoEypDOrAiALpCURYJ+diyVXXT82wu6TIRXCrJ5a5uMt9LXxEP0QRQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":731186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPEEjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2ShAAjxWapIplc8uLhUHwVJWYnx9AZa8Eve36RcwPaju9v6G2iLEf\r\nrOItnSjKwL7XCzDn0XJZsfVD87UUWGvkNJiYsnOTfxsFURwaSSxczKagRhVR\r\ntWTYvMaolsvVpUsGM01lEfZQ8xKOwcfWutUgTy+K373duotx2L6L/AXbaJDq\r\ni3LV7fo2WFCFFfqjGdpyG74iUmR7/gdcfwfxn6VBKtEDnZ8DzRbJZSJ6TZtt\r\nHb/DmmlFBY9JPQqnyqdf1/8FWGU4fnpSq88fdLsiQLXPrwZhTmNtWIiis6DE\r\nXtYAOc1B3MctxiAe2QWUVexPxRj0JRZz0d6554sMkyoKUgVm9fgnni7eQ5M5\r\n4MKIrOxIYWwL0s2vpmrFJPq7HxZC5ElPynRmVfrqdtpB7OQ0y+/J9OD2d1Ay\r\nrO1gKeOfSeCbXZbEoMVtK6nUiKGJEaSjpjJgnSn0d2Q7vklkb9LLjtnwN5Si\r\nynfS7kPF9t+hEPZya8pxAA6SZ3jA+Qe2ITl4sYaZgtl/TcaB+oop3C785TsW\r\nIdeIJL6PyaH4UIRLjurG4Hlst3avgVLzClHeJDskDhb7FZI44DJlQdX4XeI9\r\np5eoerMjF9HbIMcXdjPt6rU9Ypb6mRW/uVsqYn39NFNG65gh+C1tBAgbQgkI\r\nP8xW0OmQNYXpfSgU2b917Z8kzKSexwU5Ww4=\r\n=nIZ7\r\n-----END PGP SIGNATURE-----\r\n"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"6b5be29820baab8019f2938d82dedf4ab47dd3f9","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"8.1.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"16.13.2","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.1.1_1664893219661_0.40242128911307784","host":"s3://npm-registry-packages"}},"7.1.2":{"name":"cordova.plugins.diagnostic","version":"7.1.2","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.1.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"34a182259a0f1dadeeb1e08d4ca4e1263d785f27","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.1.2.tgz","fileCount":65,"integrity":"sha512-Rirkthi6dcVFIDVdV2Sznw29zk8AwAPhWfSVZm45m6wqsj58ZNk0/4rV7woqJdTf9oKNqxkii9FFTTVTowvQvQ==","signatures":[{"sig":"MEUCIQCGaN39rm9n9IGLUACeGQABy35SBZD20ZpAM/5/Ea+1DgIgKwqawu3mI2BKL6CJkg+g9epPMptxv2BC5jGQzLP3N4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":739396},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"e47df1bea2dba70223f405a7b07afadf93e43733","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"8.1.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"16.13.2","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.1.2_1684743296857_0.7883415170654668","host":"s3://npm-registry-packages"}},"7.1.3":{"name":"cordova.plugins.diagnostic","version":"7.1.3","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.1.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"98b4ca6af235a2ed69c2b0d11f702633f816d002","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.1.3.tgz","fileCount":65,"integrity":"sha512-A3zkH3wfi8HHRmaZC594iSZ0TW4/P1CZW1X+A4g2/X72VYf/p58lDcGCTTRn4ElJdLfU+OyKLzbMlBGH0O69Kg==","signatures":[{"sig":"MEQCIFCdn4Ilskr8sfYEoKyI3cRt2ZrIl/DMb077sqSkHBcFAiB/ynHcjfNU73tL7aA0PA2cHg46mKXHUufJx5lnIButLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":737888},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"ca19b694a3dcaca23a471822ca4793717871af67","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"8.1.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"16.13.2","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.1.3_1696258303904_0.07121199312023263","host":"s3://npm-registry-packages"}},"7.1.4":{"name":"cordova.plugins.diagnostic","version":"7.1.4","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.1.4","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"6d0973ccb6d1fc146e5a4b40fc42074c5923354d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.1.4.tgz","fileCount":65,"integrity":"sha512-TMtxbe331ZyHJIYtvTmbFg5XEObuOHeoLYifhSAEcK4+RaBLzc4GhB6EkLq3I4Gb7khtB3km/5J6TsaVlAk3vQ==","signatures":[{"sig":"MEQCIEFs/NJU2dP2EjNElhLfJXhgH2jWYNuVMK/upTLjHP7DAiAVuTErjjFxqgBwjG7urTnYJn3nEoO0jcS06qr2Jf8qOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":740913},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"e29cdebf256e19fc83b3d35f88552164f5323dd7","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"8.1.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"16.13.2","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.1.4_1699547596197_0.4980035098806097","host":"s3://npm-registry-packages"}},"7.2.0":{"name":"cordova.plugins.diagnostic","version":"7.2.0","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.0","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"73a32f82b57dc60d91548a49e1ee21b8ecadf65e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.0.tgz","fileCount":66,"integrity":"sha512-kZpz8RdSshtDZW7szFaAOImI0EUrX6SHU/gH3M3tW7ikbuGcEnQ+klRYpY60ezGXAAfGfUaOf9PYCCHdXZM43A==","signatures":[{"sig":"MEQCIGSsM6xSEau6ktwF2IXFr2IQr9F5KDsOWe68CHmyebq/AiAoChEjBx12RE9A/vj24dR4iC7MoYuuIcb6jpt9OqaejA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":760822},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"c615b572d6c68f78ccfe8d156bbff13e80e2adf9","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.2.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"20.10.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.0_1728110479890_0.9487075035862835","host":"s3://npm-registry-packages"}},"7.2.1":{"name":"cordova.plugins.diagnostic","version":"7.2.1","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.1","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"69e16224a552185bf2082f239f8c404c1849fdeb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.1.tgz","fileCount":66,"integrity":"sha512-syeMi8iZlQOwjVDB/NOvEMW8ROtAnZDR98UA/LU9ENmDTAp2Nbb6RPfzpH6d8fjhcCt2CxMLjI3yf7K3QkCaEw==","signatures":[{"sig":"MEUCIQDt08dylDBfWyPCI/jqeBdxR06w+7tvEcaKdwnZHswAyQIgAmuytIFNsdEduN4nF83jimL1cIoh68TNNV3z3EhyG7Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":761801},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"24456202d5a1591b88343c23d65445259f5be1b3","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.2.3","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"20.10.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.1_1728120971882_0.06787232499587637","host":"s3://npm-registry-packages"}},"7.2.2":{"name":"cordova.plugins.diagnostic","version":"7.2.2","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.2","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"b1340090f42ef49b1e67ae3ed26a6c6d73b917c5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.2.tgz","fileCount":66,"integrity":"sha512-KIwux7C0/k4E8e/AP1PbbznjL+dtOLFyx2TH8+G33sN1ZriakMpky6gcoc6PECyRyxzmi7MGfzNM60lHQbxpWA==","signatures":[{"sig":"MEYCIQD1DWML2ov2Bb1Xr5P5wkXGQbQ8WxLkSeDDGCS4QY2HrwIhAMrZw1X63MHE8wiJ7ptngKKPrmNC7t7OHK3buf+lpKKo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":766953},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"fa92ece5b237abbde0a4a3224a716c692dba8610","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.2.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"20.11.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.2_1731674920375_0.1879757941031961","host":"s3://npm-registry-packages"}},"7.2.3":{"name":"cordova.plugins.diagnostic","version":"7.2.3","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.3","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"200b3cbf66875737edda03eb7ae06e65ea29347c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.3.tgz","fileCount":66,"integrity":"sha512-9M+1oOlakgde+B3Oj5S2L84KC0zh/Y6lBcUZ1XSdoogNe3sVSnw1KXQdbQmWvsOOusCcwQIsyXvAgbt/rLfIJA==","signatures":[{"sig":"MEYCIQDDpdig1D0oFsK8yoZTEbraA+Y9ZpIyhD+C8NEJFIKlmQIhANoDBFqUjtqE6zJIDzVZHn9y6mkHtRD2zCxg5QHXLI6X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767558},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"ff35f53aa0bd64b5f1fed4ea1df9b421d6c505fc","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.2.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"20.11.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.3_1731676578083_0.8356373081998507","host":"s3://npm-registry-packages"}},"7.2.4":{"name":"cordova.plugins.diagnostic","version":"7.2.4","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.4","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"d883d677205d4f85e60a1125793e4ac8b23dfdce","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.4.tgz","fileCount":66,"integrity":"sha512-oJvv9OD26a0e+hHkRW+X6cEdX48iVmHilKk0qWwnEiYIFHQq2MJbpYsW1L0tjQtdDc9WVcxANTxRNrzWShwJ1w==","signatures":[{"sig":"MEYCIQCy3ERrsSg4OtQsGaqFp2NPak9dPiXORqmz1xeHzeGQQgIhANGMhiBQhoPmogK/Q3B38DxJ89i3430+HZGjUlQNnLx5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":781966},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"a865b85c18c19ddf1d9b310ba059714cffa17927","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.8.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"20.19.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.4_1756377162526_0.3389057767717023","host":"s3://npm-registry-packages-npm-production"}},"7.2.5":{"name":"cordova.plugins.diagnostic","version":"7.2.5","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.5","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"7ab1d4e2accf272d0d7185d5252bd86135445868","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.5.tgz","fileCount":66,"integrity":"sha512-OJkKRS/5Yd94+M0HkkHVx2ommxPngGUK2YkU2AuyVd58ZuySKtSDALI+uzdEjOxu9IhBodtXUrnUqSSsWIJowA==","signatures":[{"sig":"MEUCIQDtYBMTgi896g+Q4uAqE51uZe0ruQgd6wq13YA5k40YiQIgSbfbXs91MbMXYvQmRRtGELaPZZeaEBq6ws7aJZZNFC8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":808814},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"997cd36397f3dfd59b7ff62081eaa2f3980728cb","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.8.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"20.19.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.5_1758092260510_0.9430877300070786","host":"s3://npm-registry-packages-npm-production"}},"7.2.6":{"name":"cordova.plugins.diagnostic","version":"7.2.6","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.6","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"25526fea0979718cbab1a5c27d1af83efe747897","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.6.tgz","fileCount":66,"integrity":"sha512-pFZOJ2bN3RAzBDGou9RlD5u+VAJj/fugfvKp8o2mjckIy8ZNtb7/c6u1PWwOjkqW+/DldUWJnU9KddM8xGwglg==","signatures":[{"sig":"MEQCIC6A5hdKP8PKOWxFebF8WYLT0bco+I+PiMjEnjH8KEoOAiBlUzq0UnQ1vrl/dIVcqzGjvs1amp2h6NhGAf1TvdWeFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":814238},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"684a344485419bb22809f6699f3e2716e126a7ed","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.8.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"20.19.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.6_1763047394505_0.8699323279257851","host":"s3://npm-registry-packages-npm-production"}},"7.2.7":{"name":"cordova.plugins.diagnostic","version":"7.2.7","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.7","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"b4b7c50b52366fc68a38d891f50d62c665dc4242","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.7.tgz","fileCount":66,"integrity":"sha512-kdtbts0gTKilsvg/B1gxrN3BOMTdzDVAqYg5/CidMeYgLd97w9yMujoYEhkaqb2rPlOREsDvYkZmncqPJ3OHoA==","signatures":[{"sig":"MEQCIEcjEHw6ps0s1+lQanQCvMHkZQcFcALWjAFRSayeACarAiAPuwXOg4rJrD+lpbWPpp7x9JhOjSSWCNyLoSu/bR8Ryg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":814468},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"94dd1717b538d29d97301f60d76c855e9edd6684","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.8.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"20.19.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.7_1763053421027_0.3893754206671103","host":"s3://npm-registry-packages-npm-production"}},"7.2.8":{"name":"cordova.plugins.diagnostic","version":"7.2.8","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.8","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"d58a2d0fe2ed59639fcd42e8d014be83a61292bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.8.tgz","fileCount":66,"integrity":"sha512-e+tYdwSEoiXydyoY6bxZXLHksdVNzWGUh6lAizeB0iPyLfynfvDwRBc6AYCXSmxKqLm+FSRQ9Z1pXEAw2o+YHg==","signatures":[{"sig":"MEUCIQDuGQK7QEbpYVS/wn1oSpWw3G8WCILYo2zUyv/tlrouqwIgVH5rON8M/Q3M4X7bl+W3yYjf3swAR9HScte4wUE5Z6g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":815110},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"b36bc8979152cf810c5ca1f65afe626e243998ae","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.8.2","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"20.19.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.8_1767604060450_0.6643525536625174","host":"s3://npm-registry-packages-npm-production"}},"7.2.9":{"name":"cordova.plugins.diagnostic","version":"7.2.9","keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"author":{"name":"Dave Alden"},"license":"MIT","_id":"cordova.plugins.diagnostic@7.2.9","maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"dist":{"shasum":"c8e340fac56ba6afbbb9d3c872a2ac495790bbb3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.9.tgz","fileCount":67,"integrity":"sha512-UaylYQfd0wBMov9qy88O3WMqqg9L/R0JZTDcT9mG5qaM1RcxQlPbf/u7StEJqkVE5k1U3hXciCcq6n3z/0lLpw==","signatures":[{"sig":"MEUCIQDGDLxe/H2XFYFjQqrB+KXYfSKXQP1PpwFiVcQxUZMCAAIgTw9rBX10xu2IN/Pu5FZB/3g3+AKyMXIFiMB0jYCEX+g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":818829},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","types":"./cordova.plugins.diagnostic.d.ts","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"gitHead":"66da3319f10f1ffe0deb7c85d4a927cb1f729e57","scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"repository":{"url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git","type":"git"},"_npmVersion":"10.9.4","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","directories":{},"_nodeVersion":"22.22.0","cordova_name":"Diagnostic","dependencies":{"colors":"1.4.0","minimist":"1.2.6","elementtree":"^0.1.6"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/cordova.plugins.diagnostic_7.2.9_1771942100509_0.26345478771799","host":"s3://npm-registry-packages-npm-production"}},"7.2.10":{"version":"7.2.10","name":"cordova.plugins.diagnostic","cordova_name":"Diagnostic","description":"Cordova/Phonegap plugin to check the state of Location/WiFi/Camera/Bluetooth device settings.","author":{"name":"Dave Alden"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/dpa99c/cordova-diagnostic-plugin.git"},"issue":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues","cordova":{"id":"cordova.plugins.diagnostic","platforms":["android","ios"]},"keywords":["ecosystem:cordova","cordova","android","ios","phonegap","diagnostic","wifi","location","gps","camera","bluetooth","settings"],"types":"./cordova.plugins.diagnostic.d.ts","dependencies":{"colors":"1.4.0","elementtree":"^0.1.6","minimist":"1.2.6"},"scripts":{"postinstall":"node ./scripts/apply-modules.js"},"_id":"cordova.plugins.diagnostic@7.2.10","gitHead":"08d6429ef876e7aeba17c3f627189e9679993f9b","bugs":{"url":"https://github.com/dpa99c/cordova-diagnostic-plugin/issues"},"homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme","_nodeVersion":"22.22.0","_npmVersion":"10.9.4","dist":{"integrity":"sha512-sdrKsTKW/T1t8vDai1EZzYbFTt8RvfgOFX0Gx67l+e1/LwgSyS5SqWKuJxvmwUFUZdM61aygV+DHTYcbDpnSgw==","shasum":"a3ec513e8e1f98a7e05c75ec8db158803765b40f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cordova.plugins.diagnostic/-/cordova.plugins.diagnostic-7.2.10.tgz","fileCount":67,"unpackedSize":827151,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEm9e/+58rdPYLmNnh1KizsVVUsiUamCv8nhV51M6debAiBekw3DOCDRzrzpPzo0ayotZ+PYQ8JkeSsBp5Bo2oRi6Q=="}]},"_npmUser":{"name":"anonymous","email":"dave@workingedge.co.uk"},"directories":{},"maintainers":[{"name":"anonymous","email":"dave@workingedge.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/cordova.plugins.diagnostic_7.2.10_1771949804628_0.7896439394443056"},"_hasShrinkwrap":false}},"name":"cordova.plugins.diagnostic","time":{"created":"2015-06-16T14:44:50.802Z","modified":"2026-02-24T16:16:44.920Z","0.0.1":"2015-06-16T14:44:50.802Z","1.0.0":"2015-07-29T13:24:29.233Z","1.1.0":"2015-07-30T20:10:21.698Z","1.1.1":"2015-09-18T11:06:55.455Z","2.0.0":"2015-09-29T16:08:41.502Z","2.0.1":"2015-09-30T08:18:17.683Z","2.1.0":"2015-10-03T17:25:10.722Z","2.2.1":"2015-10-11T21:15:50.623Z","2.2.2":"2015-10-11T22:01:10.978Z","2.2.3":"2015-10-20T12:44:45.392Z","2.2.4":"2015-11-17T11:44:33.345Z","2.3.0":"2015-11-20T19:25:55.241Z","2.3.1":"2015-11-23T22:54:19.698Z","2.3.2":"2015-11-26T09:23:56.066Z","2.3.3":"2015-12-04T16:48:54.004Z","2.3.4":"2015-12-10T09:49:24.936Z","2.3.5":"2015-12-19T15:57:03.896Z","2.3.6":"2016-01-16T15:12:53.884Z","2.3.7":"2016-01-16T15:56:09.100Z","2.3.8":"2016-01-18T21:01:10.316Z","2.3.9":"2016-01-21T21:00:39.145Z","2.3.10":"2016-01-22T08:32:48.048Z","2.3.11":"2016-02-24T21:47:12.814Z","2.3.12":"2016-03-17T10:27:15.918Z","2.3.13":"2016-03-19T07:43:19.475Z","2.3.14":"2016-03-22T08:53:15.603Z","2.3.16":"2016-04-23T08:19:37.063Z","2.3.17":"2016-05-12T11:48:23.222Z","3.0.0":"2016-05-26T13:22:04.524Z","3.0.1":"2016-05-27T07:49:48.704Z","3.0.2":"2016-05-27T08:53:56.976Z","3.0.3":"2016-06-10T09:37:17.683Z","3.0.4":"2016-06-11T08:16:24.677Z","3.1.0":"2016-06-23T21:36:13.905Z","3.1.1":"2016-07-15T09:49:16.671Z","3.1.2":"2016-08-04T08:04:39.584Z","3.1.4":"2016-08-27T20:53:13.453Z","3.1.5":"2016-09-08T14:44:04.272Z","3.1.6":"2016-09-14T12:15:34.732Z","3.1.7":"2016-09-15T06:52:12.931Z","3.2.0":"2016-09-22T09:25:48.070Z","3.2.1":"2016-09-25T09:08:13.131Z","3.2.2":"2016-10-04T09:19:26.480Z","3.3.0":"2016-11-06T14:09:58.058Z","3.3.1":"2016-11-07T15:57:18.878Z","3.3.2":"2016-11-07T19:28:51.236Z","3.3.3":"2017-01-14T16:32:37.004Z","3.4.0":"2017-02-01T19:20:41.906Z","3.4.1":"2017-02-02T12:20:02.458Z","3.4.2":"2017-03-02T21:28:29.703Z","3.5.0":"2017-04-08T21:05:40.190Z","3.6.0":"2017-05-04T11:41:21.909Z","3.6.1":"2017-05-10T21:03:31.748Z","3.6.2":"2017-05-12T13:33:10.172Z","3.6.3":"2017-05-30T20:37:07.144Z","3.6.4":"2017-06-04T19:39:18.830Z","3.6.5":"2017-06-08T20:07:00.431Z","3.6.6":"2017-08-04T18:27:21.719Z","3.6.7":"2017-09-05T13:10:49.820Z","3.6.8":"2017-10-04T08:20:35.034Z","3.7.0":"2017-10-07T13:18:44.080Z","3.7.1":"2017-10-09T07:59:32.486Z","3.7.2":"2017-11-15T16:33:02.267Z","3.7.3":"2017-12-21T09:48:29.692Z","3.8.0":"2017-12-22T21:03:51.741Z","3.8.1":"2017-12-23T15:26:15.209Z","3.9.0":"2018-01-06T18:40:52.559Z","3.9.1":"2018-01-10T17:05:10.066Z","3.9.2":"2018-01-27T22:00:28.693Z","4.0.0":"2018-03-01T22:24:38.582Z","4.0.1":"2018-03-05T20:04:32.738Z","4.0.2":"2018-03-07T12:34:44.192Z","4.0.3":"2018-03-09T16:08:48.052Z","4.0.4":"2018-04-01T08:10:37.182Z","4.0.5":"2018-04-05T06:52:28.907Z","4.0.6":"2018-05-11T16:49:43.206Z","4.0.7":"2018-05-15T20:03:39.950Z","4.0.8":"2018-05-27T07:44:43.053Z","4.0.9":"2018-08-28T20:04:03.301Z","4.0.10":"2018-09-05T20:15:56.896Z","4.0.11":"2019-01-30T09:54:49.267Z","4.0.12":"2019-03-06T15:49:39.300Z","5.0.0":"2019-06-20T16:07:10.497Z","5.0.1":"2019-09-30T17:56:12.511Z","5.0.2":"2020-05-10T09:30:21.044Z","6.0.0":"2020-07-13T07:52:26.804Z","6.0.1":"2020-07-23T10:44:39.371Z","6.0.2":"2020-07-26T14:34:30.039Z","6.0.3":"2021-01-04T11:11:01.075Z","6.0.4":"2021-10-01T10:07:03.954Z","6.1.0":"2021-10-15T08:48:09.299Z","6.1.1":"2022-01-10T09:15:47.892Z","7.0.0":"2022-07-29T11:53:44.926Z","7.1.0":"2022-08-02T10:42:48.111Z","7.1.1":"2022-10-04T14:20:19.860Z","7.1.2":"2023-05-22T08:14:57.030Z","7.1.3":"2023-10-02T14:51:44.155Z","7.1.4":"2023-11-09T16:33:16.419Z","7.2.0":"2024-10-05T06:41:20.083Z","7.2.1":"2024-10-05T09:36:12.049Z","7.2.2":"2024-11-15T12:48:40.560Z","7.2.3":"2024-11-15T13:16:18.329Z","7.2.4":"2025-08-28T10:32:42.744Z","7.2.5":"2025-09-17T06:57:40.712Z","7.2.6":"2025-11-13T15:23:14.690Z","7.2.7":"2025-11-13T17:03:41.228Z","7.2.8":"2026-01-05T09:07:40.622Z","7.2.9":"2026-02-24T14:08:20.712Z","7.2.10":"2026-02-24T16:16:44.791Z"},"readmeFilename":"README.md","homepage":"https://github.com/dpa99c/cordova-diagnostic-plugin#readme"}