vitarx-router 1.0.0 → 1.0.2
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 +27 -21
- package/dist/vitarx-router.d.ts +1398 -0
- package/dist/vitarx-router.es.js +1 -1
- package/dist/vitarx-router.umd.js +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,21 +1,27 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
# MIT License
|
|
2
|
+
|
|
3
|
+
## 版权声明
|
|
4
|
+
|
|
5
|
+
版权所有 (c) 2024-2025 朱冲林
|
|
6
|
+
|
|
7
|
+
## 许可条款
|
|
8
|
+
|
|
9
|
+
特此授予任何获得本软件及相关文档文件(以下简称“软件”)副本的个人或组织以下权利,且不受限制地行使以下权利:
|
|
10
|
+
|
|
11
|
+
1. **使用**:允许在任何用途中使用本软件。
|
|
12
|
+
2. **复制**:允许复制本软件。
|
|
13
|
+
3. **修改**:允许修改本软件。
|
|
14
|
+
4. **合并**:允许将本软件合并到其他作品中。
|
|
15
|
+
5. **发布**:允许发布本软件。
|
|
16
|
+
6. **分发**:允许分发本软件。
|
|
17
|
+
7. **再许可**:允许对本软件进行再许可。
|
|
18
|
+
8. **销售**:允许销售本软件的副本。
|
|
19
|
+
|
|
20
|
+
## 条件
|
|
21
|
+
|
|
22
|
+
上述版权声明和本许可声明须包含在本软件的所有副本或实质性部分中。
|
|
23
|
+
|
|
24
|
+
## 免责声明
|
|
25
|
+
|
|
26
|
+
本软件按“原样”提供,不提供任何形式的明示或暗示担保,包括但不限于对适销性、特定用途适用性和非侵权性的担保。
|
|
27
|
+
在任何情况下,作者或版权持有人均不对任何索赔、损害或其他责任负责,无论是在合同、侵权或其他行为中产生的,还是与本软件或使用本软件有关的。
|