├── .gitignore
├── LICENSE
├── README.md
├── cordo
├── config.xml
├── hooks
│ └── README.md
├── platforms
│ ├── android
│ │ ├── .gitignore
│ │ ├── .gradle
│ │ │ └── 2.2.1
│ │ │ │ └── taskArtifacts
│ │ │ │ ├── cache.properties
│ │ │ │ ├── cache.properties.lock
│ │ │ │ ├── fileHashes.bin
│ │ │ │ ├── fileSnapshots.bin
│ │ │ │ ├── outputFileStates.bin
│ │ │ │ └── taskArtifacts.bin
│ │ ├── AndroidManifest.xml
│ │ ├── CordovaLib
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── build.gradle
│ │ │ ├── build
│ │ │ │ ├── generated
│ │ │ │ │ └── source
│ │ │ │ │ │ └── buildConfig
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── org
│ │ │ │ │ │ └── apache
│ │ │ │ │ │ └── cordova
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ ├── intermediates
│ │ │ │ │ ├── bundles
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ └── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── classes
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ └── org
│ │ │ │ │ │ │ └── apache
│ │ │ │ │ │ │ └── cordova
│ │ │ │ │ │ │ ├── AuthenticationToken.class
│ │ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ │ ├── CallbackContext.class
│ │ │ │ │ │ │ ├── Config.class
│ │ │ │ │ │ │ ├── ConfigXmlParser.class
│ │ │ │ │ │ │ ├── CordovaActivity$1.class
│ │ │ │ │ │ │ ├── CordovaActivity$2.class
│ │ │ │ │ │ │ ├── CordovaActivity$3.class
│ │ │ │ │ │ │ ├── CordovaActivity$4$1.class
│ │ │ │ │ │ │ ├── CordovaActivity$4.class
│ │ │ │ │ │ │ ├── CordovaActivity.class
│ │ │ │ │ │ │ ├── CordovaArgs.class
│ │ │ │ │ │ │ ├── CordovaBridge.class
│ │ │ │ │ │ │ ├── CordovaClientCertRequest.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$1.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$2.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$3.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$4.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$5.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$6.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$7.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$8.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$9.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper$Result.class
│ │ │ │ │ │ │ ├── CordovaDialogsHelper.class
│ │ │ │ │ │ │ ├── CordovaHttpAuthHandler.class
│ │ │ │ │ │ │ ├── CordovaInterface.class
│ │ │ │ │ │ │ ├── CordovaInterfaceImpl$ActivityResultHolder.class
│ │ │ │ │ │ │ ├── CordovaInterfaceImpl.class
│ │ │ │ │ │ │ ├── CordovaPlugin.class
│ │ │ │ │ │ │ ├── CordovaPreferences.class
│ │ │ │ │ │ │ ├── CordovaResourceApi$OpenForReadResult.class
│ │ │ │ │ │ │ ├── CordovaResourceApi.class
│ │ │ │ │ │ │ ├── CordovaWebView.class
│ │ │ │ │ │ │ ├── CordovaWebViewEngine$Client.class
│ │ │ │ │ │ │ ├── CordovaWebViewEngine$EngineView.class
│ │ │ │ │ │ │ ├── CordovaWebViewEngine.class
│ │ │ │ │ │ │ ├── CordovaWebViewImpl$1.class
│ │ │ │ │ │ │ ├── CordovaWebViewImpl$2.class
│ │ │ │ │ │ │ ├── CordovaWebViewImpl$3.class
│ │ │ │ │ │ │ ├── CordovaWebViewImpl$EngineClient$1$1.class
│ │ │ │ │ │ │ ├── CordovaWebViewImpl$EngineClient$1.class
│ │ │ │ │ │ │ ├── CordovaWebViewImpl$EngineClient.class
│ │ │ │ │ │ │ ├── CordovaWebViewImpl.class
│ │ │ │ │ │ │ ├── CoreAndroid$1.class
│ │ │ │ │ │ │ ├── CoreAndroid$2.class
│ │ │ │ │ │ │ ├── CoreAndroid$3.class
│ │ │ │ │ │ │ ├── CoreAndroid$4.class
│ │ │ │ │ │ │ ├── CoreAndroid$5.class
│ │ │ │ │ │ │ ├── CoreAndroid.class
│ │ │ │ │ │ │ ├── ExposedJsApi.class
│ │ │ │ │ │ │ ├── ICordovaClientCertRequest.class
│ │ │ │ │ │ │ ├── ICordovaCookieManager.class
│ │ │ │ │ │ │ ├── ICordovaHttpAuthHandler.class
│ │ │ │ │ │ │ ├── LOG.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue$BridgeMode.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue$JsMessage.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue$LoadUrlBridgeMode$1.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue$LoadUrlBridgeMode.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue$NoOpBridgeMode.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue$OnlineEventsBridgeMode$1.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue$OnlineEventsBridgeMode$2.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue$OnlineEventsBridgeMode$OnlineEventsBridgeModeDelegate.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue$OnlineEventsBridgeMode.class
│ │ │ │ │ │ │ ├── NativeToJsMessageQueue.class
│ │ │ │ │ │ │ ├── PluginEntry.class
│ │ │ │ │ │ │ ├── PluginManager.class
│ │ │ │ │ │ │ ├── PluginResult$Status.class
│ │ │ │ │ │ │ ├── PluginResult.class
│ │ │ │ │ │ │ ├── ResumeCallback.class
│ │ │ │ │ │ │ ├── Whitelist$URLPattern.class
│ │ │ │ │ │ │ ├── Whitelist.class
│ │ │ │ │ │ │ └── engine
│ │ │ │ │ │ │ ├── SystemCookieManager.class
│ │ │ │ │ │ │ ├── SystemExposedJsApi.class
│ │ │ │ │ │ │ ├── SystemWebChromeClient$1.class
│ │ │ │ │ │ │ ├── SystemWebChromeClient$2.class
│ │ │ │ │ │ │ ├── SystemWebChromeClient$3.class
│ │ │ │ │ │ │ ├── SystemWebChromeClient$4.class
│ │ │ │ │ │ │ ├── SystemWebChromeClient$5.class
│ │ │ │ │ │ │ ├── SystemWebChromeClient.class
│ │ │ │ │ │ │ ├── SystemWebView.class
│ │ │ │ │ │ │ ├── SystemWebViewClient.class
│ │ │ │ │ │ │ ├── SystemWebViewEngine$1.class
│ │ │ │ │ │ │ ├── SystemWebViewEngine$2.class
│ │ │ │ │ │ │ └── SystemWebViewEngine.class
│ │ │ │ │ └── incremental
│ │ │ │ │ │ ├── compileDebugAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ │ └── packageDebugResources
│ │ │ │ │ │ └── merger.xml
│ │ │ │ └── outputs
│ │ │ │ │ └── aar
│ │ │ │ │ └── CordovaLib-debug.aar
│ │ │ ├── cordova.gradle
│ │ │ ├── project.properties
│ │ │ └── src
│ │ │ │ └── org
│ │ │ │ └── apache
│ │ │ │ └── cordova
│ │ │ │ ├── AuthenticationToken.java
│ │ │ │ ├── CallbackContext.java
│ │ │ │ ├── Config.java
│ │ │ │ ├── ConfigXmlParser.java
│ │ │ │ ├── CordovaActivity.java
│ │ │ │ ├── CordovaArgs.java
│ │ │ │ ├── CordovaBridge.java
│ │ │ │ ├── CordovaClientCertRequest.java
│ │ │ │ ├── CordovaDialogsHelper.java
│ │ │ │ ├── CordovaHttpAuthHandler.java
│ │ │ │ ├── CordovaInterface.java
│ │ │ │ ├── CordovaInterfaceImpl.java
│ │ │ │ ├── CordovaPlugin.java
│ │ │ │ ├── CordovaPreferences.java
│ │ │ │ ├── CordovaResourceApi.java
│ │ │ │ ├── CordovaWebView.java
│ │ │ │ ├── CordovaWebViewEngine.java
│ │ │ │ ├── CordovaWebViewImpl.java
│ │ │ │ ├── CoreAndroid.java
│ │ │ │ ├── ExposedJsApi.java
│ │ │ │ ├── ICordovaClientCertRequest.java
│ │ │ │ ├── ICordovaCookieManager.java
│ │ │ │ ├── ICordovaHttpAuthHandler.java
│ │ │ │ ├── LOG.java
│ │ │ │ ├── NativeToJsMessageQueue.java
│ │ │ │ ├── PluginEntry.java
│ │ │ │ ├── PluginManager.java
│ │ │ │ ├── PluginResult.java
│ │ │ │ ├── ResumeCallback.java
│ │ │ │ ├── Whitelist.java
│ │ │ │ └── engine
│ │ │ │ ├── SystemCookieManager.java
│ │ │ │ ├── SystemExposedJsApi.java
│ │ │ │ ├── SystemWebChromeClient.java
│ │ │ │ ├── SystemWebView.java
│ │ │ │ ├── SystemWebViewClient.java
│ │ │ │ └── SystemWebViewEngine.java
│ │ ├── android.json
│ │ ├── assets
│ │ │ └── www
│ │ │ │ ├── cordova-js-src
│ │ │ │ ├── android
│ │ │ │ │ ├── nativeapiprovider.js
│ │ │ │ │ └── promptbasednativeapi.js
│ │ │ │ ├── exec.js
│ │ │ │ ├── platform.js
│ │ │ │ └── plugin
│ │ │ │ │ └── android
│ │ │ │ │ └── app.js
│ │ │ │ ├── cordova.js
│ │ │ │ ├── cordova_plugins.js
│ │ │ │ ├── css
│ │ │ │ ├── index.css
│ │ │ │ └── style.css
│ │ │ │ ├── img
│ │ │ │ └── logo.png
│ │ │ │ ├── index.html
│ │ │ │ ├── js
│ │ │ │ └── index.js
│ │ │ │ ├── resource
│ │ │ │ ├── identica
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── custom.css
│ │ │ │ │ │ └── custom.css.map
│ │ │ │ │ ├── mmedia
│ │ │ │ │ │ ├── earth-from-moon.jpg
│ │ │ │ │ │ └── games.png
│ │ │ │ │ └── scss
│ │ │ │ │ │ └── custom.scss
│ │ │ │ └── qx
│ │ │ │ │ ├── mobile
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── LICENSE
│ │ │ │ │ │ └── custom.css
│ │ │ │ │ └── js
│ │ │ │ │ │ ├── iscroll.js
│ │ │ │ │ │ └── iscroll.min.js
│ │ │ │ │ └── static
│ │ │ │ │ └── blank.html
│ │ │ │ └── script
│ │ │ │ ├── identica.js
│ │ │ │ └── qxia.js
│ │ ├── build.gradle
│ │ ├── cordova
│ │ │ ├── .jshintrc
│ │ │ ├── Api.js
│ │ │ ├── android_sdk_version
│ │ │ ├── build
│ │ │ ├── build.bat
│ │ │ ├── check_reqs
│ │ │ ├── check_reqs.bat
│ │ │ ├── clean
│ │ │ ├── clean.bat
│ │ │ ├── defaults.xml
│ │ │ ├── lib
│ │ │ │ ├── Adb.js
│ │ │ │ ├── AndroidManifest.js
│ │ │ │ ├── AndroidProject.js
│ │ │ │ ├── ConsoleLogger.js
│ │ │ │ ├── android_sdk_version.js
│ │ │ │ ├── build.js
│ │ │ │ ├── builders
│ │ │ │ │ ├── AntBuilder.js
│ │ │ │ │ ├── GenericBuilder.js
│ │ │ │ │ ├── GradleBuilder.js
│ │ │ │ │ └── builders.js
│ │ │ │ ├── check_reqs.js
│ │ │ │ ├── device.js
│ │ │ │ ├── emulator.js
│ │ │ │ ├── install-device
│ │ │ │ ├── install-device.bat
│ │ │ │ ├── install-emulator
│ │ │ │ ├── install-emulator.bat
│ │ │ │ ├── list-devices
│ │ │ │ ├── list-devices.bat
│ │ │ │ ├── list-emulator-images
│ │ │ │ ├── list-emulator-images.bat
│ │ │ │ ├── list-started-emulators
│ │ │ │ ├── list-started-emulators.bat
│ │ │ │ ├── log.js
│ │ │ │ ├── plugin-build.gradle
│ │ │ │ ├── pluginHandlers.js
│ │ │ │ ├── prepare.js
│ │ │ │ ├── retry.js
│ │ │ │ ├── run.js
│ │ │ │ ├── start-emulator
│ │ │ │ └── start-emulator.bat
│ │ │ ├── log
│ │ │ ├── log.bat
│ │ │ ├── node_modules
│ │ │ │ ├── abbrev
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── CONTRIBUTING.md
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── abbrev.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test.js
│ │ │ │ ├── ansi
│ │ │ │ │ ├── .jshintrc
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── History.md
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── beep
│ │ │ │ │ │ │ └── index.js
│ │ │ │ │ │ ├── clear
│ │ │ │ │ │ │ └── index.js
│ │ │ │ │ │ ├── cursorPosition.js
│ │ │ │ │ │ └── progress
│ │ │ │ │ │ │ └── index.js
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── ansi.js
│ │ │ │ │ │ └── newlines.js
│ │ │ │ │ └── package.json
│ │ │ │ ├── balanced-match
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── example.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ │ └── balanced.js
│ │ │ │ ├── base64-js
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── LICENSE.MIT
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── bench
│ │ │ │ │ │ └── bench.js
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── b64.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ │ ├── convert.js
│ │ │ │ │ │ └── url-safe.js
│ │ │ │ ├── big-integer
│ │ │ │ │ ├── BigInteger.js
│ │ │ │ │ ├── BigInteger.min.js
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── package.json
│ │ │ │ ├── bplist-parser
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── bplistParser.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ │ ├── airplay.bplist
│ │ │ │ │ │ ├── iTunes-small.bplist
│ │ │ │ │ │ ├── int64.bplist
│ │ │ │ │ │ ├── int64.xml
│ │ │ │ │ │ ├── parseTest.js
│ │ │ │ │ │ ├── sample1.bplist
│ │ │ │ │ │ ├── sample2.bplist
│ │ │ │ │ │ ├── uid.bplist
│ │ │ │ │ │ ├── utf16.bplist
│ │ │ │ │ │ └── utf16_chinese.plist
│ │ │ │ ├── brace-expansion
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── example.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── package.json
│ │ │ │ ├── concat-map
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.markdown
│ │ │ │ │ ├── example
│ │ │ │ │ │ └── map.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ │ └── map.js
│ │ │ │ ├── cordova-common
│ │ │ │ │ ├── .jscs.json
│ │ │ │ │ ├── .jshintignore
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .ratignore
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── RELEASENOTES.md
│ │ │ │ │ ├── cordova-common.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── src
│ │ │ │ │ │ ├── .jshintrc
│ │ │ │ │ │ ├── ActionStack.js
│ │ │ │ │ │ ├── ConfigChanges
│ │ │ │ │ │ ├── ConfigChanges.js
│ │ │ │ │ │ ├── ConfigFile.js
│ │ │ │ │ │ ├── ConfigKeeper.js
│ │ │ │ │ │ └── munge-util.js
│ │ │ │ │ │ ├── ConfigParser
│ │ │ │ │ │ ├── ConfigParser.js
│ │ │ │ │ │ └── README.md
│ │ │ │ │ │ ├── CordovaError
│ │ │ │ │ │ ├── CordovaError.js
│ │ │ │ │ │ └── CordovaExternalToolErrorContext.js
│ │ │ │ │ │ ├── CordovaLogger.js
│ │ │ │ │ │ ├── PlatformJson.js
│ │ │ │ │ │ ├── PluginInfo
│ │ │ │ │ │ ├── PluginInfo.js
│ │ │ │ │ │ └── PluginInfoProvider.js
│ │ │ │ │ │ ├── events.js
│ │ │ │ │ │ ├── superspawn.js
│ │ │ │ │ │ └── util
│ │ │ │ │ │ ├── plist-helpers.js
│ │ │ │ │ │ └── xml-helpers.js
│ │ │ │ ├── cordova-registry-mapper
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── tests
│ │ │ │ │ │ └── test.js
│ │ │ │ ├── elementtree
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── CHANGES.md
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── NOTICE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── constants.js
│ │ │ │ │ │ ├── elementpath.js
│ │ │ │ │ │ ├── elementtree.js
│ │ │ │ │ │ ├── errors.js
│ │ │ │ │ │ ├── parser.js
│ │ │ │ │ │ ├── parsers
│ │ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ │ └── sax.js
│ │ │ │ │ │ ├── sprintf.js
│ │ │ │ │ │ ├── treebuilder.js
│ │ │ │ │ │ └── utils.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── tests
│ │ │ │ │ │ ├── data
│ │ │ │ │ │ ├── xml1.xml
│ │ │ │ │ │ └── xml2.xml
│ │ │ │ │ │ └── test-simple.js
│ │ │ │ ├── glob
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── common.js
│ │ │ │ │ ├── glob.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── sync.js
│ │ │ │ ├── inflight
│ │ │ │ │ ├── .eslintrc
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── inflight.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test.js
│ │ │ │ ├── inherits
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── inherits.js
│ │ │ │ │ ├── inherits_browser.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test.js
│ │ │ │ ├── lodash
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── array.js
│ │ │ │ │ ├── array
│ │ │ │ │ │ ├── chunk.js
│ │ │ │ │ │ ├── compact.js
│ │ │ │ │ │ ├── difference.js
│ │ │ │ │ │ ├── drop.js
│ │ │ │ │ │ ├── dropRight.js
│ │ │ │ │ │ ├── dropRightWhile.js
│ │ │ │ │ │ ├── dropWhile.js
│ │ │ │ │ │ ├── fill.js
│ │ │ │ │ │ ├── findIndex.js
│ │ │ │ │ │ ├── findLastIndex.js
│ │ │ │ │ │ ├── first.js
│ │ │ │ │ │ ├── flatten.js
│ │ │ │ │ │ ├── flattenDeep.js
│ │ │ │ │ │ ├── head.js
│ │ │ │ │ │ ├── indexOf.js
│ │ │ │ │ │ ├── initial.js
│ │ │ │ │ │ ├── intersection.js
│ │ │ │ │ │ ├── last.js
│ │ │ │ │ │ ├── lastIndexOf.js
│ │ │ │ │ │ ├── object.js
│ │ │ │ │ │ ├── pull.js
│ │ │ │ │ │ ├── pullAt.js
│ │ │ │ │ │ ├── remove.js
│ │ │ │ │ │ ├── rest.js
│ │ │ │ │ │ ├── slice.js
│ │ │ │ │ │ ├── sortedIndex.js
│ │ │ │ │ │ ├── sortedLastIndex.js
│ │ │ │ │ │ ├── tail.js
│ │ │ │ │ │ ├── take.js
│ │ │ │ │ │ ├── takeRight.js
│ │ │ │ │ │ ├── takeRightWhile.js
│ │ │ │ │ │ ├── takeWhile.js
│ │ │ │ │ │ ├── union.js
│ │ │ │ │ │ ├── uniq.js
│ │ │ │ │ │ ├── unique.js
│ │ │ │ │ │ ├── unzip.js
│ │ │ │ │ │ ├── unzipWith.js
│ │ │ │ │ │ ├── without.js
│ │ │ │ │ │ ├── xor.js
│ │ │ │ │ │ ├── zip.js
│ │ │ │ │ │ ├── zipObject.js
│ │ │ │ │ │ └── zipWith.js
│ │ │ │ │ ├── chain.js
│ │ │ │ │ ├── chain
│ │ │ │ │ │ ├── chain.js
│ │ │ │ │ │ ├── commit.js
│ │ │ │ │ │ ├── concat.js
│ │ │ │ │ │ ├── lodash.js
│ │ │ │ │ │ ├── plant.js
│ │ │ │ │ │ ├── reverse.js
│ │ │ │ │ │ ├── run.js
│ │ │ │ │ │ ├── tap.js
│ │ │ │ │ │ ├── thru.js
│ │ │ │ │ │ ├── toJSON.js
│ │ │ │ │ │ ├── toString.js
│ │ │ │ │ │ ├── value.js
│ │ │ │ │ │ ├── valueOf.js
│ │ │ │ │ │ ├── wrapperChain.js
│ │ │ │ │ │ ├── wrapperCommit.js
│ │ │ │ │ │ ├── wrapperConcat.js
│ │ │ │ │ │ ├── wrapperPlant.js
│ │ │ │ │ │ ├── wrapperReverse.js
│ │ │ │ │ │ ├── wrapperToString.js
│ │ │ │ │ │ └── wrapperValue.js
│ │ │ │ │ ├── collection.js
│ │ │ │ │ ├── collection
│ │ │ │ │ │ ├── all.js
│ │ │ │ │ │ ├── any.js
│ │ │ │ │ │ ├── at.js
│ │ │ │ │ │ ├── collect.js
│ │ │ │ │ │ ├── contains.js
│ │ │ │ │ │ ├── countBy.js
│ │ │ │ │ │ ├── detect.js
│ │ │ │ │ │ ├── each.js
│ │ │ │ │ │ ├── eachRight.js
│ │ │ │ │ │ ├── every.js
│ │ │ │ │ │ ├── filter.js
│ │ │ │ │ │ ├── find.js
│ │ │ │ │ │ ├── findLast.js
│ │ │ │ │ │ ├── findWhere.js
│ │ │ │ │ │ ├── foldl.js
│ │ │ │ │ │ ├── foldr.js
│ │ │ │ │ │ ├── forEach.js
│ │ │ │ │ │ ├── forEachRight.js
│ │ │ │ │ │ ├── groupBy.js
│ │ │ │ │ │ ├── include.js
│ │ │ │ │ │ ├── includes.js
│ │ │ │ │ │ ├── indexBy.js
│ │ │ │ │ │ ├── inject.js
│ │ │ │ │ │ ├── invoke.js
│ │ │ │ │ │ ├── map.js
│ │ │ │ │ │ ├── max.js
│ │ │ │ │ │ ├── min.js
│ │ │ │ │ │ ├── partition.js
│ │ │ │ │ │ ├── pluck.js
│ │ │ │ │ │ ├── reduce.js
│ │ │ │ │ │ ├── reduceRight.js
│ │ │ │ │ │ ├── reject.js
│ │ │ │ │ │ ├── sample.js
│ │ │ │ │ │ ├── select.js
│ │ │ │ │ │ ├── shuffle.js
│ │ │ │ │ │ ├── size.js
│ │ │ │ │ │ ├── some.js
│ │ │ │ │ │ ├── sortBy.js
│ │ │ │ │ │ ├── sortByAll.js
│ │ │ │ │ │ ├── sortByOrder.js
│ │ │ │ │ │ ├── sum.js
│ │ │ │ │ │ └── where.js
│ │ │ │ │ ├── date.js
│ │ │ │ │ ├── date
│ │ │ │ │ │ └── now.js
│ │ │ │ │ ├── function.js
│ │ │ │ │ ├── function
│ │ │ │ │ │ ├── after.js
│ │ │ │ │ │ ├── ary.js
│ │ │ │ │ │ ├── backflow.js
│ │ │ │ │ │ ├── before.js
│ │ │ │ │ │ ├── bind.js
│ │ │ │ │ │ ├── bindAll.js
│ │ │ │ │ │ ├── bindKey.js
│ │ │ │ │ │ ├── compose.js
│ │ │ │ │ │ ├── curry.js
│ │ │ │ │ │ ├── curryRight.js
│ │ │ │ │ │ ├── debounce.js
│ │ │ │ │ │ ├── defer.js
│ │ │ │ │ │ ├── delay.js
│ │ │ │ │ │ ├── flow.js
│ │ │ │ │ │ ├── flowRight.js
│ │ │ │ │ │ ├── memoize.js
│ │ │ │ │ │ ├── modArgs.js
│ │ │ │ │ │ ├── negate.js
│ │ │ │ │ │ ├── once.js
│ │ │ │ │ │ ├── partial.js
│ │ │ │ │ │ ├── partialRight.js
│ │ │ │ │ │ ├── rearg.js
│ │ │ │ │ │ ├── restParam.js
│ │ │ │ │ │ ├── spread.js
│ │ │ │ │ │ ├── throttle.js
│ │ │ │ │ │ └── wrap.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── internal
│ │ │ │ │ │ ├── LazyWrapper.js
│ │ │ │ │ │ ├── LodashWrapper.js
│ │ │ │ │ │ ├── MapCache.js
│ │ │ │ │ │ ├── SetCache.js
│ │ │ │ │ │ ├── arrayConcat.js
│ │ │ │ │ │ ├── arrayCopy.js
│ │ │ │ │ │ ├── arrayEach.js
│ │ │ │ │ │ ├── arrayEachRight.js
│ │ │ │ │ │ ├── arrayEvery.js
│ │ │ │ │ │ ├── arrayExtremum.js
│ │ │ │ │ │ ├── arrayFilter.js
│ │ │ │ │ │ ├── arrayMap.js
│ │ │ │ │ │ ├── arrayPush.js
│ │ │ │ │ │ ├── arrayReduce.js
│ │ │ │ │ │ ├── arrayReduceRight.js
│ │ │ │ │ │ ├── arraySome.js
│ │ │ │ │ │ ├── arraySum.js
│ │ │ │ │ │ ├── assignDefaults.js
│ │ │ │ │ │ ├── assignOwnDefaults.js
│ │ │ │ │ │ ├── assignWith.js
│ │ │ │ │ │ ├── baseAssign.js
│ │ │ │ │ │ ├── baseAt.js
│ │ │ │ │ │ ├── baseCallback.js
│ │ │ │ │ │ ├── baseClone.js
│ │ │ │ │ │ ├── baseCompareAscending.js
│ │ │ │ │ │ ├── baseCopy.js
│ │ │ │ │ │ ├── baseCreate.js
│ │ │ │ │ │ ├── baseDelay.js
│ │ │ │ │ │ ├── baseDifference.js
│ │ │ │ │ │ ├── baseEach.js
│ │ │ │ │ │ ├── baseEachRight.js
│ │ │ │ │ │ ├── baseEvery.js
│ │ │ │ │ │ ├── baseExtremum.js
│ │ │ │ │ │ ├── baseFill.js
│ │ │ │ │ │ ├── baseFilter.js
│ │ │ │ │ │ ├── baseFind.js
│ │ │ │ │ │ ├── baseFindIndex.js
│ │ │ │ │ │ ├── baseFlatten.js
│ │ │ │ │ │ ├── baseFor.js
│ │ │ │ │ │ ├── baseForIn.js
│ │ │ │ │ │ ├── baseForOwn.js
│ │ │ │ │ │ ├── baseForOwnRight.js
│ │ │ │ │ │ ├── baseForRight.js
│ │ │ │ │ │ ├── baseFunctions.js
│ │ │ │ │ │ ├── baseGet.js
│ │ │ │ │ │ ├── baseIndexOf.js
│ │ │ │ │ │ ├── baseIsEqual.js
│ │ │ │ │ │ ├── baseIsEqualDeep.js
│ │ │ │ │ │ ├── baseIsFunction.js
│ │ │ │ │ │ ├── baseIsMatch.js
│ │ │ │ │ │ ├── baseLodash.js
│ │ │ │ │ │ ├── baseMap.js
│ │ │ │ │ │ ├── baseMatches.js
│ │ │ │ │ │ ├── baseMatchesProperty.js
│ │ │ │ │ │ ├── baseMerge.js
│ │ │ │ │ │ ├── baseMergeDeep.js
│ │ │ │ │ │ ├── baseProperty.js
│ │ │ │ │ │ ├── basePropertyDeep.js
│ │ │ │ │ │ ├── basePullAt.js
│ │ │ │ │ │ ├── baseRandom.js
│ │ │ │ │ │ ├── baseReduce.js
│ │ │ │ │ │ ├── baseSetData.js
│ │ │ │ │ │ ├── baseSlice.js
│ │ │ │ │ │ ├── baseSome.js
│ │ │ │ │ │ ├── baseSortBy.js
│ │ │ │ │ │ ├── baseSortByOrder.js
│ │ │ │ │ │ ├── baseSum.js
│ │ │ │ │ │ ├── baseToString.js
│ │ │ │ │ │ ├── baseUniq.js
│ │ │ │ │ │ ├── baseValues.js
│ │ │ │ │ │ ├── baseWhile.js
│ │ │ │ │ │ ├── baseWrapperValue.js
│ │ │ │ │ │ ├── binaryIndex.js
│ │ │ │ │ │ ├── binaryIndexBy.js
│ │ │ │ │ │ ├── bindCallback.js
│ │ │ │ │ │ ├── bufferClone.js
│ │ │ │ │ │ ├── cacheIndexOf.js
│ │ │ │ │ │ ├── cachePush.js
│ │ │ │ │ │ ├── charsLeftIndex.js
│ │ │ │ │ │ ├── charsRightIndex.js
│ │ │ │ │ │ ├── compareAscending.js
│ │ │ │ │ │ ├── compareMultiple.js
│ │ │ │ │ │ ├── composeArgs.js
│ │ │ │ │ │ ├── composeArgsRight.js
│ │ │ │ │ │ ├── createAggregator.js
│ │ │ │ │ │ ├── createAssigner.js
│ │ │ │ │ │ ├── createBaseEach.js
│ │ │ │ │ │ ├── createBaseFor.js
│ │ │ │ │ │ ├── createBindWrapper.js
│ │ │ │ │ │ ├── createCache.js
│ │ │ │ │ │ ├── createCompounder.js
│ │ │ │ │ │ ├── createCtorWrapper.js
│ │ │ │ │ │ ├── createCurry.js
│ │ │ │ │ │ ├── createDefaults.js
│ │ │ │ │ │ ├── createExtremum.js
│ │ │ │ │ │ ├── createFind.js
│ │ │ │ │ │ ├── createFindIndex.js
│ │ │ │ │ │ ├── createFindKey.js
│ │ │ │ │ │ ├── createFlow.js
│ │ │ │ │ │ ├── createForEach.js
│ │ │ │ │ │ ├── createForIn.js
│ │ │ │ │ │ ├── createForOwn.js
│ │ │ │ │ │ ├── createHybridWrapper.js
│ │ │ │ │ │ ├── createObjectMapper.js
│ │ │ │ │ │ ├── createPadDir.js
│ │ │ │ │ │ ├── createPadding.js
│ │ │ │ │ │ ├── createPartial.js
│ │ │ │ │ │ ├── createPartialWrapper.js
│ │ │ │ │ │ ├── createReduce.js
│ │ │ │ │ │ ├── createRound.js
│ │ │ │ │ │ ├── createSortedIndex.js
│ │ │ │ │ │ ├── createWrapper.js
│ │ │ │ │ │ ├── deburrLetter.js
│ │ │ │ │ │ ├── equalArrays.js
│ │ │ │ │ │ ├── equalByTag.js
│ │ │ │ │ │ ├── equalObjects.js
│ │ │ │ │ │ ├── escapeHtmlChar.js
│ │ │ │ │ │ ├── escapeRegExpChar.js
│ │ │ │ │ │ ├── escapeStringChar.js
│ │ │ │ │ │ ├── getData.js
│ │ │ │ │ │ ├── getFuncName.js
│ │ │ │ │ │ ├── getLength.js
│ │ │ │ │ │ ├── getMatchData.js
│ │ │ │ │ │ ├── getNative.js
│ │ │ │ │ │ ├── getView.js
│ │ │ │ │ │ ├── indexOfNaN.js
│ │ │ │ │ │ ├── initCloneArray.js
│ │ │ │ │ │ ├── initCloneByTag.js
│ │ │ │ │ │ ├── initCloneObject.js
│ │ │ │ │ │ ├── invokePath.js
│ │ │ │ │ │ ├── isArrayLike.js
│ │ │ │ │ │ ├── isIndex.js
│ │ │ │ │ │ ├── isIterateeCall.js
│ │ │ │ │ │ ├── isKey.js
│ │ │ │ │ │ ├── isLaziable.js
│ │ │ │ │ │ ├── isLength.js
│ │ │ │ │ │ ├── isObjectLike.js
│ │ │ │ │ │ ├── isSpace.js
│ │ │ │ │ │ ├── isStrictComparable.js
│ │ │ │ │ │ ├── lazyClone.js
│ │ │ │ │ │ ├── lazyReverse.js
│ │ │ │ │ │ ├── lazyValue.js
│ │ │ │ │ │ ├── mapDelete.js
│ │ │ │ │ │ ├── mapGet.js
│ │ │ │ │ │ ├── mapHas.js
│ │ │ │ │ │ ├── mapSet.js
│ │ │ │ │ │ ├── mergeData.js
│ │ │ │ │ │ ├── mergeDefaults.js
│ │ │ │ │ │ ├── metaMap.js
│ │ │ │ │ │ ├── pickByArray.js
│ │ │ │ │ │ ├── pickByCallback.js
│ │ │ │ │ │ ├── reEscape.js
│ │ │ │ │ │ ├── reEvaluate.js
│ │ │ │ │ │ ├── reInterpolate.js
│ │ │ │ │ │ ├── realNames.js
│ │ │ │ │ │ ├── reorder.js
│ │ │ │ │ │ ├── replaceHolders.js
│ │ │ │ │ │ ├── setData.js
│ │ │ │ │ │ ├── shimKeys.js
│ │ │ │ │ │ ├── sortedUniq.js
│ │ │ │ │ │ ├── toIterable.js
│ │ │ │ │ │ ├── toObject.js
│ │ │ │ │ │ ├── toPath.js
│ │ │ │ │ │ ├── trimmedLeftIndex.js
│ │ │ │ │ │ ├── trimmedRightIndex.js
│ │ │ │ │ │ ├── unescapeHtmlChar.js
│ │ │ │ │ │ └── wrapperClone.js
│ │ │ │ │ ├── lang.js
│ │ │ │ │ ├── lang
│ │ │ │ │ │ ├── clone.js
│ │ │ │ │ │ ├── cloneDeep.js
│ │ │ │ │ │ ├── eq.js
│ │ │ │ │ │ ├── gt.js
│ │ │ │ │ │ ├── gte.js
│ │ │ │ │ │ ├── isArguments.js
│ │ │ │ │ │ ├── isArray.js
│ │ │ │ │ │ ├── isBoolean.js
│ │ │ │ │ │ ├── isDate.js
│ │ │ │ │ │ ├── isElement.js
│ │ │ │ │ │ ├── isEmpty.js
│ │ │ │ │ │ ├── isEqual.js
│ │ │ │ │ │ ├── isError.js
│ │ │ │ │ │ ├── isFinite.js
│ │ │ │ │ │ ├── isFunction.js
│ │ │ │ │ │ ├── isMatch.js
│ │ │ │ │ │ ├── isNaN.js
│ │ │ │ │ │ ├── isNative.js
│ │ │ │ │ │ ├── isNull.js
│ │ │ │ │ │ ├── isNumber.js
│ │ │ │ │ │ ├── isObject.js
│ │ │ │ │ │ ├── isPlainObject.js
│ │ │ │ │ │ ├── isRegExp.js
│ │ │ │ │ │ ├── isString.js
│ │ │ │ │ │ ├── isTypedArray.js
│ │ │ │ │ │ ├── isUndefined.js
│ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ ├── lte.js
│ │ │ │ │ │ ├── toArray.js
│ │ │ │ │ │ └── toPlainObject.js
│ │ │ │ │ ├── math.js
│ │ │ │ │ ├── math
│ │ │ │ │ │ ├── add.js
│ │ │ │ │ │ ├── ceil.js
│ │ │ │ │ │ ├── floor.js
│ │ │ │ │ │ ├── max.js
│ │ │ │ │ │ ├── min.js
│ │ │ │ │ │ ├── round.js
│ │ │ │ │ │ └── sum.js
│ │ │ │ │ ├── number.js
│ │ │ │ │ ├── number
│ │ │ │ │ │ ├── inRange.js
│ │ │ │ │ │ └── random.js
│ │ │ │ │ ├── object.js
│ │ │ │ │ ├── object
│ │ │ │ │ │ ├── assign.js
│ │ │ │ │ │ ├── create.js
│ │ │ │ │ │ ├── defaults.js
│ │ │ │ │ │ ├── defaultsDeep.js
│ │ │ │ │ │ ├── extend.js
│ │ │ │ │ │ ├── findKey.js
│ │ │ │ │ │ ├── findLastKey.js
│ │ │ │ │ │ ├── forIn.js
│ │ │ │ │ │ ├── forInRight.js
│ │ │ │ │ │ ├── forOwn.js
│ │ │ │ │ │ ├── forOwnRight.js
│ │ │ │ │ │ ├── functions.js
│ │ │ │ │ │ ├── get.js
│ │ │ │ │ │ ├── has.js
│ │ │ │ │ │ ├── invert.js
│ │ │ │ │ │ ├── keys.js
│ │ │ │ │ │ ├── keysIn.js
│ │ │ │ │ │ ├── mapKeys.js
│ │ │ │ │ │ ├── mapValues.js
│ │ │ │ │ │ ├── merge.js
│ │ │ │ │ │ ├── methods.js
│ │ │ │ │ │ ├── omit.js
│ │ │ │ │ │ ├── pairs.js
│ │ │ │ │ │ ├── pick.js
│ │ │ │ │ │ ├── result.js
│ │ │ │ │ │ ├── set.js
│ │ │ │ │ │ ├── transform.js
│ │ │ │ │ │ ├── values.js
│ │ │ │ │ │ └── valuesIn.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── string.js
│ │ │ │ │ ├── string
│ │ │ │ │ │ ├── camelCase.js
│ │ │ │ │ │ ├── capitalize.js
│ │ │ │ │ │ ├── deburr.js
│ │ │ │ │ │ ├── endsWith.js
│ │ │ │ │ │ ├── escape.js
│ │ │ │ │ │ ├── escapeRegExp.js
│ │ │ │ │ │ ├── kebabCase.js
│ │ │ │ │ │ ├── pad.js
│ │ │ │ │ │ ├── padLeft.js
│ │ │ │ │ │ ├── padRight.js
│ │ │ │ │ │ ├── parseInt.js
│ │ │ │ │ │ ├── repeat.js
│ │ │ │ │ │ ├── snakeCase.js
│ │ │ │ │ │ ├── startCase.js
│ │ │ │ │ │ ├── startsWith.js
│ │ │ │ │ │ ├── template.js
│ │ │ │ │ │ ├── templateSettings.js
│ │ │ │ │ │ ├── trim.js
│ │ │ │ │ │ ├── trimLeft.js
│ │ │ │ │ │ ├── trimRight.js
│ │ │ │ │ │ ├── trunc.js
│ │ │ │ │ │ ├── unescape.js
│ │ │ │ │ │ └── words.js
│ │ │ │ │ ├── support.js
│ │ │ │ │ ├── utility.js
│ │ │ │ │ └── utility
│ │ │ │ │ │ ├── attempt.js
│ │ │ │ │ │ ├── callback.js
│ │ │ │ │ │ ├── constant.js
│ │ │ │ │ │ ├── identity.js
│ │ │ │ │ │ ├── iteratee.js
│ │ │ │ │ │ ├── matches.js
│ │ │ │ │ │ ├── matchesProperty.js
│ │ │ │ │ │ ├── method.js
│ │ │ │ │ │ ├── methodOf.js
│ │ │ │ │ │ ├── mixin.js
│ │ │ │ │ │ ├── noop.js
│ │ │ │ │ │ ├── property.js
│ │ │ │ │ │ ├── propertyOf.js
│ │ │ │ │ │ ├── range.js
│ │ │ │ │ │ ├── times.js
│ │ │ │ │ │ └── uniqueId.js
│ │ │ │ ├── minimatch
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── minimatch.js
│ │ │ │ │ └── package.json
│ │ │ │ ├── nopt
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── nopt.js
│ │ │ │ │ ├── examples
│ │ │ │ │ │ └── my-program.js
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── nopt.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ │ └── basic.js
│ │ │ │ ├── once
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── once.js
│ │ │ │ │ └── package.json
│ │ │ │ ├── os-homedir
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── license
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── readme.md
│ │ │ │ ├── os-tmpdir
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── license
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── readme.md
│ │ │ │ ├── osenv
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── osenv.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── test
│ │ │ │ │ │ ├── unix.js
│ │ │ │ │ │ └── windows.js
│ │ │ │ │ └── x.tap
│ │ │ │ ├── path-is-absolute
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── license
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── readme.md
│ │ │ │ ├── plist
│ │ │ │ │ ├── .jshintrc
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── History.md
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Makefile
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── dist
│ │ │ │ │ │ ├── plist-build.js
│ │ │ │ │ │ ├── plist-parse.js
│ │ │ │ │ │ └── plist.js
│ │ │ │ │ ├── examples
│ │ │ │ │ │ └── browser
│ │ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── build.js
│ │ │ │ │ │ ├── node.js
│ │ │ │ │ │ ├── parse.js
│ │ │ │ │ │ └── plist.js
│ │ │ │ │ └── package.json
│ │ │ │ ├── properties-parser
│ │ │ │ │ ├── README.markdown
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── play-ground.js
│ │ │ │ │ └── test
│ │ │ │ │ │ ├── ReadProperties.class
│ │ │ │ │ │ ├── ReadProperties.java
│ │ │ │ │ │ ├── test-cases-copy.properties
│ │ │ │ │ │ ├── test-cases.properties
│ │ │ │ │ │ └── test.js
│ │ │ │ ├── q
│ │ │ │ │ ├── CHANGES.md
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── q.js
│ │ │ │ │ └── queue.js
│ │ │ │ ├── sax
│ │ │ │ │ ├── AUTHORS
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── big-not-pretty.xml
│ │ │ │ │ │ ├── example.js
│ │ │ │ │ │ ├── get-products.js
│ │ │ │ │ │ ├── hello-world.js
│ │ │ │ │ │ ├── not-pretty.xml
│ │ │ │ │ │ ├── pretty-print.js
│ │ │ │ │ │ ├── shopping.xml
│ │ │ │ │ │ ├── strict.dtd
│ │ │ │ │ │ ├── switch-bench.js
│ │ │ │ │ │ ├── test.html
│ │ │ │ │ │ └── test.xml
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── sax.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ │ ├── buffer-overrun.js
│ │ │ │ │ │ ├── cdata-chunked.js
│ │ │ │ │ │ ├── cdata-end-split.js
│ │ │ │ │ │ ├── cdata-fake-end.js
│ │ │ │ │ │ ├── cdata-multiple.js
│ │ │ │ │ │ ├── cdata.js
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ ├── issue-23.js
│ │ │ │ │ │ ├── issue-30.js
│ │ │ │ │ │ ├── issue-35.js
│ │ │ │ │ │ ├── issue-47.js
│ │ │ │ │ │ ├── issue-49.js
│ │ │ │ │ │ ├── parser-position.js
│ │ │ │ │ │ ├── script.js
│ │ │ │ │ │ ├── self-closing-child-strict.js
│ │ │ │ │ │ ├── self-closing-child.js
│ │ │ │ │ │ ├── self-closing-tag.js
│ │ │ │ │ │ ├── stray-ending.js
│ │ │ │ │ │ ├── trailing-non-whitespace.js
│ │ │ │ │ │ ├── unquoted.js
│ │ │ │ │ │ ├── xmlns-issue-41.js
│ │ │ │ │ │ ├── xmlns-rebinding.js
│ │ │ │ │ │ ├── xmlns-strict.js
│ │ │ │ │ │ ├── xmlns-unbound.js
│ │ │ │ │ │ ├── xmlns-xml-default-prefix-attribute.js
│ │ │ │ │ │ ├── xmlns-xml-default-prefix.js
│ │ │ │ │ │ └── xmlns-xml-default-redefine.js
│ │ │ │ ├── semver
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── semver
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── range.bnf
│ │ │ │ │ ├── semver.js
│ │ │ │ │ └── test
│ │ │ │ │ │ ├── big-numbers.js
│ │ │ │ │ │ ├── clean.js
│ │ │ │ │ │ ├── gtr.js
│ │ │ │ │ │ ├── index.js
│ │ │ │ │ │ ├── ltr.js
│ │ │ │ │ │ └── major-minor-patch.js
│ │ │ │ ├── shelljs
│ │ │ │ │ ├── .documentup.json
│ │ │ │ │ ├── .jshintrc
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── RELEASE.md
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── shjs
│ │ │ │ │ ├── global.js
│ │ │ │ │ ├── make.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── scripts
│ │ │ │ │ │ ├── generate-docs.js
│ │ │ │ │ │ └── run-tests.js
│ │ │ │ │ ├── shell.js
│ │ │ │ │ └── src
│ │ │ │ │ │ ├── cat.js
│ │ │ │ │ │ ├── cd.js
│ │ │ │ │ │ ├── chmod.js
│ │ │ │ │ │ ├── common.js
│ │ │ │ │ │ ├── cp.js
│ │ │ │ │ │ ├── dirs.js
│ │ │ │ │ │ ├── echo.js
│ │ │ │ │ │ ├── error.js
│ │ │ │ │ │ ├── exec.js
│ │ │ │ │ │ ├── find.js
│ │ │ │ │ │ ├── grep.js
│ │ │ │ │ │ ├── ln.js
│ │ │ │ │ │ ├── ls.js
│ │ │ │ │ │ ├── mkdir.js
│ │ │ │ │ │ ├── mv.js
│ │ │ │ │ │ ├── popd.js
│ │ │ │ │ │ ├── pushd.js
│ │ │ │ │ │ ├── pwd.js
│ │ │ │ │ │ ├── rm.js
│ │ │ │ │ │ ├── sed.js
│ │ │ │ │ │ ├── tempdir.js
│ │ │ │ │ │ ├── test.js
│ │ │ │ │ │ ├── to.js
│ │ │ │ │ │ ├── toEnd.js
│ │ │ │ │ │ └── which.js
│ │ │ │ ├── underscore
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── underscore-min.js
│ │ │ │ │ ├── underscore-min.map
│ │ │ │ │ └── underscore.js
│ │ │ │ ├── unorm
│ │ │ │ │ ├── LICENSE.md
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── unorm.js
│ │ │ │ │ └── package.json
│ │ │ │ ├── util-deprecate
│ │ │ │ │ ├── History.md
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── browser.js
│ │ │ │ │ ├── node.js
│ │ │ │ │ └── package.json
│ │ │ │ ├── wrappy
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── test
│ │ │ │ │ │ └── basic.js
│ │ │ │ │ └── wrappy.js
│ │ │ │ ├── xmlbuilder
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── XMLAttribute.js
│ │ │ │ │ │ ├── XMLBuilder.js
│ │ │ │ │ │ ├── XMLCData.js
│ │ │ │ │ │ ├── XMLComment.js
│ │ │ │ │ │ ├── XMLDTDAttList.js
│ │ │ │ │ │ ├── XMLDTDElement.js
│ │ │ │ │ │ ├── XMLDTDEntity.js
│ │ │ │ │ │ ├── XMLDTDNotation.js
│ │ │ │ │ │ ├── XMLDeclaration.js
│ │ │ │ │ │ ├── XMLDocType.js
│ │ │ │ │ │ ├── XMLElement.js
│ │ │ │ │ │ ├── XMLNode.js
│ │ │ │ │ │ ├── XMLProcessingInstruction.js
│ │ │ │ │ │ ├── XMLRaw.js
│ │ │ │ │ │ ├── XMLStringifier.js
│ │ │ │ │ │ ├── XMLText.js
│ │ │ │ │ │ └── index.js
│ │ │ │ │ └── package.json
│ │ │ │ └── xmldom
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── __package__.js
│ │ │ │ │ ├── changelog
│ │ │ │ │ ├── component.json
│ │ │ │ │ ├── dom-parser.js
│ │ │ │ │ ├── dom.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ ├── readme.md
│ │ │ │ │ └── sax.js
│ │ │ ├── run
│ │ │ ├── run.bat
│ │ │ ├── version
│ │ │ └── version.bat
│ │ ├── platform_www
│ │ │ ├── cordova-js-src
│ │ │ │ ├── android
│ │ │ │ │ ├── nativeapiprovider.js
│ │ │ │ │ └── promptbasednativeapi.js
│ │ │ │ ├── exec.js
│ │ │ │ ├── platform.js
│ │ │ │ └── plugin
│ │ │ │ │ └── android
│ │ │ │ │ └── app.js
│ │ │ ├── cordova.js
│ │ │ └── cordova_plugins.js
│ │ ├── project.properties
│ │ ├── res
│ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-land-hdpi
│ │ │ │ └── screen.png
│ │ │ ├── drawable-land-ldpi
│ │ │ │ └── screen.png
│ │ │ ├── drawable-land-mdpi
│ │ │ │ └── screen.png
│ │ │ ├── drawable-land-xhdpi
│ │ │ │ └── screen.png
│ │ │ ├── drawable-ldpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-mdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-port-hdpi
│ │ │ │ └── screen.png
│ │ │ ├── drawable-port-ldpi
│ │ │ │ └── screen.png
│ │ │ ├── drawable-port-mdpi
│ │ │ │ └── screen.png
│ │ │ ├── drawable-port-xhdpi
│ │ │ │ └── screen.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ └── icon.png
│ │ │ ├── values
│ │ │ │ └── strings.xml
│ │ │ └── xml
│ │ │ │ └── config.xml
│ │ ├── settings.gradle
│ │ └── src
│ │ │ ├── org
│ │ │ └── apache
│ │ │ │ └── cordova
│ │ │ │ └── whitelist
│ │ │ │ └── WhitelistPlugin.java
│ │ │ └── tiltontec
│ │ │ └── cordo
│ │ │ └── MainActivity.java
│ └── platforms.json
├── plugins
│ ├── android.json
│ ├── cordova-plugin-whitelist
│ │ ├── CONTRIBUTING.md
│ │ ├── LICENSE
│ │ ├── NOTICE
│ │ ├── README.md
│ │ ├── RELEASENOTES.md
│ │ ├── doc
│ │ │ ├── de
│ │ │ │ └── README.md
│ │ │ ├── es
│ │ │ │ └── README.md
│ │ │ ├── fr
│ │ │ │ └── README.md
│ │ │ ├── it
│ │ │ │ └── README.md
│ │ │ ├── ja
│ │ │ │ └── README.md
│ │ │ ├── ko
│ │ │ │ └── README.md
│ │ │ ├── pl
│ │ │ │ └── README.md
│ │ │ └── zh
│ │ │ │ └── README.md
│ │ ├── package.json
│ │ ├── plugin.xml
│ │ └── src
│ │ │ └── android
│ │ │ └── WhitelistPlugin.java
│ └── fetch.json
└── www
│ ├── css
│ ├── index.css
│ └── style.css
│ ├── img
│ └── logo.png
│ ├── index.html
│ ├── js
│ └── index.js
│ ├── resource
│ ├── identica
│ │ ├── css
│ │ │ ├── custom.css
│ │ │ └── custom.css.map
│ │ ├── mmedia
│ │ │ ├── earth-from-moon.jpg
│ │ │ └── games.png
│ │ └── scss
│ │ │ └── custom.scss
│ └── qx
│ │ ├── mobile
│ │ ├── css
│ │ │ ├── LICENSE
│ │ │ └── custom.css
│ │ └── js
│ │ │ ├── iscroll.js
│ │ │ └── iscroll.min.js
│ │ └── static
│ │ └── blank.html
│ └── script
│ ├── identica.js
│ ├── out
│ ├── cljs
│ │ ├── core.cljs
│ │ ├── core.js
│ │ ├── pprint.cljs
│ │ ├── pprint.js
│ │ ├── test.cljs
│ │ └── test.js
│ ├── clojure
│ │ ├── set.cljs
│ │ ├── set.js
│ │ ├── string.cljs
│ │ └── string.js
│ ├── hello_mobile
│ │ ├── core.js
│ │ ├── dialog_demos.js
│ │ ├── login_form.js
│ │ └── random_toys.js
│ └── tiltontec
│ │ ├── cell
│ │ ├── base.js
│ │ ├── core.js
│ │ ├── evaluate.js
│ │ ├── integrity.js
│ │ └── observer.js
│ │ ├── model
│ │ ├── base.js
│ │ ├── core.js
│ │ └── macros.js
│ │ ├── qxia
│ │ ├── base.js
│ │ ├── core.js
│ │ ├── macros.js
│ │ ├── types.js
│ │ └── widget.js
│ │ └── util
│ │ ├── base.js
│ │ └── core.js
│ └── qxia.js
├── externs.js.back
├── project.clj
├── resources
├── identica
│ ├── Gruntfile.js
│ ├── Manifest.json
│ ├── build
│ │ ├── css
│ │ │ ├── index.css
│ │ │ └── style.css
│ │ ├── index.html
│ │ ├── resource
│ │ │ ├── identica
│ │ │ │ ├── css
│ │ │ │ │ ├── custom.css
│ │ │ │ │ └── custom.css.map
│ │ │ │ ├── mmedia
│ │ │ │ │ ├── earth-from-moon.jpg
│ │ │ │ │ ├── games.png
│ │ │ │ │ ├── hello-mobile-lander.png
│ │ │ │ │ └── rube_back11.gif
│ │ │ │ └── scss
│ │ │ │ │ └── custom.scss
│ │ │ └── qx
│ │ │ │ ├── mobile
│ │ │ │ ├── css
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ └── custom.css
│ │ │ │ └── js
│ │ │ │ │ ├── iscroll.js
│ │ │ │ │ └── iscroll.min.js
│ │ │ │ └── static
│ │ │ │ └── blank.html
│ │ └── script
│ │ │ ├── identica.js
│ │ │ └── qxia.js
│ ├── config.json
│ ├── generate.py
│ ├── node_modules
│ │ ├── .bin
│ │ │ ├── cake
│ │ │ ├── coffee
│ │ │ ├── esparse
│ │ │ ├── esvalidate
│ │ │ ├── js-yaml
│ │ │ ├── nopt
│ │ │ ├── rimraf
│ │ │ └── which
│ │ ├── abbrev
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── abbrev.js
│ │ │ ├── package.json
│ │ │ └── test.js
│ │ ├── argparse
│ │ │ ├── HISTORY.md
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── examples
│ │ │ │ ├── arguments.js
│ │ │ │ ├── choice.js
│ │ │ │ ├── constants.js
│ │ │ │ ├── help.js
│ │ │ │ ├── nargs.js
│ │ │ │ ├── parents.js
│ │ │ │ ├── prefix_chars.js
│ │ │ │ ├── sub_commands.js
│ │ │ │ ├── sum.js
│ │ │ │ └── testformatters.js
│ │ │ ├── index.js
│ │ │ ├── lib
│ │ │ │ ├── action.js
│ │ │ │ ├── action
│ │ │ │ │ ├── append.js
│ │ │ │ │ ├── append
│ │ │ │ │ │ └── constant.js
│ │ │ │ │ ├── count.js
│ │ │ │ │ ├── help.js
│ │ │ │ │ ├── store.js
│ │ │ │ │ ├── store
│ │ │ │ │ │ ├── constant.js
│ │ │ │ │ │ ├── false.js
│ │ │ │ │ │ └── true.js
│ │ │ │ │ ├── subparsers.js
│ │ │ │ │ └── version.js
│ │ │ │ ├── action_container.js
│ │ │ │ ├── argparse.js
│ │ │ │ ├── argument
│ │ │ │ │ ├── error.js
│ │ │ │ │ ├── exclusive.js
│ │ │ │ │ └── group.js
│ │ │ │ ├── argument_parser.js
│ │ │ │ ├── const.js
│ │ │ │ ├── help
│ │ │ │ │ ├── added_formatters.js
│ │ │ │ │ └── formatter.js
│ │ │ │ └── namespace.js
│ │ │ ├── node_modules
│ │ │ │ └── underscore.string
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── README.markdown
│ │ │ │ │ ├── bower.json
│ │ │ │ │ ├── component.json
│ │ │ │ │ ├── foo.js
│ │ │ │ │ ├── gulpfile.js
│ │ │ │ │ ├── lib
│ │ │ │ │ └── underscore.string.js
│ │ │ │ │ ├── libpeerconnection.log
│ │ │ │ │ └── package.json
│ │ │ └── package.json
│ │ ├── async
│ │ │ ├── .gitmodules
│ │ │ ├── .npmignore
│ │ │ ├── LICENSE
│ │ │ ├── Makefile
│ │ │ ├── README.md
│ │ │ ├── index.js
│ │ │ ├── lib
│ │ │ │ └── async.js
│ │ │ └── package.json
│ │ ├── coffee-script
│ │ │ ├── .npmignore
│ │ │ ├── CNAME
│ │ │ ├── LICENSE
│ │ │ ├── README
│ │ │ ├── Rakefile
│ │ │ ├── bin
│ │ │ │ ├── cake
│ │ │ │ └── coffee
│ │ │ ├── extras
│ │ │ │ └── jsl.conf
│ │ │ ├── lib
│ │ │ │ └── coffee-script
│ │ │ │ │ ├── browser.js
│ │ │ │ │ ├── cake.js
│ │ │ │ │ ├── coffee-script.js
│ │ │ │ │ ├── command.js
│ │ │ │ │ ├── grammar.js
│ │ │ │ │ ├── helpers.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── lexer.js
│ │ │ │ │ ├── nodes.js
│ │ │ │ │ ├── optparse.js
│ │ │ │ │ ├── parser.js
│ │ │ │ │ ├── repl.js
│ │ │ │ │ ├── rewriter.js
│ │ │ │ │ └── scope.js
│ │ │ └── package.json
│ │ ├── colors
│ │ │ ├── MIT-LICENSE.txt
│ │ │ ├── ReadMe.md
│ │ │ ├── colors.js
│ │ │ ├── example.html
│ │ │ ├── example.js
│ │ │ ├── package.json
│ │ │ ├── test.js
│ │ │ └── themes
│ │ │ │ ├── winston-dark.js
│ │ │ │ └── winston-light.js
│ │ ├── dateformat
│ │ │ ├── Readme.md
│ │ │ ├── lib
│ │ │ │ └── dateformat.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── test_weekofyear.js
│ │ │ │ └── test_weekofyear.sh
│ │ ├── esprima
│ │ │ ├── README.md
│ │ │ ├── bin
│ │ │ │ ├── esparse.js
│ │ │ │ └── esvalidate.js
│ │ │ ├── esprima.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── compat.js
│ │ │ │ ├── reflect.js
│ │ │ │ ├── run.js
│ │ │ │ ├── runner.js
│ │ │ │ └── test.js
│ │ ├── eventemitter2
│ │ │ ├── README.md
│ │ │ ├── index.js
│ │ │ ├── lib
│ │ │ │ └── eventemitter2.js
│ │ │ └── package.json
│ │ ├── exit
│ │ │ ├── .jshintrc
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── Gruntfile.js
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── lib
│ │ │ │ └── exit.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── exit_test.js
│ │ │ │ └── fixtures
│ │ │ │ ├── 10-stderr.txt
│ │ │ │ ├── 10-stdout-stderr.txt
│ │ │ │ ├── 10-stdout.txt
│ │ │ │ ├── 100-stderr.txt
│ │ │ │ ├── 100-stdout-stderr.txt
│ │ │ │ ├── 100-stdout.txt
│ │ │ │ ├── 1000-stderr.txt
│ │ │ │ ├── 1000-stdout-stderr.txt
│ │ │ │ ├── 1000-stdout.txt
│ │ │ │ ├── create-files.sh
│ │ │ │ ├── log-broken.js
│ │ │ │ └── log.js
│ │ ├── findup-sync
│ │ │ ├── .jshintrc
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── Gruntfile.js
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── lib
│ │ │ │ └── findup-sync.js
│ │ │ ├── node_modules
│ │ │ │ ├── glob
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── g.js
│ │ │ │ │ │ └── usr-local.js
│ │ │ │ │ ├── glob.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ │ ├── 00-setup.js
│ │ │ │ │ │ ├── bash-comparison.js
│ │ │ │ │ │ ├── bash-results.json
│ │ │ │ │ │ ├── cwd-test.js
│ │ │ │ │ │ ├── globstar-match.js
│ │ │ │ │ │ ├── mark.js
│ │ │ │ │ │ ├── new-glob-optional-options.js
│ │ │ │ │ │ ├── nocase-nomagic.js
│ │ │ │ │ │ ├── pause-resume.js
│ │ │ │ │ │ ├── readme-issue.js
│ │ │ │ │ │ ├── root-nomount.js
│ │ │ │ │ │ ├── root.js
│ │ │ │ │ │ ├── stat.js
│ │ │ │ │ │ └── zz-cleanup.js
│ │ │ │ ├── lodash
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── dist
│ │ │ │ │ │ ├── lodash.compat.js
│ │ │ │ │ │ ├── lodash.compat.min.js
│ │ │ │ │ │ ├── lodash.js
│ │ │ │ │ │ ├── lodash.min.js
│ │ │ │ │ │ ├── lodash.underscore.js
│ │ │ │ │ │ └── lodash.underscore.min.js
│ │ │ │ │ ├── lodash.js
│ │ │ │ │ └── package.json
│ │ │ │ └── minimatch
│ │ │ │ │ ├── .npmignore
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── minimatch.js
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ ├── basic.js
│ │ │ │ │ ├── brace-expand.js
│ │ │ │ │ ├── caching.js
│ │ │ │ │ ├── defaults.js
│ │ │ │ │ └── extglob-ending-with-state-char.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── findup-sync_test.js
│ │ │ │ └── fixtures
│ │ │ │ ├── a.txt
│ │ │ │ ├── a
│ │ │ │ ├── b
│ │ │ │ │ └── bar.txt
│ │ │ │ └── foo.txt
│ │ │ │ └── aaa.txt
│ │ ├── getobject
│ │ │ ├── .jshintrc
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── Gruntfile.js
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── lib
│ │ │ │ └── getobject.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ └── namespace_test.js
│ │ ├── glob
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── examples
│ │ │ │ ├── g.js
│ │ │ │ └── usr-local.js
│ │ │ ├── glob.js
│ │ │ ├── node_modules
│ │ │ │ └── inherits
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── inherits.js
│ │ │ │ │ └── package.json
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── 00-setup.js
│ │ │ │ ├── bash-comparison.js
│ │ │ │ ├── bash-results.json
│ │ │ │ ├── cwd-test.js
│ │ │ │ ├── mark.js
│ │ │ │ ├── nocase-nomagic.js
│ │ │ │ ├── pause-resume.js
│ │ │ │ ├── root-nomount.js
│ │ │ │ ├── root.js
│ │ │ │ └── zz-cleanup.js
│ │ ├── graceful-fs
│ │ │ ├── .npmignore
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── graceful-fs.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── open.js
│ │ │ │ └── ulimit.js
│ │ ├── grunt-contrib-clean
│ │ │ ├── .jshintrc
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── AUTHORS
│ │ │ ├── CHANGELOG
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── Gruntfile.js
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── docs
│ │ │ │ ├── clean-examples.md
│ │ │ │ ├── clean-options.md
│ │ │ │ ├── clean-overview.md
│ │ │ │ └── overview.md
│ │ │ ├── package.json
│ │ │ ├── tasks
│ │ │ │ └── clean.js
│ │ │ └── test
│ │ │ │ ├── clean_test.js
│ │ │ │ └── fixtures
│ │ │ │ ├── sample_long
│ │ │ │ └── long.txt
│ │ │ │ └── sample_short
│ │ │ │ └── short.txt
│ │ ├── grunt-legacy-log-utils
│ │ │ ├── .jshintrc
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── Gruntfile.js
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── index.js
│ │ │ ├── node_modules
│ │ │ │ ├── lodash
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── dist
│ │ │ │ │ │ ├── lodash.compat.js
│ │ │ │ │ │ ├── lodash.compat.min.js
│ │ │ │ │ │ ├── lodash.js
│ │ │ │ │ │ ├── lodash.min.js
│ │ │ │ │ │ ├── lodash.underscore.js
│ │ │ │ │ │ └── lodash.underscore.min.js
│ │ │ │ │ ├── lodash.js
│ │ │ │ │ └── package.json
│ │ │ │ └── underscore.string
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── Gemfile
│ │ │ │ │ ├── Gemfile.lock
│ │ │ │ │ ├── README.markdown
│ │ │ │ │ ├── Rakefile
│ │ │ │ │ ├── component.json
│ │ │ │ │ ├── dist
│ │ │ │ │ └── underscore.string.min.js
│ │ │ │ │ ├── lib
│ │ │ │ │ └── underscore.string.js
│ │ │ │ │ ├── libpeerconnection.log
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ ├── run-qunit.js
│ │ │ │ │ ├── speed.js
│ │ │ │ │ ├── strings.js
│ │ │ │ │ ├── strings_standalone.js
│ │ │ │ │ ├── test.html
│ │ │ │ │ ├── test_standalone.html
│ │ │ │ │ ├── test_underscore
│ │ │ │ │ ├── arrays.js
│ │ │ │ │ ├── chaining.js
│ │ │ │ │ ├── collections.js
│ │ │ │ │ ├── functions.js
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── objects.js
│ │ │ │ │ ├── speed.js
│ │ │ │ │ ├── utility.js
│ │ │ │ │ └── vendor
│ │ │ │ │ │ ├── jquery.js
│ │ │ │ │ │ ├── jslitmus.js
│ │ │ │ │ │ ├── qunit.css
│ │ │ │ │ │ └── qunit.js
│ │ │ │ │ └── underscore.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ └── index.js
│ │ ├── grunt-legacy-log
│ │ │ ├── .jshintrc
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── Gruntfile.js
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── examples.js
│ │ │ ├── index.js
│ │ │ ├── node_modules
│ │ │ │ ├── lodash
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── README.md
│ │ │ │ │ ├── dist
│ │ │ │ │ │ ├── lodash.compat.js
│ │ │ │ │ │ ├── lodash.compat.min.js
│ │ │ │ │ │ ├── lodash.js
│ │ │ │ │ │ ├── lodash.min.js
│ │ │ │ │ │ ├── lodash.underscore.js
│ │ │ │ │ │ └── lodash.underscore.min.js
│ │ │ │ │ ├── lodash.js
│ │ │ │ │ └── package.json
│ │ │ │ └── underscore.string
│ │ │ │ │ ├── .travis.yml
│ │ │ │ │ ├── Gemfile
│ │ │ │ │ ├── Gemfile.lock
│ │ │ │ │ ├── README.markdown
│ │ │ │ │ ├── Rakefile
│ │ │ │ │ ├── component.json
│ │ │ │ │ ├── dist
│ │ │ │ │ └── underscore.string.min.js
│ │ │ │ │ ├── lib
│ │ │ │ │ └── underscore.string.js
│ │ │ │ │ ├── libpeerconnection.log
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── test
│ │ │ │ │ ├── run-qunit.js
│ │ │ │ │ ├── speed.js
│ │ │ │ │ ├── strings.js
│ │ │ │ │ ├── strings_standalone.js
│ │ │ │ │ ├── test.html
│ │ │ │ │ ├── test_standalone.html
│ │ │ │ │ ├── test_underscore
│ │ │ │ │ ├── arrays.js
│ │ │ │ │ ├── chaining.js
│ │ │ │ │ ├── collections.js
│ │ │ │ │ ├── functions.js
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── objects.js
│ │ │ │ │ ├── speed.js
│ │ │ │ │ ├── utility.js
│ │ │ │ │ └── vendor
│ │ │ │ │ │ ├── jquery.js
│ │ │ │ │ │ ├── jslitmus.js
│ │ │ │ │ │ ├── qunit.css
│ │ │ │ │ │ └── qunit.js
│ │ │ │ │ └── underscore.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ └── index.js
│ │ ├── grunt-legacy-util
│ │ │ ├── .jshintrc
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── Gruntfile.js
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── index.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── fixtures
│ │ │ │ ├── Gruntfile-execArgv-child.js
│ │ │ │ ├── Gruntfile-execArgv.js
│ │ │ │ ├── Gruntfile-print-text.js
│ │ │ │ ├── exec.cmd
│ │ │ │ ├── exec.sh
│ │ │ │ ├── spawn-multibyte.js
│ │ │ │ └── spawn.js
│ │ │ │ └── index.js
│ │ ├── grunt
│ │ │ ├── .npmignore
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── appveyor.yml
│ │ │ ├── internal-tasks
│ │ │ │ ├── bump.js
│ │ │ │ └── subgrunt.js
│ │ │ ├── lib
│ │ │ │ ├── grunt.js
│ │ │ │ ├── grunt
│ │ │ │ │ ├── cli.js
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── event.js
│ │ │ │ │ ├── fail.js
│ │ │ │ │ ├── file.js
│ │ │ │ │ ├── help.js
│ │ │ │ │ ├── option.js
│ │ │ │ │ ├── task.js
│ │ │ │ │ └── template.js
│ │ │ │ └── util
│ │ │ │ │ └── task.js
│ │ │ └── package.json
│ │ ├── hooker
│ │ │ ├── LICENSE-MIT
│ │ │ ├── README.md
│ │ │ ├── child.js
│ │ │ ├── dist
│ │ │ │ ├── ba-hooker.js
│ │ │ │ └── ba-hooker.min.js
│ │ │ ├── grunt.js
│ │ │ ├── lib
│ │ │ │ └── hooker.js
│ │ │ ├── package.json
│ │ │ ├── parent.js
│ │ │ └── test
│ │ │ │ └── hooker_test.js
│ │ ├── iconv-lite
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── README.md~
│ │ │ ├── encodings
│ │ │ │ ├── big5.js
│ │ │ │ ├── gbk.js
│ │ │ │ ├── singlebyte.js
│ │ │ │ └── table
│ │ │ │ │ ├── big5.js
│ │ │ │ │ └── gbk.js
│ │ │ ├── generation
│ │ │ │ ├── generate-big5-table.js
│ │ │ │ └── generate-singlebyte.js
│ │ │ ├── index.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── big5-test.js
│ │ │ │ ├── big5File.txt
│ │ │ │ ├── cyrillic-test.js
│ │ │ │ ├── gbk-test.js
│ │ │ │ ├── gbkFile.txt
│ │ │ │ ├── greek-test.js
│ │ │ │ ├── main-test.js
│ │ │ │ ├── performance.js
│ │ │ │ └── turkish-test.js
│ │ ├── inherits
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── inherits.js
│ │ │ ├── inherits_browser.js
│ │ │ ├── package.json
│ │ │ └── test.js
│ │ ├── js-yaml
│ │ │ ├── HISTORY.md
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── bin
│ │ │ │ └── js-yaml.js
│ │ │ ├── examples
│ │ │ │ ├── custom_types.js
│ │ │ │ ├── custom_types.yaml
│ │ │ │ ├── dumper.js
│ │ │ │ ├── dumper.json
│ │ │ │ ├── sample_document.js
│ │ │ │ └── sample_document.yaml
│ │ │ ├── index.js
│ │ │ ├── lib
│ │ │ │ ├── js-yaml.js
│ │ │ │ └── js-yaml
│ │ │ │ │ ├── common.js
│ │ │ │ │ ├── dumper.js
│ │ │ │ │ ├── exception.js
│ │ │ │ │ ├── loader.js
│ │ │ │ │ ├── mark.js
│ │ │ │ │ ├── require.js
│ │ │ │ │ ├── schema.js
│ │ │ │ │ ├── schema
│ │ │ │ │ ├── default.js
│ │ │ │ │ ├── minimal.js
│ │ │ │ │ └── safe.js
│ │ │ │ │ ├── type.js
│ │ │ │ │ └── type
│ │ │ │ │ ├── binary.js
│ │ │ │ │ ├── bool.js
│ │ │ │ │ ├── float.js
│ │ │ │ │ ├── int.js
│ │ │ │ │ ├── js
│ │ │ │ │ ├── function.js
│ │ │ │ │ ├── regexp.js
│ │ │ │ │ └── undefined.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── merge.js
│ │ │ │ │ ├── null.js
│ │ │ │ │ ├── omap.js
│ │ │ │ │ ├── pairs.js
│ │ │ │ │ ├── seq.js
│ │ │ │ │ ├── set.js
│ │ │ │ │ ├── str.js
│ │ │ │ │ └── timestamp.js
│ │ │ └── package.json
│ │ ├── lodash
│ │ │ ├── README.md
│ │ │ ├── lodash.js
│ │ │ ├── lodash.min.js
│ │ │ ├── lodash.underscore.js
│ │ │ ├── lodash.underscore.min.js
│ │ │ └── package.json
│ │ ├── lru-cache
│ │ │ ├── .npmignore
│ │ │ ├── .travis.yml
│ │ │ ├── CONTRIBUTORS
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── lib
│ │ │ │ └── lru-cache.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── basic.js
│ │ │ │ ├── foreach.js
│ │ │ │ ├── memory-leak.js
│ │ │ │ └── serialize.js
│ │ ├── minimatch
│ │ │ ├── .npmignore
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── minimatch.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── basic.js
│ │ │ │ ├── brace-expand.js
│ │ │ │ ├── caching.js
│ │ │ │ ├── defaults.js
│ │ │ │ └── extglob-ending-with-state-char.js
│ │ ├── nopt
│ │ │ ├── .npmignore
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── bin
│ │ │ │ └── nopt.js
│ │ │ ├── examples
│ │ │ │ └── my-program.js
│ │ │ ├── lib
│ │ │ │ └── nopt.js
│ │ │ └── package.json
│ │ ├── rimraf
│ │ │ ├── AUTHORS
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── bin.js
│ │ │ ├── package.json
│ │ │ ├── rimraf.js
│ │ │ └── test
│ │ │ │ ├── run.sh
│ │ │ │ ├── setup.sh
│ │ │ │ ├── test-async.js
│ │ │ │ └── test-sync.js
│ │ ├── sigmund
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── bench.js
│ │ │ ├── package.json
│ │ │ ├── sigmund.js
│ │ │ └── test
│ │ │ │ └── basic.js
│ │ ├── underscore.string
│ │ │ ├── .travis.yml
│ │ │ ├── Gemfile
│ │ │ ├── Gemfile.lock
│ │ │ ├── README.markdown
│ │ │ ├── Rakefile
│ │ │ ├── dist
│ │ │ │ └── underscore.string.min.js
│ │ │ ├── lib
│ │ │ │ └── underscore.string.js
│ │ │ ├── package.json
│ │ │ └── test
│ │ │ │ ├── run-qunit.js
│ │ │ │ ├── speed.js
│ │ │ │ ├── strings.js
│ │ │ │ ├── strings_standalone.js
│ │ │ │ ├── test.html
│ │ │ │ ├── test_standalone.html
│ │ │ │ ├── test_underscore
│ │ │ │ ├── arrays.js
│ │ │ │ ├── chaining.js
│ │ │ │ ├── collections.js
│ │ │ │ ├── functions.js
│ │ │ │ ├── objects.js
│ │ │ │ ├── speed.js
│ │ │ │ ├── temp.js
│ │ │ │ ├── temp_tests.html
│ │ │ │ ├── test.html
│ │ │ │ ├── utility.js
│ │ │ │ └── vendor
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ ├── jslitmus.js
│ │ │ │ │ ├── qunit.css
│ │ │ │ │ └── qunit.js
│ │ │ │ └── underscore.js
│ │ ├── underscore
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── package.json
│ │ │ ├── underscore-min.js
│ │ │ └── underscore.js
│ │ └── which
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── bin
│ │ │ └── which
│ │ │ ├── package.json
│ │ │ └── which.js
│ ├── package.json
│ ├── readme.txt
│ └── source
│ │ ├── class
│ │ └── identica
│ │ │ ├── Application.js
│ │ │ ├── NaviBack.js
│ │ │ ├── __init__.js
│ │ │ ├── page
│ │ │ ├── Login.js
│ │ │ ├── Overview.js
│ │ │ └── __init__.js
│ │ │ └── test
│ │ │ └── DemoTest.js
│ │ ├── css
│ │ ├── index.css
│ │ ├── style.css
│ │ └── style.css~
│ │ ├── index.html
│ │ ├── resource
│ │ └── identica
│ │ │ ├── css
│ │ │ ├── custom.css
│ │ │ └── custom.css.map
│ │ │ ├── mmedia
│ │ │ ├── earth-from-moon.jpg
│ │ │ ├── games.png
│ │ │ ├── hello-mobile-lander.png
│ │ │ └── rube_back11.gif
│ │ │ └── scss
│ │ │ └── custom.scss
│ │ ├── script
│ │ ├── identica.7ed36f216577.js
│ │ ├── identica.9c2185e5e334.js
│ │ ├── identica.js
│ │ └── qxia.js
│ │ ├── theme
│ │ └── identica
│ │ │ └── scss
│ │ │ ├── _styles.scss
│ │ │ └── custom.scss
│ │ └── translation
│ │ └── readme.txt
├── public
│ ├── css
│ │ ├── style.css
│ │ └── style.css~
│ └── js
│ │ ├── main-test.js
│ │ └── main.js
├── qxialib
│ └── NaviBack.js
└── test
│ ├── phantom
│ ├── function.prototype.bind.js
│ ├── runner.js
│ └── runner.js~
│ └── test.html
├── src
├── hello_mobile
│ ├── core.cljs
│ ├── dialog_demos.cljs
│ ├── login_form.cljs
│ └── random_toys.cljs
└── tiltontec
│ ├── cell
│ ├── base.cljc
│ ├── core.cljc
│ ├── evaluate.cljc
│ ├── integrity.cljc
│ └── observer.cljc
│ ├── model
│ ├── base.cljc
│ ├── core.cljc
│ └── macros.cljc
│ ├── qxia
│ ├── base.cljs
│ ├── core.cljs
│ ├── macros.cljc
│ ├── types.cljc
│ └── widget.cljs
│ └── util
│ ├── base.cljc
│ └── core.cljc
└── test
├── testrun.cljs
└── tiltontec
├── cell
├── core_test.cljc
├── evaluate_test.cljc
├── hello_cells_test.cljc
├── integrity_test.cljc
├── lazy_cells_test.cljc
└── observer_test.cljc
├── model
├── core_test.cljc
└── kids_test.cljc
└── util
└── core_test.cljc
/.gitignore:
--------------------------------------------------------------------------------
1 | cljsbuild-output-minify
2 | resources/identica/source/script/out/
3 | resources/identica/build/script/out/
4 | resources/public/js/out/
5 | .cljs_rhino_repl/
6 | pom.xml
7 | pom.xml.asc
8 | *jar
9 | *.css~
10 | *.js~
11 | *.html~
12 | *.cljs~
13 | *.cljc~
14 | *.clj~
15 | /lib/
16 | /classes/
17 | /target/
18 | /checkouts/
19 | .lein-deps-sum
20 | .lein-repl-history
21 | .lein-plugins/
22 | .lein-failures
23 | .nrepl-port
24 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Rube
2 | A pure dataflow aka FRP aka reactive library for building application models that run by themselves, on Clojure or Clojurescript thanks to .cljc.
3 |
4 | Learn more on [the Rube wiki](https://github.com/kennytilton/rube/wiki).
5 |
--------------------------------------------------------------------------------
/cordo/platforms/android/.gitignore:
--------------------------------------------------------------------------------
1 | # Non-project-specific build files:
2 | build.xml
3 | local.properties
4 | /gradlew
5 | /gradlew.bat
6 | /gradle
7 | # Ant builds
8 | ant-build
9 | ant-gen
10 | # Eclipse builds
11 | gen
12 | out
13 | # Gradle builds
14 | /build
15 |
--------------------------------------------------------------------------------
/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/cache.properties:
--------------------------------------------------------------------------------
1 | #Thu Jun 02 19:48:39 EDT 2016
2 |
--------------------------------------------------------------------------------
/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/cache.properties.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/cache.properties.lock
--------------------------------------------------------------------------------
/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/fileHashes.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/fileHashes.bin
--------------------------------------------------------------------------------
/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/fileSnapshots.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/fileSnapshots.bin
--------------------------------------------------------------------------------
/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/outputFileStates.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/outputFileStates.bin
--------------------------------------------------------------------------------
/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/taskArtifacts.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/.gradle/2.2.1/taskArtifacts/taskArtifacts.bin
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/generated/source/buildConfig/debug/org/apache/cordova/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /**
2 | * Automatically generated file. DO NOT MODIFY
3 | */
4 | package org.apache.cordova;
5 |
6 | public final class BuildConfig {
7 | public static final boolean DEBUG = Boolean.parseBoolean("true");
8 | public static final String APPLICATION_ID = "org.apache.cordova";
9 | public static final String BUILD_TYPE = "debug";
10 | public static final String FLAVOR = "";
11 | public static final int VERSION_CODE = 1;
12 | public static final String VERSION_NAME = "1.0";
13 | }
14 |
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/AuthenticationToken.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/AuthenticationToken.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/BuildConfig.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CallbackContext.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CallbackContext.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/Config.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/Config.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ConfigXmlParser.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ConfigXmlParser.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$2.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$3.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$4$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$4$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity$4.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaActivity.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaArgs.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaArgs.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaBridge.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaBridge.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaClientCertRequest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaClientCertRequest.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$2.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$3.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$4.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$5.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$6.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$7.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$8.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$8.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$9.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$Result.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper$Result.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaDialogsHelper.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaHttpAuthHandler.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaHttpAuthHandler.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaInterface.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaInterface.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaInterfaceImpl$ActivityResultHolder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaInterfaceImpl$ActivityResultHolder.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaInterfaceImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaInterfaceImpl.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaPlugin.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaPlugin.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaPreferences.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaPreferences.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaResourceApi$OpenForReadResult.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaResourceApi$OpenForReadResult.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaResourceApi.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaResourceApi.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebView.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewEngine$Client.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewEngine$Client.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewEngine$EngineView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewEngine$EngineView.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewEngine.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewEngine.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$2.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$3.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$EngineClient$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$EngineClient$1$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$EngineClient$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$EngineClient$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$EngineClient.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl$EngineClient.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CordovaWebViewImpl.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$2.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$3.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$4.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid$5.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/CoreAndroid.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ExposedJsApi.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ExposedJsApi.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ICordovaClientCertRequest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ICordovaClientCertRequest.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ICordovaCookieManager.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ICordovaCookieManager.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ICordovaHttpAuthHandler.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ICordovaHttpAuthHandler.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/LOG.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/LOG.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$BridgeMode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$BridgeMode.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$JsMessage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$JsMessage.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$LoadUrlBridgeMode$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$LoadUrlBridgeMode$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$LoadUrlBridgeMode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$LoadUrlBridgeMode.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$NoOpBridgeMode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$NoOpBridgeMode.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$2.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$OnlineEventsBridgeModeDelegate.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode$OnlineEventsBridgeModeDelegate.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue$OnlineEventsBridgeMode.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/NativeToJsMessageQueue.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginEntry.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginEntry.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginManager.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginManager.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginResult$Status.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginResult$Status.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginResult.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/PluginResult.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ResumeCallback.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/ResumeCallback.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/Whitelist$URLPattern.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/Whitelist$URLPattern.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/Whitelist.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/Whitelist.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemCookieManager.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemCookieManager.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemExposedJsApi.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemExposedJsApi.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$2.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$3.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$4.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient$5.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebChromeClient.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebView.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebView.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewClient.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewClient.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewEngine$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewEngine$1.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewEngine$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewEngine$2.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewEngine.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kennytilton/rube/0fab263261d678e4b004cc6c6cbb8c1f2f41a820/cordo/platforms/android/CordovaLib/build/intermediates/classes/debug/org/apache/cordova/engine/SystemWebViewEngine.class
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/incremental/compileDebugAidl/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cordo/platforms/android/CordovaLib/build/intermediates/incremental/mergeDebugAssets/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
hello
10 |
11 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/cordo/platforms/android/cordova/node_modules/sax/test/cdata-chunked.js:
--------------------------------------------------------------------------------
1 |
2 | require(__dirname).test({
3 | expect : [
4 | ["opentag", {"name": "R","attributes": {}}],
5 | ["opencdata", undefined],
6 | ["cdata", " this is character data "],
7 | ["closecdata", undefined],
8 | ["closetag", "R"]
9 | ]
10 | }).write("