tauri-plugin-serialplugin-api 2.18.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.spdx +20 -0
- package/README.md +1678 -0
- package/dist-js/auto-reconnect-manager.d.ts +69 -0
- package/dist-js/index.cjs +1114 -0
- package/dist-js/index.d.ts +372 -0
- package/dist-js/index.js +1112 -0
- package/dist-js/listener-manager.d.ts +34 -0
- package/package.json +55 -0
package/LICENSE.spdx
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
SPDXVersion: SPDX-2.1
|
|
2
|
+
DataLicense: CC0-1.0
|
|
3
|
+
PackageName: tauri
|
|
4
|
+
DataFormat: SPDXRef-1
|
|
5
|
+
PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy
|
|
6
|
+
PackageHomePage: https://tauri.app
|
|
7
|
+
PackageLicenseDeclared: Apache-2.0
|
|
8
|
+
PackageLicenseDeclared: MIT
|
|
9
|
+
PackageCopyrightText: 2019-2022, The Tauri Programme in the Commons Conservancy
|
|
10
|
+
PackageSummary: <text>Tauri is a rust project that enables developers to make secure
|
|
11
|
+
and small desktop applications using a web frontend.
|
|
12
|
+
</text>
|
|
13
|
+
PackageComment: <text>The package includes the following libraries; see
|
|
14
|
+
Relationship information.
|
|
15
|
+
</text>
|
|
16
|
+
Created: 2019-05-20T09:00:00Z
|
|
17
|
+
PackageDownloadLocation: git://github.com/tauri-apps/tauri
|
|
18
|
+
PackageDownloadLocation: git+https://github.com/tauri-apps/tauri.git
|
|
19
|
+
PackageDownloadLocation: git+ssh://github.com/tauri-apps/tauri.git
|
|
20
|
+
Creator: Person: Daniel Thompson-Yvetot
|