@hasna/coders 0.2.0 → 0.2.1

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.
Files changed (4) hide show
  1. package/LICENSE +106 -0
  2. package/dist/cli.mjs +14139 -1999
  3. package/dist/cli.mjs.map +4 -4
  4. package/package.json +8 -6
package/LICENSE ADDED
@@ -0,0 +1,106 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work.
38
+
39
+ "Contributor" shall mean Licensor and any individual or Legal Entity
40
+ on behalf of whom a Contribution has been received by the Licensor and
41
+ subsequently incorporated within the Work.
42
+
43
+ "Contribution" shall mean any work of authorship, including
44
+ the original version of the Work and any modifications or additions
45
+ to that Work or Derivative Works thereof, that is intentionally
46
+ submitted to the Licensor for inclusion in the Work by the copyright owner
47
+ or by an individual or Legal Entity authorized to submit on behalf of
48
+ the copyright owner.
49
+
50
+ 2. Grant of Copyright License. Subject to the terms and conditions of
51
+ this License, each Contributor hereby grants to You a perpetual,
52
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
53
+ copyright license to reproduce, prepare Derivative Works of,
54
+ publicly display, publicly perform, sublicense, and distribute the
55
+ Work and such Derivative Works in Source or Object form.
56
+
57
+ 3. Grant of Patent License. Subject to the terms and conditions of
58
+ this License, each Contributor hereby grants to You a perpetual,
59
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
60
+ (except as stated in this section) patent license to make, have made,
61
+ use, offer to sell, sell, import, and otherwise transfer the Work.
62
+
63
+ 4. Redistribution. You may reproduce and distribute copies of the
64
+ Work or Derivative Works thereof in any medium, with or without
65
+ modifications, and in Source or Object form, provided that You
66
+ meet the following conditions:
67
+
68
+ (a) You must give any other recipients of the Work or
69
+ Derivative Works a copy of this License; and
70
+
71
+ (b) You must cause any modified files to carry prominent notices
72
+ stating that You changed the files; and
73
+
74
+ (c) You must retain, in the Source form of any Derivative Works
75
+ that You distribute, all copyright, patent, trademark, and
76
+ attribution notices from the Source form of the Work; and
77
+
78
+ (d) If the Work includes a "NOTICE" text file as part of its
79
+ distribution, then any Derivative Works that You distribute must
80
+ include a readable copy of the attribution notices contained
81
+ within such NOTICE file.
82
+
83
+ 5. Submission of Contributions.
84
+
85
+ 6. Trademarks. This License does not grant permission to use the trade
86
+ names, trademarks, service marks, or product names of the Licensor.
87
+
88
+ 7. Disclaimer of Warranty.
89
+
90
+ 8. Limitation of Liability.
91
+
92
+ 9. Accepting Warranty or Additional Liability.
93
+
94
+ Copyright 2024 hasna.com
95
+
96
+ Licensed under the Apache License, Version 2.0 (the "License");
97
+ you may not use this file except in compliance with the License.
98
+ You may obtain a copy of the License at
99
+
100
+ http://www.apache.org/licenses/LICENSE-2.0
101
+
102
+ Unless required by applicable law or agreed to in writing, software
103
+ distributed under the License is distributed on an "AS IS" BASIS,
104
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
105
+ See the License for the specific language governing permissions and
106
+ limitations under the License.