@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.
- package/.claude/settings.local.json +12 -0
- package/configure +6 -5
- package/deps/jq/.claude/settings.local.json +7 -0
- package/deps/jq/.gitattributes +1 -3
- package/deps/jq/AUTHORS +55 -1
- package/deps/jq/COPYING +40 -0
- package/deps/jq/Makefile.am +40 -36
- package/deps/jq/NEWS.md +277 -2
- package/deps/jq/README.md +23 -5
- package/deps/jq/compile-ios.sh +1 -1
- package/deps/jq/config/m4/check-math-func.m4 +2 -2
- package/deps/jq/config/m4/find-func-no-libs2.m4 +3 -3
- package/deps/jq/configure.ac +10 -18
- package/deps/jq/docs/Pipfile.lock +368 -313
- package/deps/jq/docs/README.md +3 -4
- package/deps/jq/docs/build_manpage.py +1 -1
- package/deps/jq/docs/build_mantests.py +1 -1
- package/deps/jq/docs/build_website.py +1 -8
- package/deps/jq/docs/content/download/default.yml +49 -9
- package/deps/jq/docs/content/index.yml +9 -0
- package/deps/jq/docs/content/manual/{manual.yml → dev/manual.yml} +218 -61
- package/deps/jq/docs/content/manual/v1.3/manual.yml +0 -5
- package/deps/jq/docs/content/manual/v1.4/manual.yml +0 -5
- package/deps/jq/docs/content/manual/v1.5/manual.yml +3 -8
- package/deps/jq/docs/content/manual/v1.6/manual.yml +3 -8
- package/deps/jq/docs/content/manual/v1.7/manual.yml +499 -500
- package/deps/jq/docs/content/manual/v1.8/manual.yml +3858 -0
- package/deps/jq/docs/content/tutorial/default.yml +3 -3
- package/deps/jq/docs/manual_schema.yml +0 -3
- package/deps/jq/docs/public/CNAME +1 -0
- package/deps/jq/docs/templates/index.html.j2 +10 -10
- package/deps/jq/docs/templates/manual.html.j2 +14 -3
- package/deps/jq/docs/templates/shared/_head.html.j2 +8 -3
- package/deps/jq/docs/templates/shared/_navbar.html.j2 +4 -4
- package/deps/jq/jq.1.prebuilt +219 -44
- package/deps/jq/jq.spec +2 -2
- package/deps/jq/libjq.pc.in +1 -1
- package/deps/jq/scripts/version +1 -1
- package/deps/jq/sig/v1.7.1/jq-1.7.1.tar.gz.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-1.7.1.zip.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-amd64.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-arm64.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-armel.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-armhf.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-i386.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-mips.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-mips64.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-mips64el.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-mips64r6.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-mips64r6el.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-mipsel.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-mipsr6.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-mipsr6el.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-powerpc.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-ppc64el.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-riscv64.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux-s390x.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-linux64.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-macos-amd64.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-macos-arm64.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-osx-amd64.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-win64.exe.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-windows-amd64.exe.asc +16 -0
- package/deps/jq/sig/v1.7.1/jq-windows-i386.exe.asc +16 -0
- package/deps/jq/sig/v1.7.1/sha256sum.txt +26 -0
- package/deps/jq/sig/v1.8.0/jq-1.8.0.tar.gz.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-1.8.0.zip.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-amd64.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-arm64.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-armel.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-armhf.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-i386.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-mips.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-mips64.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-mips64el.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-mips64r6.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-mips64r6el.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-mipsel.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-mipsr6.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-mipsr6el.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-powerpc.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-ppc64el.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-riscv64.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux-s390x.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-linux64.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-macos-amd64.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-macos-arm64.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-osx-amd64.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-win64.exe.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-windows-amd64.exe.asc +16 -0
- package/deps/jq/sig/v1.8.0/jq-windows-i386.exe.asc +16 -0
- package/deps/jq/sig/v1.8.0/sha256sum.txt +26 -0
- package/deps/jq/src/builtin.c +446 -271
- package/deps/jq/src/builtin.jq +25 -60
- package/deps/jq/src/bytecode.h +8 -3
- package/deps/jq/src/compile.c +22 -43
- package/deps/jq/src/compile.h +1 -1
- package/deps/jq/src/execute.c +20 -25
- package/deps/jq/src/jq_test.c +113 -44
- package/deps/jq/src/jv.c +134 -42
- package/deps/jq/src/jv.h +10 -3
- package/deps/jq/src/jv_alloc.c +8 -5
- package/deps/jq/src/jv_alloc.h +0 -1
- package/deps/jq/src/jv_aux.c +41 -8
- package/deps/jq/src/jv_dtoa.c +4 -12
- package/deps/jq/src/jv_dtoa_tsd.c +5 -4
- package/deps/jq/src/jv_dtoa_tsd.h +1 -1
- package/deps/jq/src/jv_parse.c +5 -3
- package/deps/jq/src/jv_print.c +87 -65
- package/deps/jq/src/jv_unicode.c +18 -0
- package/deps/jq/src/jv_unicode.h +2 -0
- package/deps/jq/src/lexer.c +303 -278
- package/deps/jq/src/lexer.h +5 -4
- package/deps/jq/src/lexer.l +8 -2
- package/deps/jq/src/libm.h +15 -5
- package/deps/jq/src/linker.c +6 -4
- package/deps/jq/src/locfile.c +12 -12
- package/deps/jq/src/main.c +204 -270
- package/deps/jq/src/parser.c +1105 -1273
- package/deps/jq/src/parser.y +149 -181
- package/deps/jq/src/util.c +46 -48
- package/deps/jq/src/util.h +1 -1
- package/deps/jq/tests/base64.test +12 -0
- package/deps/jq/tests/jq.test +429 -37
- package/deps/jq/tests/jq_fuzz_load_file.c +1 -0
- package/deps/jq/tests/man.test +46 -13
- package/deps/jq/tests/manonig.test +13 -0
- package/deps/jq/tests/onig.test +40 -2
- package/deps/jq/tests/optional.test +4 -12
- package/deps/jq/tests/setup +5 -1
- package/deps/jq/tests/shtest +358 -130
- package/deps/jq/tests/uri.test +38 -0
- package/deps/jq/tests/uritest +5 -0
- package/deps/jq/{src → vendor}/decNumber/decBasic.c +1 -1
- package/deps/jq/{src → vendor}/decNumber/decCommon.c +1 -1
- package/deps/jq/{src → vendor}/decNumber/decNumber.c +4 -4
- package/deps/jq/{modules → vendor}/oniguruma/CMakeLists.txt +5 -3
- package/deps/jq/{modules → vendor}/oniguruma/HISTORY +45 -7
- package/deps/jq/{modules → vendor}/oniguruma/Makefile.am +1 -1
- package/deps/jq/{modules → vendor}/oniguruma/README.md +10 -23
- package/deps/jq/{modules → vendor}/oniguruma/compile +29 -13
- package/deps/jq/{modules → vendor}/oniguruma/config.guess +91 -27
- package/deps/jq/{modules → vendor}/oniguruma/config.sub +716 -242
- package/deps/jq/{modules → vendor}/oniguruma/configure.ac +2 -2
- package/deps/jq/{modules → vendor}/oniguruma/depcomp +10 -9
- package/deps/jq/{modules → vendor}/oniguruma/doc/API +3 -1
- package/deps/jq/{modules → vendor}/oniguruma/doc/API.ja +3 -1
- package/deps/jq/{modules → vendor}/oniguruma/doc/CALLOUTS.BUILTIN +10 -1
- package/deps/jq/{modules → vendor}/oniguruma/doc/CALLOUTS.BUILTIN.ja +9 -1
- package/deps/jq/{modules → vendor}/oniguruma/doc/RE +12 -13
- package/deps/jq/{modules → vendor}/oniguruma/doc/RE.ja +12 -13
- package/deps/jq/{modules → vendor}/oniguruma/doc/SYNTAX.md +202 -167
- package/deps/jq/{modules → vendor}/oniguruma/doc/UNICODE_PROPERTIES +33 -1
- package/deps/jq/vendor/oniguruma/doc/onig_syn_md.c +667 -0
- package/deps/jq/{modules → vendor}/oniguruma/harnesses/base.c +1 -1
- package/deps/jq/{modules → vendor}/oniguruma/install-sh +9 -9
- package/deps/jq/{modules → vendor}/oniguruma/missing +50 -29
- package/deps/jq/{modules → vendor}/oniguruma/sample/callback_each_match.c +1 -3
- package/deps/jq/vendor/oniguruma/sbom.cdx.json +44 -0
- package/deps/jq/{modules → vendor}/oniguruma/src/ascii.c +4 -1
- package/deps/jq/{modules → vendor}/oniguruma/src/gperf_fold_key_conv.py +4 -4
- package/deps/jq/{modules → vendor}/oniguruma/src/gperf_unfold_key_conv.py +4 -4
- package/deps/jq/vendor/oniguruma/src/make_unicode_egcb.sh +7 -0
- package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_egcb_data.py +20 -19
- package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_fold.sh +5 -5
- package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_fold_data.py +37 -37
- package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_property.sh +2 -2
- package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_property_data.py +66 -65
- package/deps/jq/vendor/oniguruma/src/make_unicode_wb.sh +7 -0
- package/deps/jq/{modules → vendor}/oniguruma/src/make_unicode_wb_data.py +20 -19
- package/deps/jq/{modules → vendor}/oniguruma/src/oniguruma.h +6 -3
- package/deps/jq/{modules → vendor}/oniguruma/src/regcomp.c +14 -6
- package/deps/jq/{modules → vendor}/oniguruma/src/regerror.c +2 -2
- package/deps/jq/{modules → vendor}/oniguruma/src/regexec.c +85 -14
- package/deps/jq/{modules → vendor}/oniguruma/src/regint.h +17 -4
- package/deps/jq/{modules → vendor}/oniguruma/src/regparse.c +115 -27
- package/deps/jq/{modules → vendor}/oniguruma/src/regsyntax.c +10 -7
- package/deps/jq/{modules → vendor}/oniguruma/src/st.c +49 -75
- package/deps/jq/{modules → vendor}/oniguruma/src/st.h +3 -10
- package/deps/jq/{modules → vendor}/oniguruma/src/unicode_egcb_data.c +54 -49
- package/deps/jq/{modules → vendor}/oniguruma/src/unicode_fold1_key.c +1567 -1507
- package/deps/jq/{modules → vendor}/oniguruma/src/unicode_fold2_key.c +1 -1
- package/deps/jq/{modules → vendor}/oniguruma/src/unicode_fold3_key.c +1 -1
- package/deps/jq/vendor/oniguruma/src/unicode_fold_data.c +1619 -0
- package/deps/jq/{modules → vendor}/oniguruma/src/unicode_property_data.c +5520 -4178
- package/deps/jq/{modules → vendor}/oniguruma/src/unicode_property_data_posix.c +239 -83
- package/deps/jq/vendor/oniguruma/src/unicode_unfold_key.c +3497 -0
- package/deps/jq/{modules → vendor}/oniguruma/src/unicode_wb_data.c +51 -19
- package/deps/jq/{modules → vendor}/oniguruma/src/utf16_be.c +3 -2
- package/deps/jq/{modules → vendor}/oniguruma/src/utf16_le.c +3 -2
- package/deps/jq/{modules → vendor}/oniguruma/test/test_back.c +3 -3
- package/deps/jq/{modules → vendor}/oniguruma/test/test_options.c +2 -2
- package/deps/jq/{modules → vendor}/oniguruma/test/test_syntax.c +54 -2
- package/deps/jq/{modules → vendor}/oniguruma/test/test_utf8.c +19 -5
- package/deps/jq/{modules → vendor}/oniguruma/test/testc.c +1 -1
- package/deps/jq/{modules → vendor}/oniguruma/test/testp.c +1 -1
- package/deps/jq/{modules → vendor}/oniguruma/test-driver +13 -6
- package/deps/jq/{modules → vendor}/oniguruma/windows/CMakeLists.txt +1 -1
- package/index.d.ts +2 -1
- package/lib/index.js +1 -0
- package/lib/jq.js +2 -1
- package/package.json +4 -3
- package/test/santiy-async.test.js +4 -4
- package/test/santiy.test.js +4 -4
- package/test/template.test.js +6 -6
- package/deps/jq/modules/oniguruma/src/make_unicode_egcb.sh +0 -7
- package/deps/jq/modules/oniguruma/src/make_unicode_wb.sh +0 -7
- package/deps/jq/modules/oniguruma/src/unicode_fold_data.c +0 -1592
- package/deps/jq/modules/oniguruma/src/unicode_unfold_key.c +0 -3394
- package/deps/jq/scripts/update-website +0 -30
- /package/deps/jq/{src → vendor}/decNumber/ICU-license.html +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decContext.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decContext.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decDPD.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decDouble.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decDouble.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decNumber.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decNumberLocal.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decPacked.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decPacked.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decQuad.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decQuad.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decSingle.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decSingle.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decimal128.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decimal128.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decimal32.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decimal32.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decimal64.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decimal64.h +0 -0
- /package/deps/jq/{src → vendor}/decNumber/decnumber.pdf +0 -0
- /package/deps/jq/{src → vendor}/decNumber/example1.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/example2.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/example3.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/example4.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/example5.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/example6.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/example7.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/example8.c +0 -0
- /package/deps/jq/{src → vendor}/decNumber/readme.txt +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/.travis.yml +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/AUTHORS +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/COPYING +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/ChangeLog +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/NEWS +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/README +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/README_japanese +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/autogen.sh +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/cmake/Config.cmake.in +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/doc/CALLOUTS.API +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/doc/CALLOUTS.API.ja +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/doc/FAQ +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/doc/FAQ.ja +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/harnesses/ascii_compatible.dict +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/harnesses/deluxe.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/harnesses/dict_conv.py +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/harnesses/fuzzer.options +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/harnesses/libfuzzer-onig.cpp +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/harnesses/regset.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/index.html +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/index_ja.html +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/m4/.whatever +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/make_win.bat +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/make_win32.bat +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/make_win64.bat +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/onig-config.cmake.in +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/onig-config.in +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/oniguruma.pc.cmake.in +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/oniguruma.pc.in +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/CMakeLists.txt +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/Makefile.am +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/bug_fix.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/callout.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/count.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/crnl.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/echo.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/encode.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/listcap.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/names.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/posix.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/regset.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/scan.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/simple.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/sql.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/syntax.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/sample/user_property.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/Makefile.am +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/Makefile.windows +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/big5.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/config.h.cmake.in +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/config.h.win32 +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/config.h.win64 +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/config.h.windows.in +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/cp1251.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/euc_jp.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/euc_jp_prop.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/euc_jp_prop.gperf +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/euc_kr.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/euc_tw.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/gb18030.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_1.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_10.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_11.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_13.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_14.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_15.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_16.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_2.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_3.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_4.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_5.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_6.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_7.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_8.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/iso8859_9.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/koi8.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/koi8_r.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/make_property.sh +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/mktable.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/onig_init.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/oniggnu.h +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/onigposix.h +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/regenc.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/regenc.h +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/regext.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/reggnu.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/regparse.h +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/regposerr.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/regposix.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/regtrav.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/regversion.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/sjis.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/sjis_prop.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/sjis_prop.gperf +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/unicode.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/utf32_be.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/utf32_le.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/src/utf8.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/test/CMakeLists.txt +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/test/Makefile.am +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/test/test.sh +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/test/test_regset.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/test/testu.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/stub.c +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/test_back.config +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/test_regset.config +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/test_syntax.config +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/test_utf8.config +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/testc.config +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/tis-ci/testu.config +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/tis.config +0 -0
- /package/deps/jq/{modules → vendor}/oniguruma/windows/testc.c +0 -0
package/configure
CHANGED
|
@@ -17,11 +17,12 @@ CPPFLAGS=-D_REENTRANT ./configure CFLAGS=-fPIC \
|
|
|
17
17
|
--prefix="${scriptdir}/build/deps" $*
|
|
18
18
|
make -j8
|
|
19
19
|
|
|
20
|
-
cp
|
|
21
|
-
cp
|
|
22
|
-
cp
|
|
23
|
-
|
|
24
|
-
cp
|
|
20
|
+
cp vendor/oniguruma/src/.libs/libonig.a ${scriptdir}/build/deps/libonig.a
|
|
21
|
+
cp vendor/oniguruma/src/.libs/libonig.la ${scriptdir}/build/deps/libonig.la
|
|
22
|
+
cp vendor/oniguruma/src/.libs/libonig.lai ${scriptdir}/build/deps/libonig.lai
|
|
23
|
+
# Copy platform-specific shared libraries
|
|
24
|
+
cp vendor/oniguruma/src/.libs/libonig*.dylib ${scriptdir}/build/deps/ 2>/dev/null || true
|
|
25
|
+
cp vendor/oniguruma/src/.libs/libonig*.so* ${scriptdir}/build/deps/ 2>/dev/null || true
|
|
25
26
|
|
|
26
27
|
make install-libLTLIBRARIES install-includeHEADERS
|
|
27
28
|
|
package/deps/jq/.gitattributes
CHANGED
package/deps/jq/AUTHORS
CHANGED
|
@@ -26,9 +26,11 @@ Alex Ozdemir <aozdemir@hmc.edu>
|
|
|
26
26
|
Alex Wilson <gpg@probablyfine.co.uk>
|
|
27
27
|
Alexandre Jasmin <ajasmin@transtex-llc.com>
|
|
28
28
|
Allan Clark <allanc@chickenandporn.com>
|
|
29
|
+
Andreas Heiduk <asheiduk@users.noreply.github.com>
|
|
29
30
|
Andrew O'Brien <obrien.andrew@gmail.com>
|
|
30
31
|
Andrew Rodland <andrew@cleverdomain.org>
|
|
31
32
|
Andrew Speed <andrew.cspeed@gmail.com>
|
|
33
|
+
Andy Lester <andy@petdance.com>
|
|
32
34
|
Ankur <ankz.kothari@gmail.com>
|
|
33
35
|
Anthony Shortland <anthony@dtosolutions.com>
|
|
34
36
|
Anthony Sottile <asottile@umich.edu>
|
|
@@ -37,16 +39,23 @@ Attila Fülöp <attila@fueloep.org>
|
|
|
37
39
|
Benjamin Wuethrich <benjamin@koho.ca>
|
|
38
40
|
Benoit de Chezelles <bew@users.noreply.github.com>
|
|
39
41
|
Bernard Niset <bernard.niset@gmail.com>
|
|
42
|
+
Bhargava Mummadireddy <kishoreinvits@gmail.com>
|
|
43
|
+
Binbin Qian <qianbinbin@hotmail.com>
|
|
40
44
|
Bradley Skaggs <bskaggs@acm.org>
|
|
45
|
+
Brahm Lower <bplower@gmail.com>
|
|
41
46
|
Brendan Macmillan <melbourne.research@gmail.com>
|
|
42
47
|
Cameron Sparr <cameronsparr@gmail.com>
|
|
43
48
|
Chance Zibolski <czibolsk@redhat.com>
|
|
44
49
|
Charles Merriam <charles.merriam@gmail.com>
|
|
50
|
+
Chris LaRose <cjlarose@gmail.com>
|
|
45
51
|
Chris Moore <dooglus@gmail.com>
|
|
52
|
+
Christoph Anton Mitterer <calestyo@scientia.org>
|
|
46
53
|
Christopher Degawa <ccom@randomderp.com>
|
|
47
54
|
Ciaran McNamara <1372986+ciaranmcnamara@users.noreply.github.com>
|
|
48
55
|
Clément MATHIEU <clement@unportant.info>
|
|
56
|
+
Colin Leroy-Mira <colin@colino.net>
|
|
49
57
|
Colin von Heuring <colin@janrain.com>
|
|
58
|
+
Dag-Erling Smørgrav <des@des.no>
|
|
50
59
|
Damian Gryski <damian@gryski.com>
|
|
51
60
|
Dan Church <h3xx@users.noreply.github.com>
|
|
52
61
|
Daniel Lange <DLange@git.local>
|
|
@@ -55,24 +64,31 @@ David Fetter <david@fetter.org>
|
|
|
55
64
|
David Haguenauer <ml@kurokatta.org>
|
|
56
65
|
David Korczynski <david@adalogics.com>
|
|
57
66
|
David R. MacIver <david@drmaciver.com>
|
|
67
|
+
DavidKorczynski <david@adalogics.com>
|
|
58
68
|
Dawid Ferenczy Rogožan <ferenczy@users.noreply.github.com>
|
|
59
69
|
Derrick Pallas <derrick@pallas.us>
|
|
60
70
|
Doug Luce <doug@github.con.com>
|
|
61
71
|
Eiichi Sato <sato.eiichi@gmail.com>
|
|
62
72
|
Eli Schwartz <eschwartz@archlinux.org>
|
|
73
|
+
Eloy Coto <eloy.coto@gmail.com>
|
|
63
74
|
Eric Bréchemier <eric@egull.co>
|
|
64
75
|
Erik Brinkman <erik.brinkman@gmail.com>
|
|
65
76
|
Eugen <EugenGez@gmail.com>
|
|
66
77
|
Evan Zacks <zackse@gmail.com>
|
|
78
|
+
Fabian Dellwing <fabian.dellwing@mbconnectline.de>
|
|
67
79
|
Felix Wolfsteller <felix.wolfsteller@gmail.com>
|
|
68
80
|
Filippo Giunchedi <fgiunchedi@gmail.com>
|
|
69
81
|
Filippo Valsorda <filippo.valsorda@gmail.com>
|
|
70
82
|
Florian Weimer <fweimer@redhat.com>
|
|
71
83
|
Frederic Cambus <fcambus@users.sourceforge.net>
|
|
84
|
+
Gabriel Marin <gbrlmarn@gmail.com>
|
|
85
|
+
Gaelan Steele <gbs@canishe.com>
|
|
86
|
+
George Hopkins <george-hopkins@null.net>
|
|
72
87
|
Gert Van Gool <gertvangool@gmail.com>
|
|
73
88
|
Gijs Kunze <gwkunze@gmail.com>
|
|
74
89
|
Gustav <gustav@invoke.se>
|
|
75
90
|
HE, Tao <sighingnow@gmail.com>
|
|
91
|
+
Han Jiang <jhcarl0814@gmail.com>
|
|
76
92
|
Hanfei Shen <qqshfox@gmail.com>
|
|
77
93
|
Hanson Char <hanson.char@gmail.com>
|
|
78
94
|
Haochen Xie <haochenx@acm.org>
|
|
@@ -81,6 +97,7 @@ Henré Botha <henrebotha@gmail.com>
|
|
|
81
97
|
Ian Miell <ian.miell@gmail.com>
|
|
82
98
|
Ikko Ashimine <eltociear@gmail.com>
|
|
83
99
|
J Phani Mahesh <github@phanimahesh.me>
|
|
100
|
+
J. B. Rainsberger <me@jbrains.ca>
|
|
84
101
|
Jack Pearkes <jackpearkes@gmail.com>
|
|
85
102
|
Jakub Jirutka <jakub@jirutka.cz>
|
|
86
103
|
Jakub Wilk <jwilk@jwilk.net>
|
|
@@ -90,16 +107,21 @@ Jan Schulz <jasc@gmx.net>
|
|
|
90
107
|
Janne Cederberg <janne.cederberg@gmail.com>
|
|
91
108
|
Jason Hood <jadoxa@yahoo.com.au>
|
|
92
109
|
Jay Satiro <raysatiro@yahoo.com>
|
|
110
|
+
Jesper Rønn-Jensen <jesperrr@gmail.com>
|
|
93
111
|
Jingwen Owen Ou <jingweno@gmail.com>
|
|
94
112
|
Joe Littlejohn <joe.littlejohn@nokia.com>
|
|
95
113
|
Joel Nothman <joel.nothman@gmail.com>
|
|
96
114
|
Joel Purra <code+github@joelpurra.com>
|
|
115
|
+
Jonathan Chan Kwan Yin <sofe2038@gmail.com>
|
|
97
116
|
Jonathan Word <argoday@argoday.com>
|
|
98
117
|
Josh Soref <2119212+jsoref@users.noreply.github.com>
|
|
99
118
|
Juan Guerrero <juan.guerrero.lozano@gmail.com>
|
|
119
|
+
Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>
|
|
100
120
|
Kenny Shen <kenny.shen@zalora.com>
|
|
101
121
|
Kim De Mey <kim.demey@gmail.com>
|
|
102
122
|
Kim Toms <kim.toms@bplglobal.net>
|
|
123
|
+
Kirk McKelvey <kirkoman@gmail.com>
|
|
124
|
+
Klemens Nanni <kn@openbsd.org>
|
|
103
125
|
LCD 47 <lcd047@gmail.com>
|
|
104
126
|
Larry Aasen <larryaasen@gmail.com>
|
|
105
127
|
Lee Thompson <stagr.lee@gmail.com>
|
|
@@ -110,25 +132,29 @@ MCApollo <34170230+MCApollo@users.noreply.github.com>
|
|
|
110
132
|
Marc Abramowitz <marc@marc-abramowitz.com>
|
|
111
133
|
Marc Bruggmann <marcbr@spotify.com>
|
|
112
134
|
Marcin Kłopotek <marcin.klopotek@gmail.com>
|
|
135
|
+
Marcin Serwin <marcin@serwin.dev>
|
|
113
136
|
Mark Feit <mfeit@internet2.edu>
|
|
114
137
|
Mark McKinstry <mmckinst@umich.edu>
|
|
115
138
|
Markus Lanthaler <mark_lanthaler@gmx.net>
|
|
116
139
|
Matt Clegg <m@cle.gg>
|
|
140
|
+
Matt Meyers <matt@mattmeyers.dev>
|
|
117
141
|
Matti Åstrand <mattiastr@gmail.com>
|
|
118
142
|
Mattias Hansson <hansson.mattias@gmail.com>
|
|
119
143
|
Maxime Biais <maxime.biais@gmail.com>
|
|
120
144
|
Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
|
|
121
145
|
Michael Daines <michael@mdaines.com>
|
|
146
|
+
Michael Färber <01mf02@gmail.com>
|
|
122
147
|
Mike Daines <mdaines@users.noreply.github.com>
|
|
123
148
|
Mike Fletcher <john.m.fletcher@bankofamerica.com>
|
|
124
149
|
Mike McCabe <mccabe@archive.org>
|
|
150
|
+
Nathan Baulch <nathan.baulch@gmail.com>
|
|
125
151
|
Naïm Favier <n@monade.li>
|
|
126
152
|
Nicolas Pouillard <nicolas.pouillard@gmail.com>
|
|
153
|
+
Nicole Wren <nicole@wren.systems>
|
|
127
154
|
Paul Chvostek <paul+gitkraken@it.ca>
|
|
128
155
|
Paul Wise <pabs3@bonedaddy.net>
|
|
129
156
|
Peter van Dijk <peter@7bits.nl>
|
|
130
157
|
Philipp Hagemeister <phihag@phihag.de>
|
|
131
|
-
Rémy Léone <remy.leone@gmail.com>
|
|
132
158
|
Ricardo Constantino <wiiaboo@gmail.com>
|
|
133
159
|
Richard Groves <richard@noodlfroot.com>
|
|
134
160
|
Richard H Lee <richard@webdezign.co.uk>
|
|
@@ -139,6 +165,9 @@ Roland C. Dowdeswell <roland.dowdeswell@twosigma.com>
|
|
|
139
165
|
Roman Inflianskas <rominf@users.noreply.github.com>
|
|
140
166
|
Romero Malaquias <romero.malaquias@gmail.com>
|
|
141
167
|
Ryoichi KATO <ryo1kato@gmail.com>
|
|
168
|
+
Rémy Léone <remy.leone@gmail.com>
|
|
169
|
+
SArpnt <sarpnt@ficial.net>
|
|
170
|
+
Samar Sunkaria <sameesunkaria@me.com>
|
|
142
171
|
Santiago Lapresta <santiago.lapresta@gmail.com>
|
|
143
172
|
Sean Wei <me@sean.taipei>
|
|
144
173
|
Sebastian Freundt <freundt@ga-group.nl>
|
|
@@ -149,17 +178,25 @@ Stefan <stefan.haubenthal@gmail.com>
|
|
|
149
178
|
Stefan Seemayer <stefan@seemayer.de>
|
|
150
179
|
Stephen Roantree <stroantree@gmail.com>
|
|
151
180
|
Stephen Shaw <stesh@netsoc.tcd.ie>
|
|
181
|
+
Steven Ihde <sihde@hamachi.us>
|
|
152
182
|
Steven Maude <StevenMaude@users.noreply.github.com>
|
|
153
183
|
Steven Penny <svnpenn@gmail.com>
|
|
184
|
+
Thalia Archibald <thalia@archibald.dev>
|
|
185
|
+
TheOdd <owenhines@protonmail.com>
|
|
186
|
+
Thomas Bozeman th026106 <thomas.bozeman@digitalglobe.com>
|
|
154
187
|
Thomas R. Hall <trhall@trhall.org>
|
|
188
|
+
Thomas Sibley <tom@zulutango.org>
|
|
155
189
|
Tim McCormack <cortex@brainonfire.net>
|
|
156
190
|
Timothy John Perisho Eccleston <combinatorist@users.noreply.github.com>
|
|
157
191
|
Tom Wolf <github@incognitox.org>
|
|
158
192
|
Tomas Halman <thalman@redhat.com>
|
|
159
193
|
Travis Gockel <travis@gockelhut.com>
|
|
194
|
+
Tyler Rockwood <rockwotj@users.noreply.github.com>
|
|
195
|
+
Ulrich Eckhardt <ulrich.eckhardt@base-42.de>
|
|
160
196
|
W-Mark Kubacki <wmark@hurrikane.de>
|
|
161
197
|
William Chargin <wchargin@gmail.com>
|
|
162
198
|
Yasuhiro Matsumoto <mattn.jp@gmail.com>
|
|
199
|
+
Yeikel <email@yeikel.com>
|
|
163
200
|
Yoichi Nakayama <yoichi.nakayama@gmail.com>
|
|
164
201
|
Zhaohui Mei <mzh.whut@gmail.com>
|
|
165
202
|
Zhiming Wang <zmwangx@gmail.com>
|
|
@@ -167,14 +204,31 @@ calpeconsulting <61429736+calpeconsulting@users.noreply.github.com>
|
|
|
167
204
|
cdnbacon <mike@busbud.com>
|
|
168
205
|
dak180 <dak180@users.sf.net>
|
|
169
206
|
davkor <david@adalogics.com>
|
|
207
|
+
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
170
208
|
eitsupi <50911393+eitsupi@users.noreply.github.com>
|
|
209
|
+
fletcher gornick <fletcher@gornick.dev>
|
|
210
|
+
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
211
|
+
goodactive <167312449+goodactive@users.noreply.github.com>
|
|
171
212
|
i <isomorphisms@sdf.org>
|
|
172
213
|
jkleint <jkleint@gmail.com>
|
|
214
|
+
lectrical <14344693+lectrical@users.noreply.github.com>
|
|
215
|
+
liviubobocu <liviu.bobocu@uipath.com>
|
|
216
|
+
maflcko <6399679+maflcko@users.noreply.github.com>
|
|
173
217
|
mail6543210 <mail6543210@yahoo.com.tw>
|
|
174
218
|
mjarosie <mjarosie@users.noreply.github.com>
|
|
219
|
+
myaaaaaaaaa <103326468+myaaaaaaaaa@users.noreply.github.com>
|
|
175
220
|
nmulcahey <nmulcahey@gmail.com>
|
|
221
|
+
orbea <orbea@riseup.net>
|
|
176
222
|
polyester <paul@cleanclothes.org>
|
|
177
223
|
rain1 <rain1@airmail.cc>
|
|
224
|
+
riastradh <campbell+github@mumble.net>
|
|
225
|
+
sachint <32639496+sachintu47@users.noreply.github.com>
|
|
226
|
+
sheepster <omer531998@gmail.com>
|
|
178
227
|
tal@whatexit.org <tal@whatexit.org>
|
|
228
|
+
taoky <taoky99@outlook.com>
|
|
179
229
|
trantor <trantorvega@gmail.com>
|
|
230
|
+
wellweek <148746285+wellweek@users.noreply.github.com>
|
|
231
|
+
wllm-rbnt <william.robinet@conostix.com>
|
|
180
232
|
zstadler <zeev.stadler@gmail.com>
|
|
233
|
+
наб <nabijaczleweli@nabijaczleweli.xyz>
|
|
234
|
+
엄태용 <lg65438805@gmail.com>
|
package/deps/jq/COPYING
CHANGED
|
@@ -106,6 +106,15 @@ shall not be used in advertising or otherwise to promote the sale, use
|
|
|
106
106
|
or other dealings in this Software without prior written authorization
|
|
107
107
|
of the copyright holder.
|
|
108
108
|
|
|
109
|
+
--------------------------------------------------------------------------------
|
|
110
|
+
All trademarks and registered trademarks mentioned herein are the property of their respective owners.
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
jv_thread.h is copied from Heimdal's lib/base/heimbase.h and some code
|
|
115
|
+
in jv.c is copied from Heimdal's lib/base/dll.c:
|
|
116
|
+
|
|
117
|
+
|
|
109
118
|
Portions Copyright (c) 2016 Kungliga Tekniska Högskolan
|
|
110
119
|
(Royal Institute of Technology, Stockholm, Sweden).
|
|
111
120
|
All rights reserved.
|
|
@@ -134,3 +143,34 @@ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
134
143
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
135
144
|
OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
136
145
|
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
jq uses a modified version of NetBSD implementation strptime(),
|
|
149
|
+
which is distributed under the following license:
|
|
150
|
+
|
|
151
|
+
Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
|
|
152
|
+
All rights reserved.
|
|
153
|
+
|
|
154
|
+
This code was contributed to The NetBSD Foundation by Klaus Klein.
|
|
155
|
+
Heavily optimised by David Laight
|
|
156
|
+
|
|
157
|
+
Redistribution and use in source and binary forms, with or without
|
|
158
|
+
modification, are permitted provided that the following conditions
|
|
159
|
+
are met:
|
|
160
|
+
1. Redistributions of source code must retain the above copyright
|
|
161
|
+
notice, this list of conditions and the following disclaimer.
|
|
162
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
163
|
+
notice, this list of conditions and the following disclaimer in the
|
|
164
|
+
documentation and/or other materials provided with the distribution.
|
|
165
|
+
|
|
166
|
+
THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
167
|
+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
168
|
+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
169
|
+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
170
|
+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
171
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
172
|
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
173
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
174
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
175
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
176
|
+
POSSIBILITY OF SUCH DAMAGE.
|
package/deps/jq/Makefile.am
CHANGED
|
@@ -5,21 +5,22 @@ LIBJQ_INCS = src/builtin.h src/bytecode.h src/compile.h \
|
|
|
5
5
|
src/exec_stack.h src/jq_parser.h src/jv_alloc.h src/jv_dtoa.h \
|
|
6
6
|
src/jv_unicode.h src/jv_utf8_tables.h src/lexer.l src/libm.h \
|
|
7
7
|
src/linker.h src/locfile.h src/opcode_list.h src/parser.y \
|
|
8
|
-
src/util.h src/
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
src/util.h src/jv_dtoa_tsd.h src/jv_thread.h src/jv_private.h \
|
|
9
|
+
vendor/decNumber/decContext.h vendor/decNumber/decNumber.h \
|
|
10
|
+
vendor/decNumber/decNumberLocal.h
|
|
11
11
|
|
|
12
12
|
LIBJQ_SRC = src/builtin.c src/bytecode.c src/compile.c src/execute.c \
|
|
13
13
|
src/jq_test.c src/jv.c src/jv_alloc.c src/jv_aux.c \
|
|
14
14
|
src/jv_dtoa.c src/jv_file.c src/jv_parse.c src/jv_print.c \
|
|
15
15
|
src/jv_unicode.c src/linker.c src/locfile.c src/util.c \
|
|
16
|
-
src/decNumber/decContext.c src/decNumber/decNumber.c \
|
|
17
16
|
src/jv_dtoa_tsd.c \
|
|
17
|
+
vendor/decNumber/decContext.c vendor/decNumber/decNumber.c \
|
|
18
18
|
${LIBJQ_INCS}
|
|
19
19
|
|
|
20
20
|
### C build options
|
|
21
21
|
|
|
22
|
-
AM_CFLAGS = -Wextra -Wall -Wno-unused-parameter -Wno-unused-function
|
|
22
|
+
AM_CFLAGS = -Wextra -Wall -Wno-unused-parameter -Wno-unused-function \
|
|
23
|
+
-Woverlength-strings -Wstrict-prototypes
|
|
23
24
|
|
|
24
25
|
if WIN32
|
|
25
26
|
AM_CFLAGS += -municode
|
|
@@ -32,8 +33,8 @@ ACLOCAL_AMFLAGS = -I config/m4
|
|
|
32
33
|
# While there is some autoconf macro support for lex/flex, it doesn't support
|
|
33
34
|
# header file creation so we'll use good old make
|
|
34
35
|
if MAINTAINER_MODE
|
|
35
|
-
BUILT_SOURCES = src/lexer.h src/lexer.c src/parser.h src/parser.c
|
|
36
|
-
|
|
36
|
+
BUILT_SOURCES = src/lexer.h src/lexer.c src/parser.h src/parser.c \
|
|
37
|
+
src/builtin.inc src/config_opts.inc src/version.h
|
|
37
38
|
src/lexer.c: src/lexer.l
|
|
38
39
|
$(AM_V_LEX) flex -o src/lexer.c --header-file=src/lexer.h $<
|
|
39
40
|
src/lexer.h: src/lexer.c
|
|
@@ -64,23 +65,18 @@ endif
|
|
|
64
65
|
|
|
65
66
|
include_HEADERS = src/jv.h src/jq.h
|
|
66
67
|
|
|
67
|
-
|
|
68
|
-
AM_CFLAGS += -fsanitize=undefined
|
|
69
|
-
endif
|
|
70
|
-
|
|
71
|
-
AM_CPPFLAGS = -I$(srcdir)/src
|
|
68
|
+
AM_CPPFLAGS = -I$(srcdir)/src -I$(srcdir)/vendor
|
|
72
69
|
|
|
73
|
-
###
|
|
70
|
+
### Address sanitizer (ASan)
|
|
74
71
|
|
|
75
72
|
if ENABLE_ASAN
|
|
76
73
|
AM_CFLAGS += -fsanitize=address
|
|
77
|
-
NO_VALGRIND = 1
|
|
78
|
-
else
|
|
79
|
-
if ENABLE_VALGRIND
|
|
80
|
-
NO_VALGRIND =
|
|
81
|
-
else
|
|
82
|
-
NO_VALGRIND = 1
|
|
83
74
|
endif
|
|
75
|
+
|
|
76
|
+
### Undefined Behavior Sanitizer
|
|
77
|
+
|
|
78
|
+
if ENABLE_UBSAN
|
|
79
|
+
AM_CFLAGS += -fsanitize=undefined
|
|
84
80
|
endif
|
|
85
81
|
|
|
86
82
|
### Code coverage with gcov
|
|
@@ -103,7 +99,7 @@ endif
|
|
|
103
99
|
# Remake the version.h header file if, and only if, the git ID has changed
|
|
104
100
|
.PHONY: .FORCE
|
|
105
101
|
.FORCE:
|
|
106
|
-
generate_ver = ver="`{ $(srcdir)/scripts/version || echo '$(VERSION)' ; } |
|
|
102
|
+
generate_ver = ver="`{ $(srcdir)/scripts/version || echo '$(VERSION)' ; } | xargs printf '\043define JQ_VERSION \"%s\"\n'`"
|
|
107
103
|
.remake-version-h: .FORCE
|
|
108
104
|
@ $(generate_ver); test "x`cat src/version.h 2>/dev/null`" = "x$$ver" || touch .remake-version-h
|
|
109
105
|
src/version.h: .remake-version-h
|
|
@@ -119,27 +115,35 @@ src/main.c: src/version.h src/config_opts.inc
|
|
|
119
115
|
|
|
120
116
|
src/builtin.inc: $(srcdir)/src/builtin.jq
|
|
121
117
|
mkdir -p src
|
|
122
|
-
$(AM_V_GEN)
|
|
118
|
+
$(AM_V_GEN) od -v -A n -t o1 -- $< | \
|
|
119
|
+
sed -e 's/$$/ /' \
|
|
120
|
+
-e 's/\([0123456789]\) /\1, /g' \
|
|
121
|
+
-e 's/ $$//' \
|
|
122
|
+
-e 's/ 0/ 0/g' \
|
|
123
|
+
-e 's/ \([123456789]\)/ 0\1/g' > $@
|
|
123
124
|
src/builtin.o: src/builtin.inc
|
|
124
125
|
|
|
125
126
|
CLEANFILES = src/version.h .remake-version-h src/builtin.inc src/config_opts.inc
|
|
126
127
|
|
|
127
128
|
bin_PROGRAMS = jq
|
|
128
|
-
jq_SOURCES = src/main.c
|
|
129
|
-
jq_LDFLAGS = -static-libtool-libs
|
|
129
|
+
jq_SOURCES = src/main.c
|
|
130
130
|
jq_LDADD = libjq.la -lm
|
|
131
131
|
|
|
132
132
|
if ENABLE_ALL_STATIC
|
|
133
|
-
jq_LDFLAGS
|
|
133
|
+
jq_LDFLAGS = -all-static
|
|
134
134
|
endif
|
|
135
135
|
|
|
136
136
|
### Tests (make check)
|
|
137
137
|
|
|
138
|
-
TESTS = tests/mantest tests/jqtest tests/shtest tests/utf8test tests/base64test
|
|
138
|
+
TESTS = tests/mantest tests/jqtest tests/shtest tests/utf8test tests/base64test tests/uritest
|
|
139
139
|
if !WIN32
|
|
140
140
|
TESTS += tests/optionaltest
|
|
141
141
|
endif
|
|
142
|
-
|
|
142
|
+
|
|
143
|
+
AM_TESTS_ENVIRONMENT = JQ=$(abs_builddir)/jq
|
|
144
|
+
if ENABLE_VALGRIND
|
|
145
|
+
AM_TESTS_ENVIRONMENT += ENABLE_VALGRIND=1
|
|
146
|
+
endif
|
|
143
147
|
|
|
144
148
|
# This is a magic make variable that causes it to treat tests/man.test as a
|
|
145
149
|
# DATA-type dependency for the check target. As a result, it will attempt to
|
|
@@ -154,11 +158,11 @@ check_DATA = tests/man.test
|
|
|
154
158
|
# Making changes to the manpage without having the python deps means your
|
|
155
159
|
# tests won't run. If you aren't making changes to the examples, you probably
|
|
156
160
|
# don't care. But if you are, then you need to run the tests anyway.
|
|
157
|
-
tests/man.test tests/manonig.test: $(srcdir)/docs/content/manual/manual.yml
|
|
161
|
+
tests/man.test tests/manonig.test: $(srcdir)/docs/content/manual/dev/manual.yml
|
|
158
162
|
if ENABLE_DOCS
|
|
159
163
|
$(AM_V_GEN) ( cd ${abs_srcdir}/docs && \
|
|
160
|
-
|
|
161
|
-
|
|
164
|
+
$(PIPENV) run python validate_manual_schema.py content/manual/dev/manual.yml && \
|
|
165
|
+
$(PIPENV) run python build_mantests.py )
|
|
162
166
|
else
|
|
163
167
|
@echo Changes to the manual.yml require docs to be enabled to update the manual test.
|
|
164
168
|
@echo As a result, the manual test is out of date.
|
|
@@ -170,11 +174,11 @@ endif
|
|
|
170
174
|
# manpage, then we'll end up using the cached version. Otherwise, we need to
|
|
171
175
|
# rebuild it.
|
|
172
176
|
man_MANS = jq.1
|
|
173
|
-
jq.1.prebuilt: $(srcdir)/docs/content/manual/manual.yml
|
|
177
|
+
jq.1.prebuilt: $(srcdir)/docs/content/manual/dev/manual.yml
|
|
174
178
|
if ENABLE_DOCS
|
|
175
179
|
$(AM_V_GEN) ( cd ${abs_srcdir}/docs && \
|
|
176
|
-
|
|
177
|
-
|
|
180
|
+
$(PIPENV) run python validate_manual_schema.py content/manual/dev/manual.yml && \
|
|
181
|
+
$(PIPENV) run python build_manpage.py ) > $@
|
|
178
182
|
else
|
|
179
183
|
@echo Changes to the manual.yml require docs to be enabled to update the manpage.
|
|
180
184
|
@echo As a result, the manpage is out of date.
|
|
@@ -188,8 +192,9 @@ CLEANFILES += jq.1
|
|
|
188
192
|
### Build oniguruma
|
|
189
193
|
|
|
190
194
|
if BUILD_ONIGURUMA
|
|
191
|
-
libjq_la_LIBADD +=
|
|
192
|
-
|
|
195
|
+
libjq_la_LIBADD += vendor/oniguruma/src/.libs/libonig.la
|
|
196
|
+
jq_LDADD += vendor/oniguruma/src/.libs/libonig.la
|
|
197
|
+
SUBDIRS = vendor/oniguruma
|
|
193
198
|
endif
|
|
194
199
|
|
|
195
200
|
AM_CFLAGS += $(onig_CFLAGS)
|
|
@@ -212,7 +217,6 @@ EXTRA_DIST = $(DOC_FILES) $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) \
|
|
|
212
217
|
jq.1.prebuilt jq.spec src/lexer.c src/lexer.h src/parser.c \
|
|
213
218
|
src/parser.h src/version.h src/builtin.jq scripts/version \
|
|
214
219
|
libjq.pc \
|
|
215
|
-
tests/base64.test tests/jq-f-test.sh tests/jq.test \
|
|
216
220
|
tests/modules/a.jq tests/modules/b/b.jq tests/modules/c/c.jq \
|
|
217
221
|
tests/modules/c/d.jq tests/modules/data.json \
|
|
218
222
|
tests/modules/home1/.jq tests/modules/home2/.jq/g.jq \
|
|
@@ -226,7 +230,7 @@ EXTRA_DIST = $(DOC_FILES) $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) \
|
|
|
226
230
|
tests/onig.supp tests/local.supp \
|
|
227
231
|
tests/setup tests/torture/input0.json \
|
|
228
232
|
tests/optional.test tests/man.test tests/manonig.test \
|
|
229
|
-
tests/jq.test tests/onig.test tests/base64.test
|
|
233
|
+
tests/jq.test tests/onig.test tests/base64.test tests/uri.test \
|
|
230
234
|
tests/utf8-truncate.jq tests/jq-f-test.sh \
|
|
231
235
|
tests/no-main-program.jq tests/yes-main-program.jq
|
|
232
236
|
|