@visulima/fs 3.1.8 → 4.0.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.
Files changed (187) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/LICENSE.md +51 -122
  3. package/README.md +929 -982
  4. package/dist/eol.js +3 -0
  5. package/dist/error.js +1 -0
  6. package/dist/index.d.ts +51 -4
  7. package/dist/index.js +1 -0
  8. package/dist/packem_shared/F_OK-CAwY1qU7.js +1 -0
  9. package/dist/packem_shared/JSONError-D7h6PNWc.js +4 -0
  10. package/dist/packem_shared/collect-DO31RsLs.js +1 -0
  11. package/dist/packem_shared/collectSync-Cy7ULmjZ.js +1 -0
  12. package/dist/packem_shared/emptyDir-zBLHyPsJ.js +1 -0
  13. package/dist/packem_shared/emptyDirSync-DZ8nTo6g.js +1 -0
  14. package/dist/packem_shared/ensureDir-CwcwvbZ0.js +1 -0
  15. package/dist/packem_shared/ensureDirSync-DsFhH5oQ.js +1 -0
  16. package/dist/packem_shared/ensureFile-DwcEQVDX.js +1 -0
  17. package/dist/packem_shared/ensureFileSync-KnrH51Ox.js +1 -0
  18. package/dist/packem_shared/ensureLink-5rjQGEBb.js +1 -0
  19. package/dist/packem_shared/ensureLinkSync-CYXpscf2.js +1 -0
  20. package/dist/packem_shared/ensureSymlink-BMLtwpf2.js +1 -0
  21. package/dist/packem_shared/ensureSymlinkSync-CyAnZg8r.js +1 -0
  22. package/dist/packem_shared/findUp-Di7Az07S.js +1 -0
  23. package/dist/packem_shared/findUpSync-iV97v14Q.js +1 -0
  24. package/dist/packem_shared/index-CYIVJA0W.js +1 -0
  25. package/dist/packem_shared/isAccessible-CDFxsAAo.js +1 -0
  26. package/dist/packem_shared/isAccessibleSync-5nzZWgin.js +1 -0
  27. package/dist/packem_shared/isFsCaseSensitive-Drl8fHLV.js +1 -0
  28. package/dist/packem_shared/move-Bz4gSIjp.js +1 -0
  29. package/dist/packem_shared/parseJson-Cj4v3qzl.js +6 -0
  30. package/dist/packem_shared/readFile-CbxFM_zp.js +1 -0
  31. package/dist/packem_shared/readFileSync-B9iv2Sb8.js +1 -0
  32. package/dist/packem_shared/readJson-BgC3msx-.js +1 -0
  33. package/dist/packem_shared/readJsonSync-DHO1vjAG.js +1 -0
  34. package/dist/packem_shared/readYaml-C8QlsEFe.js +1 -0
  35. package/dist/packem_shared/readYamlSync-BIuoBHUt.js +1 -0
  36. package/dist/packem_shared/remove-BUqZUj1W.js +1 -0
  37. package/dist/packem_shared/removeSync-BbT4vmDi.js +1 -0
  38. package/dist/packem_shared/stripJsonComments-DbMjL4qv.js +1 -0
  39. package/dist/packem_shared/{types-XsSUZ9oS.d.mts → types-T308NKwz.d.ts} +2 -1
  40. package/dist/packem_shared/walk-ZrZngpc4.js +1 -0
  41. package/dist/packem_shared/walk-include-DCiVAwMP.js +1 -0
  42. package/dist/packem_shared/walkSync-BQa4NKSG.js +1 -0
  43. package/dist/packem_shared/writeFile-D5OYEMHu.js +1 -0
  44. package/dist/packem_shared/writeFileSync-CO4ySqUn.js +1 -0
  45. package/dist/packem_shared/writeJson-DfmgiY_s.js +4 -0
  46. package/dist/packem_shared/writeJsonSync-Ck1pmmj_.js +4 -0
  47. package/dist/packem_shared/writeYaml-a_cglLPV.js +1 -0
  48. package/dist/packem_shared/writeYamlSync-vSQIN6OR.js +1 -0
  49. package/dist/size.js +1 -0
  50. package/dist/utils.d.ts +2 -2
  51. package/dist/utils.js +1 -0
  52. package/dist/yaml.d.ts +1 -1
  53. package/dist/yaml.js +1 -0
  54. package/package.json +16 -76
  55. package/dist/eol.cjs +0 -3
  56. package/dist/eol.d.cts +0 -7
  57. package/dist/eol.d.mts +0 -7
  58. package/dist/eol.mjs +0 -3
  59. package/dist/error.cjs +0 -1
  60. package/dist/error.d.cts +0 -50
  61. package/dist/error.d.mts +0 -50
  62. package/dist/error.mjs +0 -1
  63. package/dist/index.cjs +0 -1
  64. package/dist/index.d.cts +0 -89
  65. package/dist/index.d.mts +0 -89
  66. package/dist/index.mjs +0 -1
  67. package/dist/packem_shared/AlreadyExistsError-GC2XUgzJ.cjs +0 -1
  68. package/dist/packem_shared/DirectoryError-aGtmQVph.cjs +0 -1
  69. package/dist/packem_shared/F_OK-7T91O6Oz.cjs +0 -1
  70. package/dist/packem_shared/F_OK-B71i3mUa.mjs +0 -1
  71. package/dist/packem_shared/JSONError-CVkb3xZ3.mjs +0 -4
  72. package/dist/packem_shared/JSONError-CWuiGmNc.cjs +0 -4
  73. package/dist/packem_shared/NotEmptyError-BWGfec5K.cjs +0 -1
  74. package/dist/packem_shared/NotFoundError-Diij7oqe.cjs +0 -1
  75. package/dist/packem_shared/PermissionError-Ck1Es7al.cjs +0 -1
  76. package/dist/packem_shared/WalkError-gKgp0TWD.cjs +0 -1
  77. package/dist/packem_shared/assertValidFileContents-CrbDz09d.cjs +0 -1
  78. package/dist/packem_shared/assertValidFileOrDirectoryPath-HOUs73Jk.cjs +0 -1
  79. package/dist/packem_shared/collect-Bl2Oc1qs.cjs +0 -1
  80. package/dist/packem_shared/collect-CyYPQFMs.mjs +0 -1
  81. package/dist/packem_shared/collectSync-BHjyXWq4.cjs +0 -1
  82. package/dist/packem_shared/collectSync-CD9cXw2g.mjs +0 -1
  83. package/dist/packem_shared/emptyDir-BdjO-6Gu.mjs +0 -1
  84. package/dist/packem_shared/emptyDir-DGRw4yE9.cjs +0 -1
  85. package/dist/packem_shared/emptyDirSync-C1vsMEp-.mjs +0 -1
  86. package/dist/packem_shared/emptyDirSync-DzjDZxOx.cjs +0 -1
  87. package/dist/packem_shared/ensureDir-BuIFF_6B.mjs +0 -1
  88. package/dist/packem_shared/ensureDir-DtQzyA70.cjs +0 -1
  89. package/dist/packem_shared/ensureDirSync-BuPHxdP4.mjs +0 -1
  90. package/dist/packem_shared/ensureDirSync-C8hIoS3o.cjs +0 -1
  91. package/dist/packem_shared/ensureFile-DcAODM6a.mjs +0 -1
  92. package/dist/packem_shared/ensureFile-wR8zBfXh.cjs +0 -1
  93. package/dist/packem_shared/ensureFileSync-BI1fIdNf.cjs +0 -1
  94. package/dist/packem_shared/ensureFileSync-CzPN6ucX.mjs +0 -1
  95. package/dist/packem_shared/ensureLink-BaZLXxgx.mjs +0 -1
  96. package/dist/packem_shared/ensureLink-DCPuU0Za.cjs +0 -1
  97. package/dist/packem_shared/ensureLinkSync-9C2JL-Sl.mjs +0 -1
  98. package/dist/packem_shared/ensureLinkSync-CuRZmQlV.cjs +0 -1
  99. package/dist/packem_shared/ensureSymlink-BH6wbylb.mjs +0 -1
  100. package/dist/packem_shared/ensureSymlink-J83jhdfA.cjs +0 -1
  101. package/dist/packem_shared/ensureSymlinkSync-CZSPodAm.mjs +0 -1
  102. package/dist/packem_shared/ensureSymlinkSync-VNtMTaV8.cjs +0 -1
  103. package/dist/packem_shared/findUp-C5aWsLuD.cjs +0 -1
  104. package/dist/packem_shared/findUp-CMGMYNty.mjs +0 -1
  105. package/dist/packem_shared/findUpSync-QP_ZEsJN.mjs +0 -1
  106. package/dist/packem_shared/findUpSync-U1lTgv4y.cjs +0 -1
  107. package/dist/packem_shared/get-file-info-type-DDbpRlDl.cjs +0 -1
  108. package/dist/packem_shared/index-BSjF-5vj.mjs +0 -1
  109. package/dist/packem_shared/index-DPla58ce.cjs +0 -1
  110. package/dist/packem_shared/is-stats-identical-Bti7K05l.cjs +0 -1
  111. package/dist/packem_shared/isAccessible-BQZd1_xn.cjs +0 -1
  112. package/dist/packem_shared/isAccessible-CL4eE5VL.mjs +0 -1
  113. package/dist/packem_shared/isAccessibleSync-BP5N8k_-.cjs +0 -1
  114. package/dist/packem_shared/isAccessibleSync-_HU_ppdG.mjs +0 -1
  115. package/dist/packem_shared/json-error-ZPgZIXcg.d.cts +0 -11
  116. package/dist/packem_shared/json-error-ZPgZIXcg.d.mts +0 -11
  117. package/dist/packem_shared/move--o4NZLpD.mjs +0 -1
  118. package/dist/packem_shared/move-DwG6APiG.cjs +0 -1
  119. package/dist/packem_shared/observable-like.d-BlD8q22s.d.cts +0 -40
  120. package/dist/packem_shared/observable-like.d-BlD8q22s.d.mts +0 -40
  121. package/dist/packem_shared/observable-like.d-BlD8q22s.d.ts +0 -40
  122. package/dist/packem_shared/parseJson-B_GwHpKj.cjs +0 -6
  123. package/dist/packem_shared/parseJson-Bqic0nN8.mjs +0 -6
  124. package/dist/packem_shared/readFile-BvefDyr_.cjs +0 -1
  125. package/dist/packem_shared/readFile-Cix_ijtX.mjs +0 -1
  126. package/dist/packem_shared/readFileSync-B0O-8BH0.mjs +0 -1
  127. package/dist/packem_shared/readFileSync-Ct8Ql4Vs.cjs +0 -1
  128. package/dist/packem_shared/readJson-BLvd2Bsj.mjs +0 -1
  129. package/dist/packem_shared/readJson-cP5ArpPg.cjs +0 -1
  130. package/dist/packem_shared/readJsonSync-B6h6A3Un.cjs +0 -1
  131. package/dist/packem_shared/readJsonSync-Br5dHGAI.mjs +0 -1
  132. package/dist/packem_shared/readYaml-BOYTR5D1.mjs +0 -1
  133. package/dist/packem_shared/readYaml-BzMFDsYe.cjs +0 -1
  134. package/dist/packem_shared/readYamlSync-BbK0khJu.cjs +0 -1
  135. package/dist/packem_shared/readYamlSync-md9g88k7.mjs +0 -1
  136. package/dist/packem_shared/remove-CtnFqEpd.mjs +0 -1
  137. package/dist/packem_shared/remove-DPCf2Qdb.cjs +0 -1
  138. package/dist/packem_shared/removeSync-Cyriz7r8.cjs +0 -1
  139. package/dist/packem_shared/removeSync-DI-IjqVp.mjs +0 -1
  140. package/dist/packem_shared/resolve-symlink-target-zilkQ_AU.cjs +0 -1
  141. package/dist/packem_shared/stripJsonComments-Cp5SNAB7.mjs +0 -1
  142. package/dist/packem_shared/stripJsonComments-CvZSDnYT.cjs +0 -1
  143. package/dist/packem_shared/to-uint-8-array-2-3EvGd7.cjs +0 -1
  144. package/dist/packem_shared/types-XsSUZ9oS.d.cts +0 -89
  145. package/dist/packem_shared/types-XsSUZ9oS.d.ts +0 -89
  146. package/dist/packem_shared/walk-BZTXbT87.mjs +0 -1
  147. package/dist/packem_shared/walk-DyN_HVFW.cjs +0 -1
  148. package/dist/packem_shared/walk-include-C9pVST87.mjs +0 -1
  149. package/dist/packem_shared/walk-include-DkK-WJl4.cjs +0 -1
  150. package/dist/packem_shared/walkSync-BHlEzV_m.mjs +0 -1
  151. package/dist/packem_shared/walkSync-Bqi7L2yG.cjs +0 -1
  152. package/dist/packem_shared/writeFile-COOAkvOE.mjs +0 -1
  153. package/dist/packem_shared/writeFile-CjgQEfur.cjs +0 -1
  154. package/dist/packem_shared/writeFileSync-CQuRHo9n.cjs +0 -1
  155. package/dist/packem_shared/writeFileSync-rhu-y_zx.mjs +0 -1
  156. package/dist/packem_shared/writeJson-BYT4WInm.mjs +0 -4
  157. package/dist/packem_shared/writeJson-CJIciZ_Q.cjs +0 -4
  158. package/dist/packem_shared/writeJsonSync-BIsrhRbV.cjs +0 -4
  159. package/dist/packem_shared/writeJsonSync-CLlXOFDm.mjs +0 -4
  160. package/dist/packem_shared/writeYaml-CjzVd0K-.mjs +0 -1
  161. package/dist/packem_shared/writeYaml-VmX1VKhN.cjs +0 -1
  162. package/dist/packem_shared/writeYamlSync-D9A9Ixe1.mjs +0 -1
  163. package/dist/packem_shared/writeYamlSync-DYsM6XBi.cjs +0 -1
  164. package/dist/size.cjs +0 -1
  165. package/dist/size.d.cts +0 -12
  166. package/dist/size.d.mts +0 -12
  167. package/dist/size.mjs +0 -1
  168. package/dist/utils.cjs +0 -1
  169. package/dist/utils.d.cts +0 -19
  170. package/dist/utils.d.mts +0 -19
  171. package/dist/utils.mjs +0 -1
  172. package/dist/yaml.cjs +0 -1
  173. package/dist/yaml.d.cts +0 -17
  174. package/dist/yaml.d.mts +0 -17
  175. package/dist/yaml.mjs +0 -1
  176. /package/dist/packem_shared/{AlreadyExistsError-CEu6_Tjb.mjs → AlreadyExistsError-CEu6_Tjb.js} +0 -0
  177. /package/dist/packem_shared/{DirectoryError-ddlbUV8C.mjs → DirectoryError-ddlbUV8C.js} +0 -0
  178. /package/dist/packem_shared/{NotEmptyError-DMh1o7UL.mjs → NotEmptyError-DMh1o7UL.js} +0 -0
  179. /package/dist/packem_shared/{NotFoundError-BPiW0icm.mjs → NotFoundError-BPiW0icm.js} +0 -0
  180. /package/dist/packem_shared/{PermissionError-B1Emi5a9.mjs → PermissionError-B1Emi5a9.js} +0 -0
  181. /package/dist/packem_shared/{WalkError-BsngoIKJ.mjs → WalkError-BsngoIKJ.js} +0 -0
  182. /package/dist/packem_shared/{assertValidFileContents-BZFnXa7K.mjs → assertValidFileContents-BZFnXa7K.js} +0 -0
  183. /package/dist/packem_shared/{assertValidFileOrDirectoryPath-DgPIPmZT.mjs → assertValidFileOrDirectoryPath-DgPIPmZT.js} +0 -0
  184. /package/dist/packem_shared/{get-file-info-type-CaWGXRjY.mjs → get-file-info-type-CaWGXRjY.js} +0 -0
  185. /package/dist/packem_shared/{is-stats-identical-CohsLtWy.mjs → is-stats-identical-CohsLtWy.js} +0 -0
  186. /package/dist/packem_shared/{resolve-symlink-target-BofZSDIc.mjs → resolve-symlink-target-BofZSDIc.js} +0 -0
  187. /package/dist/packem_shared/{to-uint-8-array-DwgaTasY.mjs → to-uint-8-array-DwgaTasY.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,40 @@
1
+ ## @visulima/fs [4.0.0](https://github.com/visulima/visulima/compare/@visulima/fs@3.1.9...@visulima/fs@4.0.0) (2025-10-15)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * Adjusted the node engine requirement to support versions 20.19 and above
6
+
7
+ ### Features
8
+
9
+ * Adjusted the node engine requirement to support versions 20.19 and above ([cd2a95f](https://github.com/visulima/visulima/commit/cd2a95fd5af8c551ed8a26f9e19f647075a6a374))
10
+
11
+ ### Bug Fixes
12
+
13
+ * update @visulima/packem to 2.0.0-alpha.30 across multiple packages for improved compatibility ([27b346e](https://github.com/visulima/visulima/commit/27b346eaa1c0fb0e420d9a9824482028307f4249))
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * update ESLint configuration and improve linting commands ([97bcdbf](https://github.com/visulima/visulima/commit/97bcdbf1430d3a6859a2aacb42403f74c19bde4e))
18
+ * update package dependencies across multiple packages for improved compatibility and performance ([9567591](https://github.com/visulima/visulima/commit/9567591c415da3002f3a4fe08f8caf7ce01ca5f7))
19
+ * update type-fest dependency and adjust package configurations ([e8a1d89](https://github.com/visulima/visulima/commit/e8a1d8969f5e15f9323b1ca2a4bcff1beb8446fb))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@visulima/path:** upgraded to 2.0.0
25
+ * **@visulima/error:** upgraded to 5.0.0
26
+
27
+ ## @visulima/fs [3.1.9](https://github.com/visulima/visulima/compare/@visulima/fs@3.1.8...@visulima/fs@3.1.9) (2025-09-23)
28
+
29
+ ### Miscellaneous Chores
30
+
31
+ * update package.json and pnpm-lock.yaml to include publint@0.3.12 and adjust build/test commands to exclude shared-utils ([1f7b3c0](https://github.com/visulima/visulima/commit/1f7b3c0381d77edfeec80ea1bf57b3469e929414))
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * **@visulima/error:** upgraded to 4.6.2
37
+
1
38
  ## @visulima/fs [3.1.8](https://github.com/visulima/visulima/compare/@visulima/fs@3.1.7...@visulima/fs@3.1.8) (2025-09-19)
2
39
 
3
40
  ### Miscellaneous Chores
package/LICENSE.md CHANGED
@@ -218,140 +218,69 @@ Repository: sindresorhus/detect-indent
218
218
  >
219
219
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
220
220
 
221
+ ---------------------------------------
222
+
223
+ ## is-fs-case-sensitive
224
+ License: MIT
225
+ By: Hiroki Osame
226
+ Repository: privatenumber/is-fs-case-sensitive
227
+
228
+ > MIT License
229
+ >
230
+ > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
231
+ >
232
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
233
+ > of this software and associated documentation files (the "Software"), to deal
234
+ > in the Software without restriction, including without limitation the rights
235
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
236
+ > copies of the Software, and to permit persons to whom the Software is
237
+ > furnished to do so, subject to the following conditions:
238
+ >
239
+ > The above copyright notice and this permission notice shall be included in all
240
+ > copies or substantial portions of the Software.
241
+ >
242
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
243
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
244
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
245
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
246
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
247
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
248
+ > SOFTWARE.
249
+
221
250
  <!-- /DEPENDENCIES -->
222
251
 
223
252
  <!-- TYPE_DEPENDENCIES -->
224
253
 
225
254
  # Licenses of bundled types
226
255
  The published @visulima/fs artifact additionally contains code with the following licenses:
227
- (MIT OR CC0-1.0)
256
+ MIT
228
257
 
229
258
  # Bundled types:
230
- ## type-fest
231
- License: (MIT OR CC0-1.0)
232
- By: Sindre Sorhus
233
- Repository: sindresorhus/type-fest
259
+ ## is-fs-case-sensitive
260
+ License: MIT
261
+ By: Hiroki Osame
262
+ Repository: privatenumber/is-fs-case-sensitive
234
263
 
235
- > Creative Commons Legal Code
236
- >
237
- > CC0 1.0 Universal
238
- >
239
- > CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
240
- > LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
241
- > ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
242
- > INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
243
- > REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
244
- > PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
245
- > THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
246
- > HEREUNDER.
247
- >
248
- > Statement of Purpose
249
- >
250
- > The laws of most jurisdictions throughout the world automatically confer
251
- > exclusive Copyright and Related Rights (defined below) upon the creator
252
- > and subsequent owner(s) (each and all, an "owner") of an original work of
253
- > authorship and/or a database (each, a "Work").
254
- >
255
- > Certain owners wish to permanently relinquish those rights to a Work for
256
- > the purpose of contributing to a commons of creative, cultural and
257
- > scientific works ("Commons") that the public can reliably and without fear
258
- > of later claims of infringement build upon, modify, incorporate in other
259
- > works, reuse and redistribute as freely as possible in any form whatsoever
260
- > and for any purposes, including without limitation commercial purposes.
261
- > These owners may contribute to the Commons to promote the ideal of a free
262
- > culture and the further production of creative, cultural and scientific
263
- > works, or to gain reputation or greater distribution for their Work in
264
- > part through the use and efforts of others.
265
- >
266
- > For these and/or other purposes and motivations, and without any
267
- > expectation of additional consideration or compensation, the person
268
- > associating CC0 with a Work (the "Affirmer"), to the extent that he or she
269
- > is an owner of Copyright and Related Rights in the Work, voluntarily
270
- > elects to apply CC0 to the Work and publicly distribute the Work under its
271
- > terms, with knowledge of his or her Copyright and Related Rights in the
272
- > Work and the meaning and intended legal effect of CC0 on those rights.
273
- >
274
- > 1. Copyright and Related Rights. A Work made available under CC0 may be
275
- > protected by copyright and related or neighboring rights ("Copyright and
276
- > Related Rights"). Copyright and Related Rights include, but are not
277
- > limited to, the following:
278
- >
279
- > i. the right to reproduce, adapt, distribute, perform, display,
280
- > communicate, and translate a Work;
281
- > ii. moral rights retained by the original author(s) and/or performer(s);
282
- > iii. publicity and privacy rights pertaining to a person's image or
283
- > likeness depicted in a Work;
284
- > iv. rights protecting against unfair competition in regards to a Work,
285
- > subject to the limitations in paragraph 4(a), below;
286
- > v. rights protecting the extraction, dissemination, use and reuse of data
287
- > in a Work;
288
- > vi. database rights (such as those arising under Directive 96/9/EC of the
289
- > European Parliament and of the Council of 11 March 1996 on the legal
290
- > protection of databases, and under any national implementation
291
- > thereof, including any amended or successor version of such
292
- > directive); and
293
- > vii. other similar, equivalent or corresponding rights throughout the
294
- > world based on applicable law or treaty, and any national
295
- > implementations thereof.
264
+ > MIT License
296
265
  >
297
- > 2. Waiver. To the greatest extent permitted by, but not in contravention
298
- > of, applicable law, Affirmer hereby overtly, fully, permanently,
299
- > irrevocably and unconditionally waives, abandons, and surrenders all of
300
- > Affirmer's Copyright and Related Rights and associated claims and causes
301
- > of action, whether now known or unknown (including existing as well as
302
- > future claims and causes of action), in the Work (i) in all territories
303
- > worldwide, (ii) for the maximum duration provided by applicable law or
304
- > treaty (including future time extensions), (iii) in any current or future
305
- > medium and for any number of copies, and (iv) for any purpose whatsoever,
306
- > including without limitation commercial, advertising or promotional
307
- > purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
308
- > member of the public at large and to the detriment of Affirmer's heirs and
309
- > successors, fully intending that such Waiver shall not be subject to
310
- > revocation, rescission, cancellation, termination, or any other legal or
311
- > equitable action to disrupt the quiet enjoyment of the Work by the public
312
- > as contemplated by Affirmer's express Statement of Purpose.
266
+ > Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
313
267
  >
314
- > 3. Public License Fallback. Should any part of the Waiver for any reason
315
- > be judged legally invalid or ineffective under applicable law, then the
316
- > Waiver shall be preserved to the maximum extent permitted taking into
317
- > account Affirmer's express Statement of Purpose. In addition, to the
318
- > extent the Waiver is so judged Affirmer hereby grants to each affected
319
- > person a royalty-free, non transferable, non sublicensable, non exclusive,
320
- > irrevocable and unconditional license to exercise Affirmer's Copyright and
321
- > Related Rights in the Work (i) in all territories worldwide, (ii) for the
322
- > maximum duration provided by applicable law or treaty (including future
323
- > time extensions), (iii) in any current or future medium and for any number
324
- > of copies, and (iv) for any purpose whatsoever, including without
325
- > limitation commercial, advertising or promotional purposes (the
326
- > "License"). The License shall be deemed effective as of the date CC0 was
327
- > applied by Affirmer to the Work. Should any part of the License for any
328
- > reason be judged legally invalid or ineffective under applicable law, such
329
- > partial invalidity or ineffectiveness shall not invalidate the remainder
330
- > of the License, and in such case Affirmer hereby affirms that he or she
331
- > will not (i) exercise any of his or her remaining Copyright and Related
332
- > Rights in the Work or (ii) assert any associated claims and causes of
333
- > action with respect to the Work, in either case contrary to Affirmer's
334
- > express Statement of Purpose.
268
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
269
+ > of this software and associated documentation files (the "Software"), to deal
270
+ > in the Software without restriction, including without limitation the rights
271
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
272
+ > copies of the Software, and to permit persons to whom the Software is
273
+ > furnished to do so, subject to the following conditions:
335
274
  >
336
- > 4. Limitations and Disclaimers.
275
+ > The above copyright notice and this permission notice shall be included in all
276
+ > copies or substantial portions of the Software.
337
277
  >
338
- > a. No trademark or patent rights held by Affirmer are waived, abandoned,
339
- > surrendered, licensed or otherwise affected by this document.
340
- > b. Affirmer offers the Work as-is and makes no representations or
341
- > warranties of any kind concerning the Work, express, implied,
342
- > statutory or otherwise, including without limitation warranties of
343
- > title, merchantability, fitness for a particular purpose, non
344
- > infringement, or the absence of latent or other defects, accuracy, or
345
- > the present or absence of errors, whether or not discoverable, all to
346
- > the greatest extent permissible under applicable law.
347
- > c. Affirmer disclaims responsibility for clearing rights of other persons
348
- > that may apply to the Work or any use thereof, including without
349
- > limitation any person's Copyright and Related Rights in the Work.
350
- > Further, Affirmer disclaims responsibility for obtaining any necessary
351
- > consents, permissions or other rights required for any use of the
352
- > Work.
353
- > d. Affirmer understands and acknowledges that Creative Commons is not a
354
- > party to this document and has no duty or obligation with respect to
355
- > this CC0 or use of the Work.
278
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
279
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
280
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
281
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
282
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
283
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
284
+ > SOFTWARE.
356
285
 
357
286
  <!-- /TYPE_DEPENDENCIES -->