cosyncing 0.0.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/NOTICE +19 -0
- package/README.md +57 -4
- package/THIRD_PARTY_NOTICES.txt +582 -0
- package/bin/cosyncing +1829 -0
- package/bin/cosyncing-web-0.2.0/assets/AssetManifest.bin +1 -0
- package/bin/cosyncing-web-0.2.0/assets/AssetManifest.bin.json +1 -0
- package/bin/cosyncing-web-0.2.0/assets/FontManifest.json +1 -0
- package/bin/cosyncing-web-0.2.0/assets/NOTICES +34313 -0
- package/bin/cosyncing-web-0.2.0/assets/fonts/MaterialIcons-Regular.otf +0 -0
- package/bin/cosyncing-web-0.2.0/assets/packages/cupertino_icons/assets/CupertinoIcons.ttf +0 -0
- package/bin/cosyncing-web-0.2.0/assets/packages/flutter_local_notifications_web/web/notifications_service_worker.js +77 -0
- package/bin/cosyncing-web-0.2.0/assets/shaders/ink_sparkle.frag +127 -0
- package/bin/cosyncing-web-0.2.0/assets/shaders/stretch_effect.frag +64 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/canvaskit.js +193 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/canvaskit.wasm +0 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/chromium/canvaskit.js +193 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/chromium/canvaskit.wasm +0 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/experimental_webparagraph/canvaskit.js +171 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/experimental_webparagraph/canvaskit.wasm +0 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/skwasm.js +146 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/skwasm.wasm +0 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/skwasm_heavy.js +146 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/skwasm_heavy.wasm +0 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/wimp.js +135 -0
- package/bin/cosyncing-web-0.2.0/canvaskit/wimp.wasm +0 -0
- package/bin/cosyncing-web-0.2.0/cosyncing-build-identity.json +20 -0
- package/bin/cosyncing-web-0.2.0/cosyncing-cache-manifest.json +85 -0
- package/bin/cosyncing-web-0.2.0/drift_worker.js +13185 -0
- package/bin/cosyncing-web-0.2.0/favicon.ico +0 -0
- package/bin/cosyncing-web-0.2.0/favicon.svg +8 -0
- package/bin/cosyncing-web-0.2.0/flutter.js +31 -0
- package/bin/cosyncing-web-0.2.0/flutter_bootstrap.js +62 -0
- package/bin/cosyncing-web-0.2.0/icons/apple-touch-icon-180.png +0 -0
- package/bin/cosyncing-web-0.2.0/icons/pwa-icon-192.png +0 -0
- package/bin/cosyncing-web-0.2.0/icons/pwa-icon-512.png +0 -0
- package/bin/cosyncing-web-0.2.0/icons/pwa-maskable-192.png +0 -0
- package/bin/cosyncing-web-0.2.0/icons/pwa-maskable-512.png +0 -0
- package/bin/cosyncing-web-0.2.0/icons/pwa-monochrome-192.png +0 -0
- package/bin/cosyncing-web-0.2.0/icons/pwa-monochrome-512.png +0 -0
- package/bin/cosyncing-web-0.2.0/index.html +1890 -0
- package/bin/cosyncing-web-0.2.0/main.dart.js +206823 -0
- package/bin/cosyncing-web-0.2.0/manifest.json +49 -0
- package/bin/cosyncing-web-0.2.0/sqlite3.wasm +0 -0
- package/bin/cosyncing-web-0.2.0/sw.js +597 -0
- package/bin/cosyncing-web-0.2.0/version.json +1 -0
- package/package.json +39 -6
- package/index.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"DQIHMnBhY2thZ2VzL2N1cGVydGlub19pY29ucy9hc3NldHMvQ3VwZXJ0aW5vSWNvbnMudHRmDAENAQcFYXNzZXQHMnBhY2thZ2VzL2N1cGVydGlub19pY29ucy9hc3NldHMvQ3VwZXJ0aW5vSWNvbnMudHRmB0xwYWNrYWdlcy9mbHV0dGVyX2xvY2FsX25vdGlmaWNhdGlvbnNfd2ViL3dlYi9ub3RpZmljYXRpb25zX3NlcnZpY2Vfd29ya2VyLmpzDAENAQcFYXNzZXQHTHBhY2thZ2VzL2ZsdXR0ZXJfbG9jYWxfbm90aWZpY2F0aW9uc193ZWIvd2ViL25vdGlmaWNhdGlvbnNfc2VydmljZV93b3JrZXIuanM="
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}]
|