@port-labs/jq-node-bindings 1.0.4 → 1.1.0-dev

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 (352) hide show
  1. package/.claude/settings.local.json +12 -0
  2. package/configure +6 -5
  3. package/deps/jq/.claude/settings.local.json +7 -0
  4. package/deps/jq/.gitattributes +1 -3
  5. package/deps/jq/AUTHORS +55 -1
  6. package/deps/jq/COPYING +40 -0
  7. package/deps/jq/Makefile.am +40 -36
  8. package/deps/jq/NEWS.md +277 -2
  9. package/deps/jq/README.md +23 -5
  10. package/deps/jq/compile-ios.sh +1 -1
  11. package/deps/jq/config/m4/check-math-func.m4 +2 -2
  12. package/deps/jq/config/m4/find-func-no-libs2.m4 +3 -3
  13. package/deps/jq/configure.ac +10 -18
  14. package/deps/jq/docs/Pipfile.lock +368 -313
  15. package/deps/jq/docs/README.md +3 -4
  16. package/deps/jq/docs/build_manpage.py +1 -1
  17. package/deps/jq/docs/build_mantests.py +1 -1
  18. package/deps/jq/docs/build_website.py +1 -8
  19. package/deps/jq/docs/content/download/default.yml +49 -9
  20. package/deps/jq/docs/content/index.yml +9 -0
  21. package/deps/jq/docs/content/manual/{manual.yml → dev/manual.yml} +218 -61
  22. package/deps/jq/docs/content/manual/v1.3/manual.yml +0 -5
  23. package/deps/jq/docs/content/manual/v1.4/manual.yml +0 -5
  24. package/deps/jq/docs/content/manual/v1.5/manual.yml +3 -8
  25. package/deps/jq/docs/content/manual/v1.6/manual.yml +3 -8
  26. package/deps/jq/docs/content/manual/v1.7/manual.yml +499 -500
  27. package/deps/jq/docs/content/manual/v1.8/manual.yml +3858 -0
  28. package/deps/jq/docs/content/tutorial/default.yml +3 -3
  29. package/deps/jq/docs/manual_schema.yml +0 -3
  30. package/deps/jq/docs/public/CNAME +1 -0
  31. package/deps/jq/docs/templates/index.html.j2 +10 -10
  32. package/deps/jq/docs/templates/manual.html.j2 +14 -3
  33. package/deps/jq/docs/templates/shared/_head.html.j2 +8 -3
  34. package/deps/jq/docs/templates/shared/_navbar.html.j2 +4 -4
  35. package/deps/jq/jq.1.prebuilt +219 -44
  36. package/deps/jq/jq.spec +2 -2
  37. package/deps/jq/libjq.pc.in +1 -1
  38. package/deps/jq/scripts/version +1 -1
  39. package/deps/jq/sig/v1.7.1/jq-1.7.1.tar.gz.asc +16 -0
  40. package/deps/jq/sig/v1.7.1/jq-1.7.1.zip.asc +16 -0
  41. package/deps/jq/sig/v1.7.1/jq-linux-amd64.asc +16 -0
  42. package/deps/jq/sig/v1.7.1/jq-linux-arm64.asc +16 -0
  43. package/deps/jq/sig/v1.7.1/jq-linux-armel.asc +16 -0
  44. package/deps/jq/sig/v1.7.1/jq-linux-armhf.asc +16 -0
  45. package/deps/jq/sig/v1.7.1/jq-linux-i386.asc +16 -0
  46. package/deps/jq/sig/v1.7.1/jq-linux-mips.asc +16 -0
  47. package/deps/jq/sig/v1.7.1/jq-linux-mips64.asc +16 -0
  48. package/deps/jq/sig/v1.7.1/jq-linux-mips64el.asc +16 -0
  49. package/deps/jq/sig/v1.7.1/jq-linux-mips64r6.asc +16 -0
  50. package/deps/jq/sig/v1.7.1/jq-linux-mips64r6el.asc +16 -0
  51. package/deps/jq/sig/v1.7.1/jq-linux-mipsel.asc +16 -0
  52. package/deps/jq/sig/v1.7.1/jq-linux-mipsr6.asc +16 -0
  53. package/deps/jq/sig/v1.7.1/jq-linux-mipsr6el.asc +16 -0
  54. package/deps/jq/sig/v1.7.1/jq-linux-powerpc.asc +16 -0
  55. package/deps/jq/sig/v1.7.1/jq-linux-ppc64el.asc +16 -0
  56. package/deps/jq/sig/v1.7.1/jq-linux-riscv64.asc +16 -0
  57. package/deps/jq/sig/v1.7.1/jq-linux-s390x.asc +16 -0
  58. package/deps/jq/sig/v1.7.1/jq-linux64.asc +16 -0
  59. package/deps/jq/sig/v1.7.1/jq-macos-amd64.asc +16 -0
  60. package/deps/jq/sig/v1.7.1/jq-macos-arm64.asc +16 -0
  61. package/deps/jq/sig/v1.7.1/jq-osx-amd64.asc +16 -0
  62. package/deps/jq/sig/v1.7.1/jq-win64.exe.asc +16 -0
  63. package/deps/jq/sig/v1.7.1/jq-windows-amd64.exe.asc +16 -0
  64. package/deps/jq/sig/v1.7.1/jq-windows-i386.exe.asc +16 -0
  65. package/deps/jq/sig/v1.7.1/sha256sum.txt +26 -0
  66. package/deps/jq/sig/v1.8.0/jq-1.8.0.tar.gz.asc +16 -0
  67. package/deps/jq/sig/v1.8.0/jq-1.8.0.zip.asc +16 -0
  68. package/deps/jq/sig/v1.8.0/jq-linux-amd64.asc +16 -0
  69. package/deps/jq/sig/v1.8.0/jq-linux-arm64.asc +16 -0
  70. package/deps/jq/sig/v1.8.0/jq-linux-armel.asc +16 -0
  71. package/deps/jq/sig/v1.8.0/jq-linux-armhf.asc +16 -0
  72. package/deps/jq/sig/v1.8.0/jq-linux-i386.asc +16 -0
  73. package/deps/jq/sig/v1.8.0/jq-linux-mips.asc +16 -0
  74. package/deps/jq/sig/v1.8.0/jq-linux-mips64.asc +16 -0
  75. package/deps/jq/sig/v1.8.0/jq-linux-mips64el.asc +16 -0
  76. package/deps/jq/sig/v1.8.0/jq-linux-mips64r6.asc +16 -0
  77. package/deps/jq/sig/v1.8.0/jq-linux-mips64r6el.asc +16 -0
  78. package/deps/jq/sig/v1.8.0/jq-linux-mipsel.asc +16 -0
  79. package/deps/jq/sig/v1.8.0/jq-linux-mipsr6.asc +16 -0
  80. package/deps/jq/sig/v1.8.0/jq-linux-mipsr6el.asc +16 -0
  81. package/deps/jq/sig/v1.8.0/jq-linux-powerpc.asc +16 -0
  82. package/deps/jq/sig/v1.8.0/jq-linux-ppc64el.asc +16 -0
  83. package/deps/jq/sig/v1.8.0/jq-linux-riscv64.asc +16 -0
  84. package/deps/jq/sig/v1.8.0/jq-linux-s390x.asc +16 -0
  85. package/deps/jq/sig/v1.8.0/jq-linux64.asc +16 -0
  86. package/deps/jq/sig/v1.8.0/jq-macos-amd64.asc +16 -0
  87. package/deps/jq/sig/v1.8.0/jq-macos-arm64.asc +16 -0
  88. package/deps/jq/sig/v1.8.0/jq-osx-amd64.asc +16 -0
  89. package/deps/jq/sig/v1.8.0/jq-win64.exe.asc +16 -0
  90. package/deps/jq/sig/v1.8.0/jq-windows-amd64.exe.asc +16 -0
  91. package/deps/jq/sig/v1.8.0/jq-windows-i386.exe.asc +16 -0
  92. package/deps/jq/sig/v1.8.0/sha256sum.txt +26 -0
  93. package/deps/jq/src/builtin.c +446 -271
  94. package/deps/jq/src/builtin.jq +25 -60
  95. package/deps/jq/src/bytecode.h +8 -3
  96. package/deps/jq/src/compile.c +22 -43
  97. package/deps/jq/src/compile.h +1 -1
  98. package/deps/jq/src/execute.c +20 -25
  99. package/deps/jq/src/jq_test.c +113 -44
  100. package/deps/jq/src/jv.c +134 -42
  101. package/deps/jq/src/jv.h +10 -3
  102. package/deps/jq/src/jv_alloc.c +8 -5
  103. package/deps/jq/src/jv_alloc.h +0 -1
  104. package/deps/jq/src/jv_aux.c +41 -8
  105. package/deps/jq/src/jv_dtoa.c +4 -12
  106. package/deps/jq/src/jv_dtoa_tsd.c +5 -4
  107. package/deps/jq/src/jv_dtoa_tsd.h +1 -1
  108. package/deps/jq/src/jv_parse.c +5 -3
  109. package/deps/jq/src/jv_print.c +87 -65
  110. package/deps/jq/src/jv_unicode.c +18 -0
  111. package/deps/jq/src/jv_unicode.h +2 -0
  112. package/deps/jq/src/lexer.c +303 -278
  113. package/deps/jq/src/lexer.h +5 -4
  114. package/deps/jq/src/lexer.l +8 -2
  115. package/deps/jq/src/libm.h +15 -5
  116. package/deps/jq/src/linker.c +6 -4
  117. package/deps/jq/src/locfile.c +12 -12
  118. package/deps/jq/src/main.c +204 -270
  119. package/deps/jq/src/parser.c +1105 -1273
  120. package/deps/jq/src/parser.y +149 -181
  121. package/deps/jq/src/util.c +46 -48
  122. package/deps/jq/src/util.h +1 -1
  123. package/deps/jq/tests/base64.test +12 -0
  124. package/deps/jq/tests/jq.test +429 -37
  125. package/deps/jq/tests/jq_fuzz_load_file.c +1 -0
  126. package/deps/jq/tests/man.test +46 -13
  127. package/deps/jq/tests/manonig.test +13 -0
  128. package/deps/jq/tests/onig.test +40 -2
  129. package/deps/jq/tests/optional.test +4 -12
  130. package/deps/jq/tests/setup +5 -1
  131. package/deps/jq/tests/shtest +358 -130
  132. package/deps/jq/tests/uri.test +38 -0
  133. package/deps/jq/tests/uritest +5 -0
  134. package/deps/jq/{src → vendor}/decNumber/decBasic.c +1 -1
  135. package/deps/jq/{src → vendor}/decNumber/decCommon.c +1 -1
  136. package/deps/jq/{src → vendor}/decNumber/decNumber.c +4 -4
  137. package/deps/jq/{modules → vendor}/oniguruma/CMakeLists.txt +5 -3
  138. package/deps/jq/{modules → vendor}/oniguruma/HISTORY +45 -7
  139. package/deps/jq/{modules → vendor}/oniguruma/Makefile.am +1 -1
  140. package/deps/jq/{modules → vendor}/oniguruma/README.md +10 -23
  141. package/deps/jq/{modules → vendor}/oniguruma/compile +29 -13
  142. package/deps/jq/{modules → vendor}/oniguruma/config.guess +91 -27
  143. package/deps/jq/{modules → vendor}/oniguruma/config.sub +716 -242
  144. package/deps/jq/{modules → vendor}/oniguruma/configure.ac +2 -2
  145. package/deps/jq/{modules → vendor}/oniguruma/depcomp +10 -9
  146. package/deps/jq/{modules → vendor}/oniguruma/doc/API +3 -1
  147. package/deps/jq/{modules → vendor}/oniguruma/doc/API.ja +3 -1
  148. package/deps/jq/{modules → vendor}/oniguruma/doc/CALLOUTS.BUILTIN +10 -1
  149. package/deps/jq/{modules → vendor}/oniguruma/doc/CALLOUTS.BUILTIN.ja +9 -1
  150. package/deps/jq/{modules → vendor}/oniguruma/doc/RE +12 -13
  151. package/deps/jq/{modules → vendor}/oniguruma/doc/RE.ja +12 -13
  152. package/deps/jq/{modules → vendor}/oniguruma/doc/SYNTAX.md +202 -167
  153. package/deps/jq/{modules → vendor}/oniguruma/doc/UNICODE_PROPERTIES +33 -1
  154. package/deps/jq/vendor/oniguruma/doc/onig_syn_md.c +667 -0
  155. package/deps/jq/{modules → vendor}/oniguruma/harnesses/base.c +1 -1
  156. package/deps/jq/{modules → vendor}/oniguruma/install-sh +9 -9
  157. package/deps/jq/{modules → vendor}/oniguruma/missing +50 -29
  158. package/deps/jq/{modules → vendor}/oniguruma/sample/callback_each_match.c +1 -3
  159. package/deps/jq/vendor/oniguruma/sbom.cdx.json +44 -0
  160. package/deps/jq/{modules → vendor}/oniguruma/src/ascii.c +4 -1
  161. package/deps/jq/{modules → vendor}/oniguruma/src/gperf_fold_key_conv.py +4 -4
  162. package/deps/jq/{modules → vendor}/oniguruma/src/gperf_unfold_key_conv.py +4 -4
  163. package/deps/jq/vendor/oniguruma/src/make_unicode_egcb.sh +7 -0
  164. package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_egcb_data.py +20 -19
  165. package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_fold.sh +5 -5
  166. package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_fold_data.py +37 -37
  167. package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_property.sh +2 -2
  168. package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_property_data.py +66 -65
  169. package/deps/jq/vendor/oniguruma/src/make_unicode_wb.sh +7 -0
  170. package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_wb_data.py +20 -19
  171. package/deps/jq/{modules → vendor}/oniguruma/src/oniguruma.h +6 -3
  172. package/deps/jq/{modules → vendor}/oniguruma/src/regcomp.c +14 -6
  173. package/deps/jq/{modules → vendor}/oniguruma/src/regerror.c +2 -2
  174. package/deps/jq/{modules → vendor}/oniguruma/src/regexec.c +85 -14
  175. package/deps/jq/{modules → vendor}/oniguruma/src/regint.h +17 -4
  176. package/deps/jq/{modules → vendor}/oniguruma/src/regparse.c +115 -27
  177. package/deps/jq/{modules → vendor}/oniguruma/src/regsyntax.c +10 -7
  178. package/deps/jq/{modules → vendor}/oniguruma/src/st.c +49 -75
  179. package/deps/jq/{modules → vendor}/oniguruma/src/st.h +3 -10
  180. package/deps/jq/{modules → vendor}/oniguruma/src/unicode_egcb_data.c +54 -49
  181. package/deps/jq/{modules → vendor}/oniguruma/src/unicode_fold1_key.c +1567 -1507
  182. package/deps/jq/{modules → vendor}/oniguruma/src/unicode_fold2_key.c +1 -1
  183. package/deps/jq/{modules → vendor}/oniguruma/src/unicode_fold3_key.c +1 -1
  184. package/deps/jq/vendor/oniguruma/src/unicode_fold_data.c +1619 -0
  185. package/deps/jq/{modules → vendor}/oniguruma/src/unicode_property_data.c +5520 -4178
  186. package/deps/jq/{modules → vendor}/oniguruma/src/unicode_property_data_posix.c +239 -83
  187. package/deps/jq/vendor/oniguruma/src/unicode_unfold_key.c +3497 -0
  188. package/deps/jq/{modules → vendor}/oniguruma/src/unicode_wb_data.c +51 -19
  189. package/deps/jq/{modules → vendor}/oniguruma/src/utf16_be.c +3 -2
  190. package/deps/jq/{modules → vendor}/oniguruma/src/utf16_le.c +3 -2
  191. package/deps/jq/{modules → vendor}/oniguruma/test/test_back.c +3 -3
  192. package/deps/jq/{modules → vendor}/oniguruma/test/test_options.c +2 -2
  193. package/deps/jq/{modules → vendor}/oniguruma/test/test_syntax.c +54 -2
  194. package/deps/jq/{modules → vendor}/oniguruma/test/test_utf8.c +19 -5
  195. package/deps/jq/{modules → vendor}/oniguruma/test/testc.c +1 -1
  196. package/deps/jq/{modules → vendor}/oniguruma/test/testp.c +1 -1
  197. package/deps/jq/{modules → vendor}/oniguruma/test-driver +13 -6
  198. package/deps/jq/{modules → vendor}/oniguruma/windows/CMakeLists.txt +1 -1
  199. package/index.d.ts +2 -1
  200. package/lib/index.js +1 -0
  201. package/lib/jq.js +2 -1
  202. package/package.json +4 -3
  203. package/test/santiy-async.test.js +4 -4
  204. package/test/santiy.test.js +4 -4
  205. package/test/template.test.js +6 -6
  206. package/deps/jq/modules/oniguruma/src/make_unicode_egcb.sh +0 -7
  207. package/deps/jq/modules/oniguruma/src/make_unicode_wb.sh +0 -7
  208. package/deps/jq/modules/oniguruma/src/unicode_fold_data.c +0 -1592
  209. package/deps/jq/modules/oniguruma/src/unicode_unfold_key.c +0 -3394
  210. package/deps/jq/scripts/update-website +0 -30
  211. /package/deps/jq/{src → vendor}/decNumber/ICU-license.html +0 -0
  212. /package/deps/jq/{src → vendor}/decNumber/decContext.c +0 -0
  213. /package/deps/jq/{src → vendor}/decNumber/decContext.h +0 -0
  214. /package/deps/jq/{src → vendor}/decNumber/decDPD.h +0 -0
  215. /package/deps/jq/{src → vendor}/decNumber/decDouble.c +0 -0
  216. /package/deps/jq/{src → vendor}/decNumber/decDouble.h +0 -0
  217. /package/deps/jq/{src → vendor}/decNumber/decNumber.h +0 -0
  218. /package/deps/jq/{src → vendor}/decNumber/decNumberLocal.h +0 -0
  219. /package/deps/jq/{src → vendor}/decNumber/decPacked.c +0 -0
  220. /package/deps/jq/{src → vendor}/decNumber/decPacked.h +0 -0
  221. /package/deps/jq/{src → vendor}/decNumber/decQuad.c +0 -0
  222. /package/deps/jq/{src → vendor}/decNumber/decQuad.h +0 -0
  223. /package/deps/jq/{src → vendor}/decNumber/decSingle.c +0 -0
  224. /package/deps/jq/{src → vendor}/decNumber/decSingle.h +0 -0
  225. /package/deps/jq/{src → vendor}/decNumber/decimal128.c +0 -0
  226. /package/deps/jq/{src → vendor}/decNumber/decimal128.h +0 -0
  227. /package/deps/jq/{src → vendor}/decNumber/decimal32.c +0 -0
  228. /package/deps/jq/{src → vendor}/decNumber/decimal32.h +0 -0
  229. /package/deps/jq/{src → vendor}/decNumber/decimal64.c +0 -0
  230. /package/deps/jq/{src → vendor}/decNumber/decimal64.h +0 -0
  231. /package/deps/jq/{src → vendor}/decNumber/decnumber.pdf +0 -0
  232. /package/deps/jq/{src → vendor}/decNumber/example1.c +0 -0
  233. /package/deps/jq/{src → vendor}/decNumber/example2.c +0 -0
  234. /package/deps/jq/{src → vendor}/decNumber/example3.c +0 -0
  235. /package/deps/jq/{src → vendor}/decNumber/example4.c +0 -0
  236. /package/deps/jq/{src → vendor}/decNumber/example5.c +0 -0
  237. /package/deps/jq/{src → vendor}/decNumber/example6.c +0 -0
  238. /package/deps/jq/{src → vendor}/decNumber/example7.c +0 -0
  239. /package/deps/jq/{src → vendor}/decNumber/example8.c +0 -0
  240. /package/deps/jq/{src → vendor}/decNumber/readme.txt +0 -0
  241. /package/deps/jq/{modules → vendor}/oniguruma/.travis.yml +0 -0
  242. /package/deps/jq/{modules → vendor}/oniguruma/AUTHORS +0 -0
  243. /package/deps/jq/{modules → vendor}/oniguruma/COPYING +0 -0
  244. /package/deps/jq/{modules → vendor}/oniguruma/ChangeLog +0 -0
  245. /package/deps/jq/{modules → vendor}/oniguruma/NEWS +0 -0
  246. /package/deps/jq/{modules → vendor}/oniguruma/README +0 -0
  247. /package/deps/jq/{modules → vendor}/oniguruma/README_japanese +0 -0
  248. /package/deps/jq/{modules → vendor}/oniguruma/autogen.sh +0 -0
  249. /package/deps/jq/{modules → vendor}/oniguruma/cmake/Config.cmake.in +0 -0
  250. /package/deps/jq/{modules → vendor}/oniguruma/doc/CALLOUTS.API +0 -0
  251. /package/deps/jq/{modules → vendor}/oniguruma/doc/CALLOUTS.API.ja +0 -0
  252. /package/deps/jq/{modules → vendor}/oniguruma/doc/FAQ +0 -0
  253. /package/deps/jq/{modules → vendor}/oniguruma/doc/FAQ.ja +0 -0
  254. /package/deps/jq/{modules → vendor}/oniguruma/harnesses/ascii_compatible.dict +0 -0
  255. /package/deps/jq/{modules → vendor}/oniguruma/harnesses/deluxe.c +0 -0
  256. /package/deps/jq/{modules → vendor}/oniguruma/harnesses/dict_conv.py +0 -0
  257. /package/deps/jq/{modules → vendor}/oniguruma/harnesses/fuzzer.options +0 -0
  258. /package/deps/jq/{modules → vendor}/oniguruma/harnesses/libfuzzer-onig.cpp +0 -0
  259. /package/deps/jq/{modules → vendor}/oniguruma/harnesses/regset.c +0 -0
  260. /package/deps/jq/{modules → vendor}/oniguruma/index.html +0 -0
  261. /package/deps/jq/{modules → vendor}/oniguruma/index_ja.html +0 -0
  262. /package/deps/jq/{modules → vendor}/oniguruma/m4/.whatever +0 -0
  263. /package/deps/jq/{modules → vendor}/oniguruma/make_win.bat +0 -0
  264. /package/deps/jq/{modules → vendor}/oniguruma/make_win32.bat +0 -0
  265. /package/deps/jq/{modules → vendor}/oniguruma/make_win64.bat +0 -0
  266. /package/deps/jq/{modules → vendor}/oniguruma/onig-config.cmake.in +0 -0
  267. /package/deps/jq/{modules → vendor}/oniguruma/onig-config.in +0 -0
  268. /package/deps/jq/{modules → vendor}/oniguruma/oniguruma.pc.cmake.in +0 -0
  269. /package/deps/jq/{modules → vendor}/oniguruma/oniguruma.pc.in +0 -0
  270. /package/deps/jq/{modules → vendor}/oniguruma/sample/CMakeLists.txt +0 -0
  271. /package/deps/jq/{modules → vendor}/oniguruma/sample/Makefile.am +0 -0
  272. /package/deps/jq/{modules → vendor}/oniguruma/sample/bug_fix.c +0 -0
  273. /package/deps/jq/{modules → vendor}/oniguruma/sample/callout.c +0 -0
  274. /package/deps/jq/{modules → vendor}/oniguruma/sample/count.c +0 -0
  275. /package/deps/jq/{modules → vendor}/oniguruma/sample/crnl.c +0 -0
  276. /package/deps/jq/{modules → vendor}/oniguruma/sample/echo.c +0 -0
  277. /package/deps/jq/{modules → vendor}/oniguruma/sample/encode.c +0 -0
  278. /package/deps/jq/{modules → vendor}/oniguruma/sample/listcap.c +0 -0
  279. /package/deps/jq/{modules → vendor}/oniguruma/sample/names.c +0 -0
  280. /package/deps/jq/{modules → vendor}/oniguruma/sample/posix.c +0 -0
  281. /package/deps/jq/{modules → vendor}/oniguruma/sample/regset.c +0 -0
  282. /package/deps/jq/{modules → vendor}/oniguruma/sample/scan.c +0 -0
  283. /package/deps/jq/{modules → vendor}/oniguruma/sample/simple.c +0 -0
  284. /package/deps/jq/{modules → vendor}/oniguruma/sample/sql.c +0 -0
  285. /package/deps/jq/{modules → vendor}/oniguruma/sample/syntax.c +0 -0
  286. /package/deps/jq/{modules → vendor}/oniguruma/sample/user_property.c +0 -0
  287. /package/deps/jq/{modules → vendor}/oniguruma/src/Makefile.am +0 -0
  288. /package/deps/jq/{modules → vendor}/oniguruma/src/Makefile.windows +0 -0
  289. /package/deps/jq/{modules → vendor}/oniguruma/src/big5.c +0 -0
  290. /package/deps/jq/{modules → vendor}/oniguruma/src/config.h.cmake.in +0 -0
  291. /package/deps/jq/{modules → vendor}/oniguruma/src/config.h.win32 +0 -0
  292. /package/deps/jq/{modules → vendor}/oniguruma/src/config.h.win64 +0 -0
  293. /package/deps/jq/{modules → vendor}/oniguruma/src/config.h.windows.in +0 -0
  294. /package/deps/jq/{modules → vendor}/oniguruma/src/cp1251.c +0 -0
  295. /package/deps/jq/{modules → vendor}/oniguruma/src/euc_jp.c +0 -0
  296. /package/deps/jq/{modules → vendor}/oniguruma/src/euc_jp_prop.c +0 -0
  297. /package/deps/jq/{modules → vendor}/oniguruma/src/euc_jp_prop.gperf +0 -0
  298. /package/deps/jq/{modules → vendor}/oniguruma/src/euc_kr.c +0 -0
  299. /package/deps/jq/{modules → vendor}/oniguruma/src/euc_tw.c +0 -0
  300. /package/deps/jq/{modules → vendor}/oniguruma/src/gb18030.c +0 -0
  301. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_1.c +0 -0
  302. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_10.c +0 -0
  303. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_11.c +0 -0
  304. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_13.c +0 -0
  305. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_14.c +0 -0
  306. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_15.c +0 -0
  307. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_16.c +0 -0
  308. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_2.c +0 -0
  309. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_3.c +0 -0
  310. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_4.c +0 -0
  311. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_5.c +0 -0
  312. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_6.c +0 -0
  313. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_7.c +0 -0
  314. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_8.c +0 -0
  315. /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_9.c +0 -0
  316. /package/deps/jq/{modules → vendor}/oniguruma/src/koi8.c +0 -0
  317. /package/deps/jq/{modules → vendor}/oniguruma/src/koi8_r.c +0 -0
  318. /package/deps/jq/{modules → vendor}/oniguruma/src/make_property.sh +0 -0
  319. /package/deps/jq/{modules → vendor}/oniguruma/src/mktable.c +0 -0
  320. /package/deps/jq/{modules → vendor}/oniguruma/src/onig_init.c +0 -0
  321. /package/deps/jq/{modules → vendor}/oniguruma/src/oniggnu.h +0 -0
  322. /package/deps/jq/{modules → vendor}/oniguruma/src/onigposix.h +0 -0
  323. /package/deps/jq/{modules → vendor}/oniguruma/src/regenc.c +0 -0
  324. /package/deps/jq/{modules → vendor}/oniguruma/src/regenc.h +0 -0
  325. /package/deps/jq/{modules → vendor}/oniguruma/src/regext.c +0 -0
  326. /package/deps/jq/{modules → vendor}/oniguruma/src/reggnu.c +0 -0
  327. /package/deps/jq/{modules → vendor}/oniguruma/src/regparse.h +0 -0
  328. /package/deps/jq/{modules → vendor}/oniguruma/src/regposerr.c +0 -0
  329. /package/deps/jq/{modules → vendor}/oniguruma/src/regposix.c +0 -0
  330. /package/deps/jq/{modules → vendor}/oniguruma/src/regtrav.c +0 -0
  331. /package/deps/jq/{modules → vendor}/oniguruma/src/regversion.c +0 -0
  332. /package/deps/jq/{modules → vendor}/oniguruma/src/sjis.c +0 -0
  333. /package/deps/jq/{modules → vendor}/oniguruma/src/sjis_prop.c +0 -0
  334. /package/deps/jq/{modules → vendor}/oniguruma/src/sjis_prop.gperf +0 -0
  335. /package/deps/jq/{modules → vendor}/oniguruma/src/unicode.c +0 -0
  336. /package/deps/jq/{modules → vendor}/oniguruma/src/utf32_be.c +0 -0
  337. /package/deps/jq/{modules → vendor}/oniguruma/src/utf32_le.c +0 -0
  338. /package/deps/jq/{modules → vendor}/oniguruma/src/utf8.c +0 -0
  339. /package/deps/jq/{modules → vendor}/oniguruma/test/CMakeLists.txt +0 -0
  340. /package/deps/jq/{modules → vendor}/oniguruma/test/Makefile.am +0 -0
  341. /package/deps/jq/{modules → vendor}/oniguruma/test/test.sh +0 -0
  342. /package/deps/jq/{modules → vendor}/oniguruma/test/test_regset.c +0 -0
  343. /package/deps/jq/{modules → vendor}/oniguruma/test/testu.c +0 -0
  344. /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/stub.c +0 -0
  345. /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/test_back.config +0 -0
  346. /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/test_regset.config +0 -0
  347. /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/test_syntax.config +0 -0
  348. /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/test_utf8.config +0 -0
  349. /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/testc.config +0 -0
  350. /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/testu.config +0 -0
  351. /package/deps/jq/{modules → vendor}/oniguruma/tis.config +0 -0
  352. /package/deps/jq/{modules → vendor}/oniguruma/windows/testc.c +0 -0
@@ -1,5 +1,5 @@
1
1
  .
2
- .TH "JQ" "1" "December 2023" "" ""
2
+ .TH "JQ" "1" "May 2025" "" ""
3
3
  .
4
4
  .SH "NAME"
5
5
  \fBjq\fR \- Command\-line JSON processor
@@ -163,13 +163,13 @@ Implies \fB\-\-stream\fR\. Invalid JSON inputs produce no error values when \fB\
163
163
  Use the \fBapplication/json\-seq\fR MIME type scheme for separating JSON texts in jq\'s input and output\. This means that an ASCII RS (record separator) character is printed before each value on output and an ASCII LF (line feed) is printed after every output\. Input JSON texts that fail to parse are ignored (but warned about), discarding all subsequent input until the next RS\. This mode also parses the output of jq without the \fB\-\-seq\fR option\.
164
164
  .
165
165
  .TP
166
- \fB\-f filename\fR / \fB\-\-from\-file filename\fR:
166
+ \fB\-f\fR / \fB\-\-from\-file\fR:
167
167
  .
168
168
  .IP
169
- Read filter from the file rather than from a command line, like awk\'s \-f option\. You can also use \'#\' to make comments\.
169
+ Read the filter from a file rather than from a command line, like awk\'s \-f option\. This changes the filter argument to be interpreted as a filename, instead of the source of a program\.
170
170
  .
171
171
  .TP
172
- \fB\-L directory\fR:
172
+ \fB\-L directory\fR / \fB\-\-library\-path directory\fR:
173
173
  .
174
174
  .IP
175
175
  Prepend \fBdirectory\fR to the search list for modules\. If this option is used then no builtin search list is used\. See the section on modules below\.
@@ -181,7 +181,7 @@ Prepend \fBdirectory\fR to the search list for modules\. If this option is used
181
181
  This option passes a value to the jq program as a predefined variable\. If you run jq with \fB\-\-arg foo bar\fR, then \fB$foo\fR is available in the program and has the value \fB"bar"\fR\. Note that \fBvalue\fR will be treated as a string, so \fB\-\-arg foo 123\fR will bind \fB$foo\fR to \fB"123"\fR\.
182
182
  .
183
183
  .IP
184
- Named arguments are also available to the jq program as \fB$ARGS\.named\fR\.
184
+ Named arguments are also available to the jq program as \fB$ARGS\.named\fR\. When the name is not a valid identifier, this is the only way to access it\.
185
185
  .
186
186
  .TP
187
187
  \fB\-\-argjson name JSON\-text\fR:
@@ -286,19 +286,22 @@ Although the identity filter never modifies the value of its input, jq processin
286
286
  produces \fB1\.7976931348623157e+308\fR on at least one platform\. This is because, in the process of parsing the number, this particular version of jq has converted it to an IEEE754 double\-precision representation, losing precision\.
287
287
  .
288
288
  .P
289
- The way in which jq handles numbers has changed over time and further changes are likely within the parameters set by the relevant JSON standards\. The following remarks are therefore offered with the understanding that they are intended to be descriptive of the current version of jq and should not be interpreted as being prescriptive:
289
+ The way in which jq handles numbers has changed over time and further changes are likely within the parameters set by the relevant JSON standards\. Moreover, build configuration options can alter how jq processes numbers\.
290
+ .
291
+ .P
292
+ The following remarks are therefore offered with the understanding that they are intended to be descriptive of the current version of jq and should not be interpreted as being prescriptive:
290
293
  .
291
294
  .P
292
295
  (1) Any arithmetic operation on a number that has not already been converted to an IEEE754 double precision representation will trigger a conversion to the IEEE754 representation\.
293
296
  .
294
297
  .P
295
- (2) jq will attempt to maintain the original decimal precision of number literals, but in expressions such \fB1E1234567890\fR, precision will be lost if the exponent is too large\.
298
+ (2) jq will attempt to maintain the original decimal precision of number literals (if the \fB\-\-disable\-decnum\fR build configuration option was not used), but in expressions such \fB1E1234567890\fR, precision will be lost if the exponent is too large\.
296
299
  .
297
300
  .P
298
- (3) In jq programs, a leading minus sign will trigger the conversion of the number to an IEEE754 representation\.
301
+ (3) Comparisons are carried out using the untruncated big decimal representation of numbers if available, as illustrated in one of the following examples\.
299
302
  .
300
303
  .P
301
- (4) Comparisons are carried out using the untruncated big decimal representation of numbers if available, as illustrated in one of the following examples\.
304
+ The examples below use the builtin function \fBhave_decnum\fR in order to demonstrate the expected effects of using / not using the \fB\-\-disable\-decnum\fR build configuration option, and also to allow automated tests derived from these examples to pass regardless of whether that option is used\.
302
305
  .
303
306
  .IP "" 4
304
307
  .
@@ -312,21 +315,25 @@ jq \'\.\'
312
315
  0\.12345678901234567890123456789
313
316
  => 0\.12345678901234567890123456789
314
317
 
315
- jq \'[\., tojson]\'
318
+ jq \'[\., tojson] == if have_decnum then [12345678909876543212345,"12345678909876543212345"] else [12345678909876543000000,"12345678909876543000000"] end\'
316
319
  12345678909876543212345
317
- => [12345678909876543212345,"12345678909876543212345"]
320
+ => true
321
+
322
+ jq \'[1234567890987654321,\-1234567890987654321 | tojson] == if have_decnum then ["1234567890987654321","\-1234567890987654321"] else ["1234567890987654400","\-1234567890987654400"] end\'
323
+ null
324
+ => true
318
325
 
319
326
  jq \'\. < 0\.12345678901234567890123456788\'
320
327
  0\.12345678901234567890123456789
321
328
  => false
322
329
 
323
- jq \'map([\., \. == 1]) | tojson\'
330
+ jq \'map([\., \. == 1]) | tojson == if have_decnum then "[[1,true],[1\.000,true],[1\.0,true],[1\.00,true]]" else "[[1,true],[1,true],[1,true],[1,true]]" end\'
324
331
  [1, 1\.000, 1\.0, 100e\-2]
325
- => "[[1,true],[1\.000,true],[1\.0,true],[1\.00,true]]"
332
+ => true
326
333
 
327
- jq \'\. as $big | [$big, $big + 1] | map(\. > 10000000000000000000000000000000)\'
334
+ jq \'\. as $big | [$big, $big + 1] | map(\. > 10000000000000000000000000000000) | \. == if have_decnum then [true, false] else [false, false] end\'
328
335
  10000000000000000000000000000001
329
- => [true, false]
336
+ => true
330
337
  .
331
338
  .fi
332
339
  .
@@ -490,7 +497,7 @@ Like \fB\.[]\fR, but no errors will be output if \. is not an array or object\.
490
497
  If two filters are separated by a comma, then the same input will be fed into both and the two filters\' output value streams will be concatenated in order: first, all of the outputs produced by the left expression, and then all of the outputs produced by the right\. For instance, filter \fB\.foo, \.bar\fR, produces both the "foo" fields and "bar" fields as separate outputs\.
491
498
  .
492
499
  .P
493
- The \fB,\fR operator is one way to contruct generators\.
500
+ The \fB,\fR operator is one way to construct generators\.
494
501
  .
495
502
  .IP "" 4
496
503
  .
@@ -1001,10 +1008,10 @@ In the absence of errors, \fBmap(f)\fR always outputs an array whereas \fBmap_va
1001
1008
  When the input to \fBmap_values(f)\fR is an object, the output object has the same keys as the input object except for those keys whose values when piped to \fBf\fR produce no values at all\.
1002
1009
  .
1003
1010
  .P
1004
- The key difference between \fBmap(f)\fR and \fBmap_values(f)\fR is that the former simply forms an array from all the values of \fB($x|f)\fR for each value, $x, in the input array or object, but \fBmap_values(f)\fR only uses \fBfirst($x|f)\fR\.
1011
+ The key difference between \fBmap(f)\fR and \fBmap_values(f)\fR is that the former simply forms an array from all the values of \fB($x|f)\fR for each value, \fB$x\fR, in the input array or object, but \fBmap_values(f)\fR only uses \fBfirst($x|f)\fR\.
1005
1012
  .
1006
1013
  .P
1007
- Specifically, for object inputs, \fBmap_value(f)\fR constructs the output object by examining in turn the value of \fBfirst(\.[$k]|f)\fR for each key, $k, of the input\. If this expression produces no values, then the corresponding key will be dropped; otherwise, the output object will have that value at the key, $k\.
1014
+ Specifically, for object inputs, \fBmap_values(f)\fR constructs the output object by examining in turn the value of \fBfirst(\.[$k]|f)\fR for each key, \fB$k\fR, of the input\. If this expression produces no values, then the corresponding key will be dropped; otherwise, the output object will have that value at the key, \fB$k\fR\.
1008
1015
  .
1009
1016
  .P
1010
1017
  Here are some examples to clarify the behavior of \fBmap\fR and \fBmap_values\fR when applied to arrays\. These examples assume the input is \fB[1]\fR in all cases:
@@ -1334,12 +1341,15 @@ jq \'[paths(type == "number")]\'
1334
1341
  .
1335
1342
  .IP "" 0
1336
1343
  .
1337
- .SS "add"
1344
+ .SS "add, add(generator)"
1338
1345
  The filter \fBadd\fR takes as input an array, and produces as output the elements of the array added together\. This might mean summed, concatenated or merged depending on the types of the elements of the input array \- the rules are the same as those for the \fB+\fR operator (described above)\.
1339
1346
  .
1340
1347
  .P
1341
1348
  If the input is an empty array, \fBadd\fR returns \fBnull\fR\.
1342
1349
  .
1350
+ .P
1351
+ \fBadd(generator)\fR operates on the given generator rather than the input\.
1352
+ .
1343
1353
  .IP "" 4
1344
1354
  .
1345
1355
  .nf
@@ -1355,6 +1365,10 @@ jq \'add\'
1355
1365
  jq \'add\'
1356
1366
  []
1357
1367
  => null
1368
+
1369
+ jq \'add(\.[]\.a)\'
1370
+ [{"a":3}, {"a":5}, {"b":6}]
1371
+ => 8
1358
1372
  .
1359
1373
  .fi
1360
1374
  .
@@ -1543,6 +1557,21 @@ jq \'\.[] | tonumber\'
1543
1557
  .
1544
1558
  .IP "" 0
1545
1559
  .
1560
+ .SS "toboolean"
1561
+ The \fBtoboolean\fR function parses its input as a boolean\. It will convert correctly\-formatted strings to their boolean equivalent, leave booleans alone, and give an error on all other input\.
1562
+ .
1563
+ .IP "" 4
1564
+ .
1565
+ .nf
1566
+
1567
+ jq \'\.[] | toboolean\'
1568
+ ["true", "false", true, false]
1569
+ => true, false, true, false
1570
+ .
1571
+ .fi
1572
+ .
1573
+ .IP "" 0
1574
+ .
1546
1575
  .SS "tostring"
1547
1576
  The \fBtostring\fR function prints its input as a string\. Strings are left unchanged, and all other values are JSON\-encoded\.
1548
1577
  .
@@ -1930,6 +1959,45 @@ jq \'[\.[]|rtrimstr("foo")]\'
1930
1959
  .
1931
1960
  .IP "" 0
1932
1961
  .
1962
+ .SS "trimstr(str)"
1963
+ Outputs its input with the given string removed at both ends, if it starts or ends with it\.
1964
+ .
1965
+ .IP "" 4
1966
+ .
1967
+ .nf
1968
+
1969
+ jq \'[\.[]|trimstr("foo")]\'
1970
+ ["fo", "foo", "barfoo", "foobarfoo", "foob"]
1971
+ => ["fo","","bar","bar","b"]
1972
+ .
1973
+ .fi
1974
+ .
1975
+ .IP "" 0
1976
+ .
1977
+ .SS "trim, ltrim, rtrim"
1978
+ \fBtrim\fR trims both leading and trailing whitespace\.
1979
+ .
1980
+ .P
1981
+ \fBltrim\fR trims only leading (left side) whitespace\.
1982
+ .
1983
+ .P
1984
+ \fBrtrim\fR trims only trailing (right side) whitespace\.
1985
+ .
1986
+ .P
1987
+ Whitespace characters are the usual \fB" "\fR, \fB"\en"\fR \fB"\et"\fR, \fB"\er"\fR and also all characters in the Unicode character database with the whitespace property\. Note that what considers whitespace might change in the future\.
1988
+ .
1989
+ .IP "" 4
1990
+ .
1991
+ .nf
1992
+
1993
+ jq \'trim, ltrim, rtrim\'
1994
+ " abc "
1995
+ => "abc", "abc ", " abc"
1996
+ .
1997
+ .fi
1998
+ .
1999
+ .IP "" 0
2000
+ .
1933
2001
  .SS "explode"
1934
2002
  Converts an input string into an array of the string\'s codepoint numbers\.
1935
2003
  .
@@ -2152,11 +2220,17 @@ jq \'walk( if type == "object" then with_entries( \.key |= sub( "^_+"; "") ) els
2152
2220
  .
2153
2221
  .IP "" 0
2154
2222
  .
2223
+ .SS "have_literal_numbers"
2224
+ This builtin returns true if jq\'s build configuration includes support for preservation of input number literals\.
2225
+ .
2226
+ .SS "have_decnum"
2227
+ This builtin returns true if jq was built with "decnum", which is the current literal number preserving numeric backend implementation for jq\.
2228
+ .
2155
2229
  .SS "$JQ_BUILD_CONFIGURATION"
2156
2230
  This builtin binding shows the jq executable\'s build configuration\. Its value has no particular format, but it can be expected to be at least the \fB\./configure\fR command\-line arguments, and may be enriched in the future to include the version strings for the build tooling used\.
2157
2231
  .
2158
2232
  .P
2159
- Note that this can be overriden in the command\-line with \fB\-\-arg\fR and related options\.
2233
+ Note that this can be overridden in the command\-line with \fB\-\-arg\fR and related options\.
2160
2234
  .
2161
2235
  .SS "$ENV, env"
2162
2236
  \fB$ENV\fR is an object representing the environment variables as set when the jq program started\.
@@ -2287,6 +2361,12 @@ Applies HTML/XML escaping, by mapping the characters \fB<>&\'"\fR to their entit
2287
2361
  Applies percent\-encoding, by mapping all reserved URI characters to a \fB%XX\fR sequence\.
2288
2362
  .
2289
2363
  .TP
2364
+ \fB@urid\fR:
2365
+ .
2366
+ .IP
2367
+ The inverse of \fB@uri\fR, applies percent\-decoding, by mapping all \fB%XX\fR sequences to their corresponding URI characters\.
2368
+ .
2369
+ .TP
2290
2370
  \fB@csv\fR:
2291
2371
  .
2292
2372
  .IP
@@ -2397,7 +2477,7 @@ The \fBlocaltime\fR builtin works like the \fBgmtime\fR builtin, but using the l
2397
2477
  The \fBmktime\fR builtin consumes "broken down time" representations of time output by \fBgmtime\fR and \fBstrptime\fR\.
2398
2478
  .
2399
2479
  .P
2400
- The \fBstrptime(fmt)\fR builtin parses input strings matching the \fBfmt\fR argument\. The output is in the "broken down time" representation consumed by \fBgmtime\fR and output by \fBmktime\fR\.
2480
+ The \fBstrptime(fmt)\fR builtin parses input strings matching the \fBfmt\fR argument\. The output is in the "broken down time" representation consumed by \fBmktime\fR and output by \fBgmtime\fR\.
2401
2481
  .
2402
2482
  .P
2403
2483
  The \fBstrftime(fmt)\fR builtin formats a time (GMT) with the given format\. The \fBstrflocaltime\fR does the same, but using the local timezone setting\.
@@ -2432,37 +2512,37 @@ jq \'strptime("%Y\-%m\-%dT%H:%M:%SZ")|mktime\'
2432
2512
  jq provides a few SQL\-style operators\.
2433
2513
  .
2434
2514
  .TP
2435
- INDEX(stream; index_expression):
2515
+ \fBINDEX(stream; index_expression)\fR:
2436
2516
  .
2437
2517
  .IP
2438
2518
  This builtin produces an object whose keys are computed by the given index expression applied to each value from the given stream\.
2439
2519
  .
2440
2520
  .TP
2441
- JOIN($idx; stream; idx_expr; join_expr):
2521
+ \fBJOIN($idx; stream; idx_expr; join_expr)\fR:
2442
2522
  .
2443
2523
  .IP
2444
2524
  This builtin joins the values from the given stream to the given index\. The index\'s keys are computed by applying the given index expression to each value from the given stream\. An array of the value in the stream and the corresponding value from the index is fed to the given join expression to produce each result\.
2445
2525
  .
2446
2526
  .TP
2447
- JOIN($idx; stream; idx_expr):
2527
+ \fBJOIN($idx; stream; idx_expr)\fR:
2448
2528
  .
2449
2529
  .IP
2450
2530
  Same as \fBJOIN($idx; stream; idx_expr; \.)\fR\.
2451
2531
  .
2452
2532
  .TP
2453
- JOIN($idx; idx_expr):
2533
+ \fBJOIN($idx; idx_expr)\fR:
2454
2534
  .
2455
2535
  .IP
2456
2536
  This builtin joins the input \fB\.\fR to the given index, applying the given index expression to \fB\.\fR to compute the index key\. The join operation is as described above\.
2457
2537
  .
2458
2538
  .TP
2459
- IN(s):
2539
+ \fBIN(s)\fR:
2460
2540
  .
2461
2541
  .IP
2462
2542
  This builtin outputs \fBtrue\fR if \fB\.\fR appears in the given stream, otherwise it outputs \fBfalse\fR\.
2463
2543
  .
2464
2544
  .TP
2465
- IN(source; s):
2545
+ \fBIN(source; s)\fR:
2466
2546
  .
2467
2547
  .IP
2468
2548
  This builtin outputs \fBtrue\fR if any value in the source stream appears in the second stream, otherwise it outputs \fBfalse\fR\.
@@ -2684,7 +2764,7 @@ label $out | \.\.\. break $out \.\.\.
2684
2764
  .IP "" 0
2685
2765
  .
2686
2766
  .P
2687
- The \fBbreak $label_name\fR expression will cause the program to to act as though the nearest (to the left) \fBlabel $label_name\fR produced \fBempty\fR\.
2767
+ The \fBbreak $label_name\fR expression will cause the program to act as though the nearest (to the left) \fBlabel $label_name\fR produced \fBempty\fR\.
2688
2768
  .
2689
2769
  .P
2690
2770
  The relationship between the \fBbreak\fR and corresponding \fBlabel\fR is lexical: the label has to be "visible" from the break\.
@@ -2936,7 +3016,7 @@ jq \'capture("(?<a>[a\-z]+)\-(?<n>[0\-9]+)")\'
2936
3016
  .IP "" 0
2937
3017
  .
2938
3018
  .SS "scan(regex), scan(regex; flags)"
2939
- Emit a stream of the non\-overlapping substrings of the input that match the regex in accordance with the flags, if any have been specified\. If there is no match, the stream is empty\. To capture all the matches for each input string, use the idiom \fB[ expr ]\fR, e\.g\. \fB[ scan(regex) ]\fR\.
3019
+ Emit a stream of the non\-overlapping substrings of the input that match the regex in accordance with the flags, if any have been specified\. If there is no match, the stream is empty\. To capture all the matches for each input string, use the idiom \fB[ expr ]\fR, e\.g\. \fB[ scan(regex) ]\fR\. If the regex contains capturing groups, the filter emits a stream of arrays, each of which contains the captured strings\.
2940
3020
  .
2941
3021
  .IP "" 4
2942
3022
  .
@@ -2945,6 +3025,10 @@ Emit a stream of the non\-overlapping substrings of the input that match the reg
2945
3025
  jq \'scan("c")\'
2946
3026
  "abcdefabc"
2947
3027
  => "c", "c"
3028
+
3029
+ jq \'scan("(a+)(b+)")\'
3030
+ "abaabbaaabbb"
3031
+ => ["a","b"], ["aa","bb"], ["aaa","bbb"]
2948
3032
  .
2949
3033
  .fi
2950
3034
  .
@@ -2978,6 +3062,10 @@ These provide the same results as their \fBsplit\fR counterparts, but as a strea
2978
3062
  jq \'splits(", *")\'
2979
3063
  "ab,cd, ef, gh"
2980
3064
  => "ab", "cd", "ef", "gh"
3065
+
3066
+ jq \'splits(",? *"; "n")\'
3067
+ "ab,cd ef, gh"
3068
+ => "ab", "cd", "ef", "gh"
2981
3069
  .
2982
3070
  .fi
2983
3071
  .
@@ -3095,7 +3183,7 @@ We want to produce the posts with the author field containing a real name, as in
3095
3183
  .IP "" 0
3096
3184
  .
3097
3185
  .P
3098
- We use a variable, $names, to store the realnames object, so that we can refer to it later when looking up author usernames:
3186
+ We use a variable, \fB$names\fR, to store the realnames object, so that we can refer to it later when looking up author usernames:
3099
3187
  .
3100
3188
  .IP "" 4
3101
3189
  .
@@ -3386,14 +3474,14 @@ jq \'isempty(\.[])\'
3386
3474
  .
3387
3475
  .IP "" 0
3388
3476
  .
3389
- .SS "limit(n; exp)"
3390
- The \fBlimit\fR function extracts up to \fBn\fR outputs from \fBexp\fR\.
3477
+ .SS "limit(n; expr)"
3478
+ The \fBlimit\fR function extracts up to \fBn\fR outputs from \fBexpr\fR\.
3391
3479
  .
3392
3480
  .IP "" 4
3393
3481
  .
3394
3482
  .nf
3395
3483
 
3396
- jq \'[limit(3;\.[])]\'
3484
+ jq \'[limit(3; \.[])]\'
3397
3485
  [0,1,2,3,4,5,6,7,8,9]
3398
3486
  => [0,1,2]
3399
3487
  .
@@ -3401,6 +3489,21 @@ jq \'[limit(3;\.[])]\'
3401
3489
  .
3402
3490
  .IP "" 0
3403
3491
  .
3492
+ .SS "skip(n; expr)"
3493
+ The \fBskip\fR function skips the first \fBn\fR outputs from \fBexpr\fR\.
3494
+ .
3495
+ .IP "" 4
3496
+ .
3497
+ .nf
3498
+
3499
+ jq \'[skip(3; \.[])]\'
3500
+ [0,1,2,3,4,5,6,7,8,9]
3501
+ => [3,4,5,6,7,8,9]
3502
+ .
3503
+ .fi
3504
+ .
3505
+ .IP "" 0
3506
+ .
3404
3507
  .SS "first(expr), last(expr), nth(n; expr)"
3405
3508
  The \fBfirst(expr)\fR and \fBlast(expr)\fR functions extract the first and last values from \fBexpr\fR, respectively\.
3406
3509
  .
@@ -3411,9 +3514,13 @@ The \fBnth(n; expr)\fR function extracts the nth value output by \fBexpr\fR\. No
3411
3514
  .
3412
3515
  .nf
3413
3516
 
3414
- jq \'[first(range(\.)), last(range(\.)), nth(\./2; range(\.))]\'
3517
+ jq \'[first(range(\.)), last(range(\.)), nth(5; range(\.))]\'
3415
3518
  10
3416
3519
  => [0,9,5]
3520
+
3521
+ jq \'[first(empty), last(empty), nth(5; empty)]\'
3522
+ null
3523
+ => []
3417
3524
  .
3418
3525
  .fi
3419
3526
  .
@@ -3576,7 +3683,7 @@ All jq functions can be generators just by using builtin generators\. It is also
3576
3683
  .
3577
3684
  .nf
3578
3685
 
3579
- jq \'def range(init; upto; by): def _range: if (by > 0 and \. < upto) or (by < 0 and \. > upto) then \., ((\.+by)|_range) else \. end; if by == 0 then init else init|_range end | select((by > 0 and \. < upto) or (by < 0 and \. > upto)); range(0; 10; 3)\'
3686
+ jq \'def range(init; upto; by): def _range: if (by > 0 and \. < upto) or (by < 0 and \. > upto) then \., ((\.+by)|_range) else empty end; if init == upto then empty elif by == 0 then init else init|_range end; range(0; 10; 3)\'
3580
3687
  null
3581
3688
  => 0, 3, 6, 9
3582
3689
 
@@ -3598,7 +3705,7 @@ Besides simple arithmetic operators such as \fB+\fR, jq also has most standard m
3598
3705
  Availability of standard math functions depends on the availability of the corresponding math functions in your operating system and C math library\. Unavailable math functions will be defined but will raise an error\.
3599
3706
  .
3600
3707
  .P
3601
- One\-input C math functions: \fBacos\fR \fBacosh\fR \fBasin\fR \fBasinh\fR \fBatan\fR \fBatanh\fR \fBcbrt\fR \fBceil\fR \fBcos\fR \fBcosh\fR \fBerf\fR \fBerfc\fR \fBexp\fR \fBexp10\fR \fBexp2\fR \fBexpm1\fR \fBfabs\fR \fBfloor\fR \fBgamma\fR \fBj0\fR \fBj1\fR \fBlgamma\fR \fBlog\fR \fBlog10\fR \fBlog1p\fR \fBlog2\fR \fBlogb\fR \fBnearbyint\fR \fBpow10\fR \fBrint\fR \fBround\fR \fBsignificand\fR \fBsin\fR \fBsinh\fR \fBsqrt\fR \fBtan\fR \fBtanh\fR \fBtgamma\fR \fBtrunc\fR \fBy0\fR \fBy1\fR\.
3708
+ One\-input C math functions: \fBacos\fR \fBacosh\fR \fBasin\fR \fBasinh\fR \fBatan\fR \fBatanh\fR \fBcbrt\fR \fBceil\fR \fBcos\fR \fBcosh\fR \fBerf\fR \fBerfc\fR \fBexp\fR \fBexp10\fR \fBexp2\fR \fBexpm1\fR \fBfabs\fR \fBfloor\fR \fBgamma\fR \fBj0\fR \fBj1\fR \fBlgamma\fR \fBlog\fR \fBlog10\fR \fBlog1p\fR \fBlog2\fR \fBlogb\fR \fBnearbyint\fR \fBrint\fR \fBround\fR \fBsignificand\fR \fBsin\fR \fBsinh\fR \fBsqrt\fR \fBtan\fR \fBtanh\fR \fBtgamma\fR \fBtrunc\fR \fBy0\fR \fBy1\fR\.
3602
3709
  .
3603
3710
  .P
3604
3711
  Two\-input C math functions: \fBatan2\fR \fBcopysign\fR \fBdrem\fR \fBfdim\fR \fBfmax\fR \fBfmin\fR \fBfmod\fR \fBfrexp\fR \fBhypot\fR \fBjn\fR \fBldexp\fR \fBmodf\fR \fBnextafter\fR \fBnexttoward\fR \fBpow\fR \fBremainder\fR \fBscalb\fR \fBscalbln\fR \fByn\fR\.
@@ -3622,7 +3729,7 @@ Most jq builtins are referentially transparent, and yield constant and repeatabl
3622
3729
  Outputs one new input\.
3623
3730
  .
3624
3731
  .P
3625
- Note that when using \fBinput\fR it is generally be necessary to invoke jq with the \fB\-n\fR command\-line option, otherwise the first entity will be lost\.
3732
+ Note that when using \fBinput\fR it is generally necessary to invoke jq with the \fB\-n\fR command\-line option, otherwise the first entity will be lost\.
3626
3733
  .
3627
3734
  .IP "" 4
3628
3735
  .
@@ -3718,7 +3825,7 @@ However, streaming isn\'t easy to deal with as the jq program will have \fB[<pat
3718
3825
  Several builtins are provided to make handling streams easier\.
3719
3826
  .
3720
3827
  .P
3721
- The examples below use the streamed form of \fB[0,[1]]\fR, which is \fB[[0],0],[[1,0],1],[[1,0]],[[1]]\fR\.
3828
+ The examples below use the streamed form of \fB["a",["b"]]\fR, which is \fB[[0],"a"],[[1,0],"b"],[[1,0]],[[1]]\fR\.
3722
3829
  .
3723
3830
  .P
3724
3831
  Streaming forms include \fB[<path>, <leaf\-value>]\fR (to indicate any scalar value, empty array, or empty object), and \fB[<path>]\fR (to indicate the end of an array or object)\. Future versions of jq run with \fB\-\-stream\fR and \fB\-\-seq\fR may output additional forms such as \fB["error message"]\fR when an input text fails to parse\.
@@ -3730,9 +3837,9 @@ Consumes a number as input and truncates the corresponding number of path elemen
3730
3837
  .
3731
3838
  .nf
3732
3839
 
3733
- jq \'truncate_stream([[0],1],[[1,0],2],[[1,0]],[[1]])\'
3840
+ jq \'truncate_stream([[0],"a"],[[1,0],"b"],[[1,0]],[[1]])\'
3734
3841
  1
3735
- => [[0],2], [[0]]
3842
+ => [[0],"b"], [[0]]
3736
3843
  .
3737
3844
  .fi
3738
3845
  .
@@ -3745,9 +3852,9 @@ Outputs values corresponding to the stream expression\'s outputs\.
3745
3852
  .
3746
3853
  .nf
3747
3854
 
3748
- jq \'fromstream(1|truncate_stream([[0],1],[[1,0],2],[[1,0]],[[1]]))\'
3855
+ jq \'fromstream(1|truncate_stream([[0],"a"],[[1,0],"b"],[[1,0]],[[1]]))\'
3749
3856
  null
3750
- => [2]
3857
+ => ["b"]
3751
3858
  .
3752
3859
  .fi
3753
3860
  .
@@ -3955,6 +4062,74 @@ The paths provided by this operation point to each of the posts that "stedolan"
3955
4062
  .
3956
4063
  .IP "" 0
3957
4064
  .
4065
+ .SH "COMMENTS"
4066
+ You can write comments in your jq filters using \fB#\fR\.
4067
+ .
4068
+ .P
4069
+ A \fB#\fR character (not part of a string) starts a comment\. All characters from \fB#\fR to the end of the line are ignored\.
4070
+ .
4071
+ .P
4072
+ If the end of the line is preceded by an odd number of backslash characters, the following line is also considered part of the comment and is ignored\.
4073
+ .
4074
+ .P
4075
+ For example, the following code outputs \fB[1,3,4,7]\fR
4076
+ .
4077
+ .IP "" 4
4078
+ .
4079
+ .nf
4080
+
4081
+ [
4082
+ 1,
4083
+ # foo \e
4084
+ 2,
4085
+ # bar \e\e
4086
+ 3,
4087
+ 4, # baz \e\e\e
4088
+ 5, \e
4089
+ 6,
4090
+ 7
4091
+ # comment \e
4092
+ comment \e
4093
+ comment
4094
+ ]
4095
+ .
4096
+ .fi
4097
+ .
4098
+ .IP "" 0
4099
+ .
4100
+ .P
4101
+ Backslash continuing the comment on the next line can be useful when writing the "shebang" for a jq script:
4102
+ .
4103
+ .IP "" 4
4104
+ .
4105
+ .nf
4106
+
4107
+ #!/bin/sh \-\-
4108
+ # total \- Output the sum of the given arguments (or stdin)
4109
+ # usage: total [numbers\.\.\.]
4110
+ # \e
4111
+ exec jq \-\-args \-MRnf \-\- "$0" "$@"
4112
+
4113
+ $ARGS\.positional |
4114
+ reduce (
4115
+ if \. == []
4116
+ then inputs
4117
+ else \.[]
4118
+ end |
4119
+ \. as $dot |
4120
+ try tonumber catch false |
4121
+ if not or isnan then
4122
+ @json "total: Invalid number \e($dot)\.\en" | halt_error(1)
4123
+ end
4124
+ ) as $n (0; \. + $n)
4125
+ .
4126
+ .fi
4127
+ .
4128
+ .IP "" 0
4129
+ .
4130
+ .P
4131
+ The \fBexec\fR line is considered a comment by jq, so it is ignored\. But it is not ignored by \fBsh\fR, since in \fBsh\fR a backslash at the end of the line does not continue the comment\. With this trick, when the script is invoked as \fBtotal 1 2\fR, \fB/bin/sh \-\- /path/to/total 1 2\fR will be run, and \fBsh\fR will then run \fBexec jq \-\-args \-MRnf \-\- /path/to/total 1 2\fR replacing itself with a \fBjq\fR interpreter invoked with the specified options (\fB\-M\fR, \fB\-R\fR, \fB\-n\fR, \fB\-\-args\fR), that evaluates the current file (\fB$0\fR), with the arguments (\fB$@\fR) that were passed to \fBsh\fR\.
4132
+ .
3958
4133
  .SH "MODULES"
3959
4134
  jq has a library/module system\. Modules are files whose names end in \fB\.jq\fR\.
3960
4135
  .
@@ -3962,7 +4137,7 @@ jq has a library/module system\. Modules are files whose names end in \fB\.jq\fR
3962
4137
  Modules imported by a program are searched for in a default search path (see below)\. The \fBimport\fR and \fBinclude\fR directives allow the importer to alter this path\.
3963
4138
  .
3964
4139
  .P
3965
- Paths in the a search path are subject to various substitutions\.
4140
+ Paths in the search path are subject to various substitutions\.
3966
4141
  .
3967
4142
  .P
3968
4143
  For paths starting with \fB~/\fR, the user\'s home directory is substituted for \fB~\fR\.
@@ -3992,7 +4167,7 @@ Consecutive components with the same name are not allowed to avoid ambiguities (
3992
4167
  For example, with \fB\-L$HOME/\.jq\fR a module \fBfoo\fR can be found in \fB$HOME/\.jq/foo\.jq\fR and \fB$HOME/\.jq/foo/foo\.jq\fR\.
3993
4168
  .
3994
4169
  .P
3995
- If \fB$HOME/\.jq\fR is a file, it is sourced into the main program\.
4170
+ If \fB\.jq\fR exists in the user\'s home directory, and is a file (not a directory), it is automatically sourced into the main program\.
3996
4171
  .
3997
4172
  .SS "import RelativePathString as NAME [<metadata>];"
3998
4173
  Imports a module found at the given path relative to a directory in a search path\. A \fB\.jq\fR suffix will be added to the relative path string\. The module\'s symbols are prefixed with \fBNAME::\fR\.
package/deps/jq/jq.spec CHANGED
@@ -5,8 +5,8 @@ Name: jq
5
5
  Version: %{myver}
6
6
  Release: %{myrel}%{?dist}
7
7
  Source0: jq-%{myver}.tar.gz
8
- URL: https://jqlang.github.io/jq
9
- License: BSD
8
+ URL: https://jqlang.org
9
+ License: MIT AND ICU AND CC-BY-3.0
10
10
  AutoReqProv: no
11
11
  #BuildPrereq: autoconf, libtool, automake, flex, bison, python
12
12
 
@@ -4,7 +4,7 @@ libdir=@libdir@
4
4
  includedir=@includedir@
5
5
 
6
6
  Name: libjq
7
- URL: https://jqlang.github.io/jq/
7
+ URL: https://jqlang.org/
8
8
  Description: Library to process JSON using a query language
9
9
  Version: @VERSION@
10
10
  Libs: -L${libdir} -ljq
@@ -2,7 +2,7 @@
2
2
  set -eu
3
3
 
4
4
  cd "$(dirname "$0")/../"
5
- test -d .git || exit 1
5
+ test -e .git || exit 1
6
6
 
7
7
  if git describe --tags --match 'jq-*' >/dev/null 2>&1; then
8
8
  git describe --tags --match 'jq-*' --dirty | sed 's/^jq-//'
@@ -0,0 +1,16 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+
3
+ iQIzBAABCgAdFiEEuNEmQbLVV2S3XP+l4aewjAfp7oYFAmV6CBUACgkQ4aewjAfp
4
+ 7oYyWw//fvi2FRb/BEHWj9WirM5aj9x3F2J1V3cLH97B9XeBFFw3slj7OtYxjb3o
5
+ dm7GzMN9RKlQiI4MQ8nhrzePKeI6c6igURwylVxHgiRp2jENVxCDoZOydnfpEuPx
6
+ lIPAmnGNW4mlYVLQSFRZmTunCSIISbtjO/TPxX2x41nBRdp9AhfUQ/MfR0Ioya4V
7
+ UHx82ScB5jKejiZqLpEfbqNAonmpDkdM8OXV/wmCAy6ICXB70IjMPgjTWwl0NZdt
8
+ 9Ao4q2nZ44G1qOAsDWxIPqG1f6pjmwDE2k/ugpqOaVrXFKMbzdavReicGclw+sPy
9
+ KbZ2k6hcz+GkUC/SulDTc6Opa0lonewPKaynRxhVsTX6wGu1M4tsjBSxF8/WlcWM
10
+ aUdwDNv2WDsQSFL5AtHsH/V2aBBh6699yS9gz12wzT3qQXO34Gh7uSg8GCTwFhzV
11
+ RQbP0oFLSZCGCtVR8zjJbZAHLu0xp25oZWI66HArbuqqQmCrx83FIMPE8rGvM1+4
12
+ BeXuz+5gm8lG9JKxGB8klHRqP007XV5dLcYv01G+ITX0gpI+fNi9XTKDUR9W/LSO
13
+ WP5P4LOH0N0nCvSPguaGSk5MdDs7SlD364uWfCkEReNDIxSUqNglk5U5vXzMi1Id
14
+ hqC800IquRdKkPNolrJlu6IinSLcwld1EPR8HX596b5C0EQk/eU=
15
+ =q9i8
16
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,16 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+
3
+ iQIzBAABCgAdFiEEuNEmQbLVV2S3XP+l4aewjAfp7oYFAmV6CBYACgkQ4aewjAfp
4
+ 7obkuw/6Ahvl1j6xlRfZ3SwyWhQscwOBB1LWbIIVhJDOBVKv/XTe/Gx2x0kxMvZX
5
+ jrEENi498I2mqQfie7Qw9ThhD8oWnvZLOsa2H1ijK7vcPjbVvPTuE4gvySWPhbIa
6
+ tJid1kOBveJ6QJHptznfZzXhMuOUh3kS2lwyzKpru2Ke2hCkc5/qs45HjcRcsS9j
7
+ XJTwr4QfCcPOuCeECdZM9I8s1JwmhUVNjyfcMXraFhl1d9lpb1K2pIUVMpxhp7i2
8
+ jSRrw0p4a0IWuGnBLhb22PVjHK+vVFxpHblBSqsEYWBwxjIfClIhLgXpQ2SSwUkF
9
+ hPRvqOwLemyz+cU3qz/O164td4v7m6DG4cqjpJd2JJepjZVaXs1Tuj18ENhuAdCu
10
+ OIRefytdtrBh27cb125yMGMBa+qMgNsQSmpZIXuys4HLFyJWWPtxnU6zIlcnkM/O
11
+ G/QEGMWbAdpVx8dIe2SLXrdNJUv1NXMiRTsmd9dmUkAbAb2lQy7rLLP6b8oJZwV+
12
+ dsnB8cvftbLnKIAaLNzhfYieK7wtIZ1wNx5sJ+juz6EmpV2I0KdgbpNS2Qr2j6Dr
13
+ /KZkaaDQtEX6RLuwQSU+m6odPYJvYryhGNKRgNJ5RTEpq0//sYeHUHsrzw2gOvQK
14
+ R8l4Vj1lVbXKamwZj7c8WOS4gnNtMSvGCtSNTCbQNjMIdECVWHA=
15
+ =X878
16
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,16 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+
3
+ iQIzBAABCgAdFiEEuNEmQbLVV2S3XP+l4aewjAfp7oYFAmV6CBYACgkQ4aewjAfp
4
+ 7oZ5QRAArt5MOnrI0UNfLl8GjEWwFMxtSh2gz9ykRxdaIqS+xjmuJOs9hm9j4iZx
5
+ Nbs3EJkRBgi8CUZZJm6JxRJKkeIBOFn3NSf5Gel9yQH5VPmAkQZCLpGJGt/SGJwb
6
+ uzeOI7u+lW+BSMixc3cxTHJgIpQ/WrKd6FAzlqNL6RN8wH0F9b+UALgLoCzgdtSO
7
+ km71GNeyP091uIImFvkfjM0jbbksvAIqOYvQO1ZjKLbMBeDrFih4Bp7OiDDRyt9I
8
+ XrzMiv8Tg0bOamOpNYd/TwcgnEBtZhsfzwu83Yv+VPKAj/v1852SCJxbji2nO2H2
9
+ JtbSg6FX+EnXWD1o9Pjii+31YW1U4C5TnimGsIwIzYKDjB7IFDDr89svj1pdSmv9
10
+ kYidSYLu68vo+/nxEGpmapJr0wOIh8ysapsdE/mFlYa6bHn9ocAMj2Xs0BdYphrp
11
+ t7ha0nEKKPxu+c96CTP9kH4eE4zTNTb/PY4y8r8p1QOoGteq9aGOUfLjnJeCX6lC
12
+ LmT9Bn/9RkZwKJ7TjlHUQIhht2Tf5d/Mtbu68pODU5ruyWf8ZvTDB0m6Ib1A1qiE
13
+ nRsNAil5z683Gr54xahSlRiwv0loITTquPEs6lHky+IdZL6MSHjRa5xPGVZ/TS6O
14
+ 1Y4wjE1Yogr7821VBV+aXHdDMzVDrJmYKdOdWQkqplXUODaid6k=
15
+ =oOwG
16
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,16 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+
3
+ iQIzBAABCgAdFiEEuNEmQbLVV2S3XP+l4aewjAfp7oYFAmV6CBcACgkQ4aewjAfp
4
+ 7oZRHA//ZSNwkzFIJf2DFNtDjn239k8ekqMGqzJPcL6MtmzFd192Z9DCaMWt20og
5
+ 0TE7aNbpVUES2h9o1iiMZjjXuJKl6MGob/qblxcOpXFEky02r6YSnHYUQFUuj80h
6
+ C1FsS7fLqeew7daS341Ow2TVqWZE/5oB03DFM+WCt6gPbgQiizbiHoq0VKZ2nX4v
7
+ 1iTeILybDtWHdumiCmoohgiiqffSzJhlZ3rpW/hjON3GxwsB0am6A1CzozsgoNl5
8
+ tiqX6iDbY/xdEbKp24gJsB9J82sFFI8S88c4sjMGo8aw7pXf1NSHpvw4nvddJxdg
9
+ CU+Kft+6b8qIZ3KpCwvlMK5EgArUjpRnhLdBcMq7z2lpQaND4a4curBlfkZLh8lw
10
+ S/EYf6/alWUmzjbvaNmcOCciKaKefLBmZQoI/VHMFL/mSB4GtvyfpQ8y7bhCW9HE
11
+ avGbLK7K2uFHP5Id7DN8ndvrBFHoK8AHbJP4oI6TPSKDy+RKBmgsrXz1V0/9tqws
12
+ 2a89BGILLVU35DweXZbMOFdNifp4OsuSYqTnQI2jrhSCxPc4+myfcQV6Seeu5RJM
13
+ RYP4iWqf4aMkqVk3Wcv3WF+zSv5QOpdUUJhzjdcEGyyCkfvjL7FyqD3/0LFj47hp
14
+ sUlsj5y3zCMEWe/SRKQaZWTSozSXyo9pd2R07N1G6SPNif1ZFuI=
15
+ =eEDD
16
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,16 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+
3
+ iQIzBAABCgAdFiEEuNEmQbLVV2S3XP+l4aewjAfp7oYFAmV6CBcACgkQ4aewjAfp
4
+ 7oZkpBAAlXeU7YhkkNNFoyn8PK4JMb8pNq2Nr6WiYkvIit9trpLdWEc6xpWrtaAC
5
+ nnZHOznhzraj9nyBLYVFnrA1M+TC664xRSeNeV5T1rC1Z8TGZGaELK9nwyIjCweB
6
+ fKnCMevBXZ47iukuLU34uC/mcB2HIjFILdoUobnm+NXd2TjwDmEJXCSiNMjO+NVw
7
+ oR15/+Tnvrj+nKI/7cMEbH+9KW14czWhCZmqgeGOrzyA0emAUz94frN8ZjyuYFUt
8
+ TzquB4dOfx7DrQ9ZW3IGMif2A2XzBCHrX0pJcyT62CLj5ABDwLhSQxhcg+xlbH7Y
9
+ SfymtdR/+spyhpuBMfj7cBLkcBfw8zaAkXY7A+llrHn6bm7gxL6r2yrC47WtAFRy
10
+ W62poU+EYr9664O59xOcTTQ8OJd8P88KnbM3zfp135xdTXYDr3EieW9pPJ/M6Yl6
11
+ PtFMCa8XzrftIa4Ger6E/KLQZT08w3TguvgHzn5eoF/ROqLp/yLNy4qClP2VwXrF
12
+ eQghAc2JAN1vphyS2N+B0giAyoP8NzME9oXh8Qu6DrW68RxleUn3UwX2khhW7ScI
13
+ vXxTGSOHjHmPzZDFAP9I8auyivLrH5dNGJU3ejTDLR+vl3/OhpOiGvSQcwhbfDbD
14
+ R/mTasQ3/SIumkUJv2yhZP2mkW+l16q9Zdg4LLnb53+gU0sywZs=
15
+ =ec2+
16
+ -----END PGP SIGNATURE-----