@opendataloader/pdf 1.11.3 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -361
- package/NOTICE +38 -0
- package/README.md +370 -316
- package/THIRD_PARTY/THIRD_PARTY_LICENSES.md +318 -52
- package/THIRD_PARTY/THIRD_PARTY_NOTICES.md +177 -237
- package/THIRD_PARTY/licenses/BSD-2-Clause.txt +22 -0
- package/THIRD_PARTY/licenses/Blue-Oak-1.0.0.txt +56 -0
- package/THIRD_PARTY/licenses/EPL-1.0.txt +211 -0
- package/THIRD_PARTY/licenses/ISC.txt +16 -0
- package/THIRD_PARTY/licenses/PSF-2.0.txt +46 -0
- package/dist/cli.cjs +8 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +8 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/lib/opendataloader-pdf-cli.jar +0 -0
- package/package.json +3 -3
- package/NOTICE.md +0 -15
- package/THIRD_PARTY/licenses/Apache-2.0.txt +0 -202
|
@@ -1,57 +1,323 @@
|
|
|
1
|
-
|
|
2
1
|
# THIRD-PARTY LICENSES
|
|
3
2
|
|
|
4
3
|
This project includes third-party libraries and components, licensed under their respective open source licenses.
|
|
5
4
|
Hancom, Inc. distributes the veraPDF components under the Mozilla Public License 2.0 (MPL-2.0), chosen from dual-licensed options.
|
|
6
5
|
|
|
7
|
-
| Component
|
|
8
|
-
|
|
9
|
-
|
|
|
10
|
-
|
|
|
11
|
-
|
|
|
12
|
-
|
|
|
13
|
-
|
|
|
14
|
-
|
|
|
15
|
-
|
|
|
16
|
-
|
|
|
17
|
-
|
|
|
18
|
-
|
|
|
19
|
-
|
|
|
20
|
-
|
|
|
21
|
-
|
|
|
22
|
-
|
|
|
23
|
-
|
|
|
24
|
-
|
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
|
29
|
-
|
|
|
30
|
-
|
|
|
31
|
-
|
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
|
|
|
43
|
-
|
|
|
44
|
-
|
|
|
45
|
-
|
|
|
46
|
-
|
|
|
47
|
-
|
|
|
48
|
-
|
|
|
49
|
-
|
|
|
50
|
-
|
|
|
51
|
-
|
|
|
52
|
-
|
|
|
53
|
-
|
|
|
54
|
-
|
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
6
|
+
| Component | Version | License | Download URL |
|
|
7
|
+
| :--- | :--- | :--- | :--- |
|
|
8
|
+
| @esbuild/aix-ppc64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
9
|
+
| @esbuild/android-arm | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
10
|
+
| @esbuild/android-arm64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
11
|
+
| @esbuild/android-x64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
12
|
+
| @esbuild/darwin-arm64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
13
|
+
| @esbuild/darwin-x64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
14
|
+
| @esbuild/freebsd-arm64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
15
|
+
| @esbuild/freebsd-x64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
16
|
+
| @esbuild/linux-arm | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
17
|
+
| @esbuild/linux-arm64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
18
|
+
| @esbuild/linux-ia32 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
19
|
+
| @esbuild/linux-loong64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
20
|
+
| @esbuild/linux-mips64el | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
21
|
+
| @esbuild/linux-ppc64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
22
|
+
| @esbuild/linux-riscv64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
23
|
+
| @esbuild/linux-s390x | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
24
|
+
| @esbuild/linux-x64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
25
|
+
| @esbuild/netbsd-arm64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
26
|
+
| @esbuild/netbsd-x64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
27
|
+
| @esbuild/openbsd-arm64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
28
|
+
| @esbuild/openbsd-x64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
29
|
+
| @esbuild/openharmony-arm64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
30
|
+
| @esbuild/sunos-x64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
31
|
+
| @esbuild/win32-arm64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
32
|
+
| @esbuild/win32-ia32 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
33
|
+
| @esbuild/win32-x64 | 0.25.12, 0.27.0 | MIT | https://github.com/evanw/esbuild |
|
|
34
|
+
| @eslint-community/eslint-utils | 4.9.0, 4.9.1 | MIT | https://github.com/eslint-community/eslint-utils |
|
|
35
|
+
| @eslint-community/regexpp | 4.12.2 | MIT | https://github.com/eslint-community/regexpp |
|
|
36
|
+
| @eslint/config-array | 0.21.1 | Apache-2.0 | https://github.com/eslint/rewrite |
|
|
37
|
+
| @eslint/config-helpers | 0.4.2 | Apache-2.0 | https://github.com/eslint/rewrite/tree/main/packages/config-helpers |
|
|
38
|
+
| @eslint/core | 0.17.0 | Apache-2.0 | https://github.com/eslint/rewrite |
|
|
39
|
+
| @eslint/eslintrc | 3.3.3 | MIT | https://github.com/eslint/eslintrc |
|
|
40
|
+
| @eslint/js | 9.39.2 | MIT | https://eslint.org |
|
|
41
|
+
| @eslint/object-schema | 2.1.7 | Apache-2.0 | https://github.com/eslint/rewrite |
|
|
42
|
+
| @eslint/plugin-kit | 0.4.1 | Apache-2.0 | https://github.com/eslint/rewrite |
|
|
43
|
+
| @humanfs/core | 0.19.1 | Apache-2.0 | https://github.com/humanwhocodes/humanfs |
|
|
44
|
+
| @humanfs/node | 0.16.7 | Apache-2.0 | https://github.com/humanwhocodes/humanfs |
|
|
45
|
+
| @humanwhocodes/module-importer | 1.0.1 | Apache-2.0 | https://github.com/humanwhocodes/module-importer |
|
|
46
|
+
| @humanwhocodes/retry | 0.4.3 | Apache-2.0 | https://github.com/humanwhocodes/retrier |
|
|
47
|
+
| @isaacs/balanced-match | 4.0.1 | MIT | https://github.com/isaacs/balanced-match |
|
|
48
|
+
| @isaacs/brace-expansion | 5.0.1 | MIT | https://github.com/isaacs/brace-expansion |
|
|
49
|
+
| @isaacs/cliui | 8.0.2 | ISC | https://github.com/yargs/cliui |
|
|
50
|
+
| @jridgewell/gen-mapping | 0.3.13 | MIT | https://github.com/jridgewell/gen-mapping |
|
|
51
|
+
| @jridgewell/resolve-uri | 3.1.2 | MIT | https://github.com/jridgewell/resolve-uri |
|
|
52
|
+
| @jridgewell/sourcemap-codec | 1.5.5 | MIT | https://github.com/jridgewell/sourcemap-codec |
|
|
53
|
+
| @jridgewell/trace-mapping | 0.3.31 | MIT | https://github.com/jridgewell/trace-mapping |
|
|
54
|
+
| @pkgjs/parseargs | 0.11.0 | MIT | https://github.com/pkgjs/parseargs |
|
|
55
|
+
| @rollup/rollup-android-arm-eabi | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
56
|
+
| @rollup/rollup-android-arm64 | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
57
|
+
| @rollup/rollup-darwin-arm64 | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
58
|
+
| @rollup/rollup-darwin-x64 | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
59
|
+
| @rollup/rollup-freebsd-arm64 | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
60
|
+
| @rollup/rollup-freebsd-x64 | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
61
|
+
| @rollup/rollup-linux-arm-gnueabihf | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
62
|
+
| @rollup/rollup-linux-arm-musleabihf | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
63
|
+
| @rollup/rollup-linux-arm64-gnu | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
64
|
+
| @rollup/rollup-linux-arm64-musl | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
65
|
+
| @rollup/rollup-linux-loong64-gnu | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
66
|
+
| @rollup/rollup-linux-ppc64-gnu | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
67
|
+
| @rollup/rollup-linux-riscv64-gnu | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
68
|
+
| @rollup/rollup-linux-riscv64-musl | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
69
|
+
| @rollup/rollup-linux-s390x-gnu | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
70
|
+
| @rollup/rollup-linux-x64-gnu | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
71
|
+
| @rollup/rollup-linux-x64-musl | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
72
|
+
| @rollup/rollup-openharmony-arm64 | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
73
|
+
| @rollup/rollup-win32-arm64-msvc | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
74
|
+
| @rollup/rollup-win32-ia32-msvc | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
75
|
+
| @rollup/rollup-win32-x64-gnu | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
76
|
+
| @rollup/rollup-win32-x64-msvc | 4.53.2 | MIT | https://rollupjs.org/ |
|
|
77
|
+
| @standard-schema/spec | 1.0.0 | MIT | https://github.com/standard-schema/standard-schema |
|
|
78
|
+
| @types/chai | 5.2.3 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai |
|
|
79
|
+
| @types/deep-eql | 4.0.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-eql |
|
|
80
|
+
| @types/estree | 1.0.8 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree |
|
|
81
|
+
| @types/json-schema | 7.0.15 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema |
|
|
82
|
+
| @types/node | 25.2.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node |
|
|
83
|
+
| @typescript-eslint/eslint-plugin | 8.54.0 | MIT | https://github.com/typescript-eslint/typescript-eslint |
|
|
84
|
+
| @typescript-eslint/parser | 8.54.0 | MIT | https://github.com/typescript-eslint/typescript-eslint |
|
|
85
|
+
| @typescript-eslint/project-service | 8.54.0 | MIT | https://typescript-eslint.io |
|
|
86
|
+
| @typescript-eslint/scope-manager | 8.54.0 | MIT | https://github.com/typescript-eslint/typescript-eslint |
|
|
87
|
+
| @typescript-eslint/tsconfig-utils | 8.54.0 | MIT | https://typescript-eslint.io |
|
|
88
|
+
| @typescript-eslint/type-utils | 8.54.0 | MIT | https://github.com/typescript-eslint/typescript-eslint |
|
|
89
|
+
| @typescript-eslint/types | 8.54.0 | MIT | https://github.com/typescript-eslint/typescript-eslint |
|
|
90
|
+
| @typescript-eslint/typescript-estree | 8.54.0 | MIT | https://github.com/typescript-eslint/typescript-eslint |
|
|
91
|
+
| @typescript-eslint/utils | 8.54.0 | MIT | https://github.com/typescript-eslint/typescript-eslint |
|
|
92
|
+
| @typescript-eslint/visitor-keys | 8.54.0 | MIT | https://github.com/typescript-eslint/typescript-eslint |
|
|
93
|
+
| @vitest/expect | 4.0.18 | MIT | https://github.com/vitest-dev/vitest |
|
|
94
|
+
| @vitest/mocker | 4.0.18 | MIT | https://github.com/vitest-dev/vitest/tree/main/packages/mocker |
|
|
95
|
+
| @vitest/pretty-format | 4.0.18 | MIT | https://github.com/vitest-dev/vitest/tree/main/packages/utils |
|
|
96
|
+
| @vitest/runner | 4.0.18 | MIT | https://github.com/vitest-dev/vitest |
|
|
97
|
+
| @vitest/snapshot | 4.0.18 | MIT | https://github.com/vitest-dev/vitest |
|
|
98
|
+
| @vitest/spy | 4.0.18 | MIT | https://github.com/vitest-dev/vitest |
|
|
99
|
+
| @vitest/utils | 4.0.18 | MIT | https://github.com/vitest-dev/vitest |
|
|
100
|
+
| Acorn | 8.15.0 | MIT | https://github.com/ternjs/Acorn |
|
|
101
|
+
| Acorn-JSX | 5.3.2 | MIT | https://github.com/RReverser/Acorn-JSX |
|
|
102
|
+
| ajv | 6.12.6 | MIT | https://github.com/ajv-validator/ajv.git |
|
|
103
|
+
| annotated-types | 0.7.0 | MIT | https://github.com/annotated-types/annotated-types |
|
|
104
|
+
| ansi-regex | 6.2.2 | MIT | https://github.com/sindresorhus/ansi-regex |
|
|
105
|
+
| ansi-styles | v4.3.0, 6.2.3 | MIT | https://github.com/sindresorhus/ansi-styles |
|
|
106
|
+
| any-promise | 1.3.0 | MIT | http://github.com/kevinbeaty/any-promise |
|
|
107
|
+
| anyio | 4.9.0 | MIT | https://pypi.org/project/anyio/ |
|
|
108
|
+
| Apache Commons Logging | 1.3.4 | Apache-2.0 | http://commons.apache.org/proper/commons-logging/ |
|
|
109
|
+
| Apache PDFBox | 3.0.4 | Apache-2.0 | https://pdfbox.apache.org/ |
|
|
110
|
+
| Apache PDFBox io | 3.0.4 | Apache-2.0 | https://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox-io/ |
|
|
111
|
+
| API Guardian | 1.1.2 | Apache-2.0 | https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.2/ |
|
|
112
|
+
| assertion-error | 2.0.1 | MIT | https://github.com/chaijs/assertion-error |
|
|
113
|
+
| AssertJ - Fluent Assertions for Java | 3.27.7 | Apache-2.0 | https://assertj.github.io/doc/ |
|
|
114
|
+
| balanced-match | 1.0.2 | MIT | https://github.com/juliangruber/balanced-match |
|
|
115
|
+
| brace-expansion | 1.1.12, 2.0.2 | MIT | https://github.com/juliangruber/brace-expansion |
|
|
116
|
+
| bundle-require | 5.1.0 | MIT | https://www.npmjs.com/package/bundle-require |
|
|
117
|
+
| Byte Buddy | 1.18.3 | Apache-2.0 | http://bytebuddy.net |
|
|
118
|
+
| cac | 6.7.14 | MIT | https://github.com/egoist/cac |
|
|
119
|
+
| callsites | 3.1.0 | MIT | https://github.com/sindresorhus/callsites |
|
|
120
|
+
| Chai | 6.2.1 | MIT | http://chaijs.com/ |
|
|
121
|
+
| Chalk | 4.1.2 | MIT | https://github.com/sindresorhus/chalk |
|
|
122
|
+
| chokidar | 4.0.3 | MIT | https://github.com/paulmillr/chokidar |
|
|
123
|
+
| color-name | 1.1.4 | MIT | https://github.com/colorjs/color-name |
|
|
124
|
+
| com.sun.xml.bind:jaxb-impl | 2.3.2 | EDL-1.0 | https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl |
|
|
125
|
+
| commander | 14.0.3 | MIT | https://github.com/tj/commander.js |
|
|
126
|
+
| Commander.js | 4.1.1 | MIT | https://github.com/tj/commander.js |
|
|
127
|
+
| commons-cli | 1.10.0 | Apache-2.0 | http://commons.apache.org/cli/ |
|
|
128
|
+
| confbox | 0.1.8 | MIT | https://github.com/unjs/confbox |
|
|
129
|
+
| consola | 3.4.2 | MIT | https://github.com/nuxt/consola |
|
|
130
|
+
| debug-js/debug | 4.4.3 | MIT | https://github.com/debug-js/debug |
|
|
131
|
+
| deep-is | 0.1.4 | MIT | https://github.com/thlorenz/deep-is |
|
|
132
|
+
| eastasianwidth | 0.2.0 | MIT | https://github.com/komagata/eastasianwidth |
|
|
133
|
+
| emoji-regex | 9.2.2 | MIT | https://github.com/mathiasbynens/emoji-regex |
|
|
134
|
+
| es-module-lexer | 1.7.0 | MIT | https://github.com/guybedford/es-module-lexer |
|
|
135
|
+
| esbuild | 0.25.12, 0.27.0 | MIT | https://esbuild.github.io/ |
|
|
136
|
+
| escape-string-regexp | v4.0.0 | MIT | https://github.com/sindresorhus/escape-string-regexp |
|
|
137
|
+
| ESLint | 9.39.2 | MIT | http://eslint.org/ |
|
|
138
|
+
| eslint-scope | 8.4.0 | BSD-2-Clause | https://github.com/eslint/eslint-scope |
|
|
139
|
+
| eslint-visitor-keys | 3.4.3, 4.2.1 | Apache-2.0 | https://github.com/eslint/eslint-visitor-keys |
|
|
140
|
+
| espree | 10.4.0 | BSD-2-Clause | https://github.com/eslint/espree |
|
|
141
|
+
| esquery | 1.6.0 | BSD-3-Clause | https://github.com/jrfeenst/esquery |
|
|
142
|
+
| esrecurse | v4.3.0 | BSD-2-Clause | https://github.com/estools/esrecurse |
|
|
143
|
+
| estraverse | 5.3.0 | BSD-2-Clause | https://github.com/Constellation/estraverse |
|
|
144
|
+
| estree-walker | 3.0.3 | MIT | https://github.com/Rich-Harris/estree-walker |
|
|
145
|
+
| esutils | 2.0.3 | BSD-2-Clause | https://github.com/Constellation/esutils |
|
|
146
|
+
| expect-type | 1.2.2 | Apache-2.0 | https://github.com/mmkal/ts/tree/master/packages/expect-type |
|
|
147
|
+
| fast-deep-equal | v3.1.3 | MIT | https://github.com/epoberezkin/fast-deep-equal |
|
|
148
|
+
| fast-json-stable-stringify | 2.1.0 | MIT | https://github.com/epoberezkin/fast-json-stable-stringify |
|
|
149
|
+
| fast-levenshtein | 2.0.6 | MIT | https://github.com/hiddentao/fast-levenshtein |
|
|
150
|
+
| fdir | 6.5.0 | MIT | https://github.com/thecodrr/fdir |
|
|
151
|
+
| file-entry-cache | 8.0.0 | MIT | https://github.com/royriojas/file-entry-cache |
|
|
152
|
+
| find-up | v5.0.0 | MIT | https://github.com/sindresorhus/find-up |
|
|
153
|
+
| fix-dts-default-cjs-exports | 1.0.1 | MIT | https://github.com/userquin/fix-dts-default-cjs-exports |
|
|
154
|
+
| flat-cache | 4.0.1 | MIT | https://github.com/royriojas/flat-cache |
|
|
155
|
+
| flatted | 3.3.3 | ISC | https://github.com/WebReflection/flatted |
|
|
156
|
+
| foreground-child | 3.3.1 | ISC | https://github.com/isaacs/foreground-child |
|
|
157
|
+
| fsevents | 2.3.3 | MIT | https://github.com/fsevents/fsevents |
|
|
158
|
+
| get-tsconfig | 4.13.0 | MIT | https://github.com/typeslick/get-tsconfig |
|
|
159
|
+
| glob | 13.0.1 | Blue Oak 1.0.0 | https://github.com/isaacs/node-glob |
|
|
160
|
+
| glob-parent | 6.0.2 | ISC | https://github.com/es128/glob-parent |
|
|
161
|
+
| h11 | 0.16.0 | MIT | https://github.com/njsmith/h11 |
|
|
162
|
+
| Hamcrest | 1.3 | BSD-3-Clause | http://hamcrest.org/ |
|
|
163
|
+
| has-flag | 4.0.0 | MIT | https://github.com/sindresorhus/has-flag |
|
|
164
|
+
| httpcore | 1.0.9 | BSD-3-Clause | https://github.com/encode/httpcore |
|
|
165
|
+
| httpx | 0.27.2 | BSD-3-Clause | https://www.python-httpx.org/ |
|
|
166
|
+
| idna | 3.10 | BSD-3-Clause | https://github.com/kjd/idna |
|
|
167
|
+
| import-fresh | 3.3.1 | MIT | https://github.com/sindresorhus/import-fresh |
|
|
168
|
+
| imurmurhash | 0.1.4 | MIT | https://github.com/jensyt/imurmurhash-js |
|
|
169
|
+
| is-extglob | 2.1.1 | MIT | https://github.com/jonschlinkert/is-extglob |
|
|
170
|
+
| is-glob | 4.0.3 | MIT | https://www.npmjs.com/package/is-glob |
|
|
171
|
+
| isaacs/jackspeak | 3.4.3 | Blue Oak 1.0.0 | https://github.com/isaacs/jackspeak |
|
|
172
|
+
| isexe | 2.0.0 | ISC | https://github.com/isaacs/isexe |
|
|
173
|
+
| jackson-annotations | 2.15.0 | Apache-2.0 | https://github.com/FasterXML/jackson-annotations |
|
|
174
|
+
| jackson-core | 2.15.0 | Apache-2.0 | https://github.com/FasterXML/jackson-core |
|
|
175
|
+
| jackson-databind | 2.15.0 | Apache-2.0 | https://github.com/FasterXML/jackson-databind |
|
|
176
|
+
| Jakarta Activation API | 1.2.0 | CDDL-1.1 | https://eclipse-ee4j.github.io/jaf/ |
|
|
177
|
+
| Java Advanced Imaging Image I/O Tools API core (standalone) | 1.4.0 | BSD-3-Clause | https://github.com/jai-imageio/jai-imageio-core |
|
|
178
|
+
| JAXB CORE | 2.3.0.1 | CDDL-1.1 | http://jaxb.java.net/ |
|
|
179
|
+
| jaxb-api | 2.4.0-b180830.0359 | CDDL-1.1 | https://jakarta.ee/specifications/xml-binding |
|
|
180
|
+
| Jetbrains annotations | 13.0 | Apache-2.0 | http://www.jetbrains.org |
|
|
181
|
+
| joycon | 3.1.1 | MIT | https://github.com/egoist/joycon |
|
|
182
|
+
| JPEG2000 support for Java Advanced Imaging Image I/O Tools API | 1.3.0 | Sun BSD | https://repo1.maven.org/maven2/com/github/jai-imageio/jai-imageio-jpeg2000/ |
|
|
183
|
+
| js-yaml | 4.1.1 | MIT | https://github.com/nodeca/js-yaml |
|
|
184
|
+
| json-buffer | 3.0.1 | MIT | https://github.com/dominictarr/json-buffer |
|
|
185
|
+
| json-schema-traverse | 0.4.1 | MIT | https://github.com/epoberezkin/json-schema-traverse |
|
|
186
|
+
| JUnit | 4.13.2 | EPL-1.0 | https://junit.org/junit5/ |
|
|
187
|
+
| JUnit Jupiter (Aggregator) | 5.14.2 | EPL-2.0 | https://junit.org/ |
|
|
188
|
+
| keyv | 4.5.4 | MIT | https://github.com/lukechilds/keyv |
|
|
189
|
+
| Kotlin | 1.8.21 | Apache-2.0 | http://kotlin.jetbrains.org |
|
|
190
|
+
| kotlin-stdlib-common | 1.9.10 | Apache-2.0 | https://kotlinlang.org/ |
|
|
191
|
+
| langchain | 0.3.80 | MIT | https://github.com/langchain-ai/langchain |
|
|
192
|
+
| langchain-text-splitters | 0.3.9 | MIT | https://github.com/langchain-ai/langchain |
|
|
193
|
+
| langsmith | 0.3.45 | MIT | https://smith.langchain.com/ |
|
|
194
|
+
| levn | 0.4.1 | MIT | https://github.com/gkz/levn |
|
|
195
|
+
| libcspice-sys | 0.1.1 | MIT | https://crates.io/crates/libcspice-sys |
|
|
196
|
+
| lilconfig | 3.1.3 | MIT | https://github.com/antonk52/lilconfig |
|
|
197
|
+
| lines-and-columns | 1.2.4 | MIT | https://github.com/eventualbuddha/lines-and-columns |
|
|
198
|
+
| load-tsconfig | 0.2.5 | MIT | https://www.npmjs.com/package/load-tsconfig |
|
|
199
|
+
| locate-path | v6.0.0 | MIT | https://github.com/sindresorhus/locate-path |
|
|
200
|
+
| lodash.merge | 4.6.2 | MIT | https://lodash.com/ |
|
|
201
|
+
| mafintosh/why-is-node-running | 2.3.0 | MIT | https://github.com/mafintosh/why-is-node-running |
|
|
202
|
+
| magic-string | 0.30.21 | MIT | https://github.com/rich-harris/magic-string |
|
|
203
|
+
| mdBook | 0.4.36 | MPL-2.0 | https://github.com/rust-lang/mdBook |
|
|
204
|
+
| minimatch | 3.1.2, 9.0.5 | ISC | https://github.com/isaacs/minimatch |
|
|
205
|
+
| minimatch | 10.1.2 | Blue Oak 1.0.0 | https://github.com/isaacs/minimatch |
|
|
206
|
+
| minipass | 7.1.2 | ISC | https://github.com/isaacs/minipass |
|
|
207
|
+
| mlly | 1.8.0 | MIT | https://github.com/unjs/mlly |
|
|
208
|
+
| MockWebServer | 4.12.0 | Apache-2.0 | https://github.com/square/okhttp/ |
|
|
209
|
+
| moxystudio/node-cross-spawn | 7.0.6 | MIT | https://github.com/moxystudio/node-cross-spawn |
|
|
210
|
+
| Mozilla Rhino | 1.7.14.1 | MPL-2.0 | http://www.mozilla.org/rhino/ |
|
|
211
|
+
| ms.js | 2.1.3 | MIT | https://github.com/guille/ms.js |
|
|
212
|
+
| mz | 2.7.0 | MIT | https://github.com/normalize/mz |
|
|
213
|
+
| nanoid | 3.3.11 | MIT | https://github.com/ai/nanoid |
|
|
214
|
+
| natural-compare | 1.4.0 | MIT | https://github.com/litejs/natural-compare |
|
|
215
|
+
| nobody | 2.1.1 | MIT | https://github.com/debug-js/debug |
|
|
216
|
+
| node-concat-map | 0.0.1 | MIT | https://github.com/substack/node-concat-map |
|
|
217
|
+
| node-glob | 10.5.0 | ISC | http://github.com/isaacs/node-glob |
|
|
218
|
+
| node-ignore | 5.3.2, 7.0.5 | MIT | https://github.com/kaelzhang/node-ignore |
|
|
219
|
+
| node-lru-cache | 10.4.3, 11.2.2 | ISC | http://github.com/isaacs/node-lru-cache |
|
|
220
|
+
| node-semver | 7.7.3 | ISC | https://github.com/npm/node-semver |
|
|
221
|
+
| nodeca-argparse | 2.0.1 | PSF-2.0 | https://github.com/nodeca/argparse |
|
|
222
|
+
| object-assign | 4.1.1 | MIT | https://github.com/sindresorhus/object-assign |
|
|
223
|
+
| OkHttp | 4.12.0 | Apache-2.0 | https://github.com/square/okhttp |
|
|
224
|
+
| OkIO | 3.6.0 | Apache-2.0 | https://square.github.io/okio/ |
|
|
225
|
+
| optionator | 0.9.4 | MIT | https://github.com/gkz/optionator |
|
|
226
|
+
| org.apiguardian:apiguardian-api | 1.1.2 | Apache-2.0 | https://github.com/apiguardian-team/apiguardian |
|
|
227
|
+
| org.jetbrains.kotlin:kotlin-stdlib-jdk7 | 1.8.21 | Apache-2.0 | https://kotlinlang.org/ |
|
|
228
|
+
| org.jetbrains.kotlin:kotlin-stdlib-jdk8 | 1.8.21 | Apache-2.0 | https://kotlinlang.org/ |
|
|
229
|
+
| org.junit.jupiter:junit-jupiter-api | 5.14.2 | EPL-2.0 | https://junit.org/ |
|
|
230
|
+
| org.junit.jupiter:junit-jupiter-engine | 5.14.2 | EPL-2.0 | https://junit.org/ |
|
|
231
|
+
| org.junit.jupiter:junit-jupiter-params | 5.14.2 | EPL-2.0 | https://junit.org/ |
|
|
232
|
+
| org.junit.platform:junit-platform-commons | 1.14.2 | EPL-2.0 | https://junit.org/ |
|
|
233
|
+
| org.junit.platform:junit-platform-engine | 1.14.2 | EPL-2.0 | https://junit.org/ |
|
|
234
|
+
| org.opentest4j:opentest4j | 1.3.0 | Apache-2.0 | https://github.com/ota4j-team/opentest4j |
|
|
235
|
+
| org.verapdf:core | 1.29.56 | MPL-2.0 | https://repo1.maven.org/maven2/org/verapdf/ |
|
|
236
|
+
| org.verapdf:metadata-fixer | 1.29.194 | MPL-2.0 | https://repo1.maven.org/maven2/org/verapdf/ |
|
|
237
|
+
| org.verapdf:parser | 1.29.64 | MPL-2.0 | https://repo1.maven.org/maven2/org/verapdf/ |
|
|
238
|
+
| org.verapdf:pdf-model | 1.29.12 | MPL-2.0 | https://repo1.maven.org/maven2/org/verapdf/ |
|
|
239
|
+
| org.verapdf:validation-model | 1.29.194 | MPL-2.0 | https://repo1.maven.org/maven2/org/verapdf/ |
|
|
240
|
+
| org.verapdf:verapdf-xmp-core | 1.29.56 | MPL-2.0 | https://repo1.maven.org/maven2/org/verapdf/ |
|
|
241
|
+
| org.verapdf:wcag-algorithms | 1.29.43 | MPL-2.0 | https://repo1.maven.org/maven2/org/verapdf/ |
|
|
242
|
+
| org.verapdf:wcag-validation | 1.29.194 | MPL-2.0 | https://repo1.maven.org/maven2/org/verapdf/ |
|
|
243
|
+
| orjson | 3.10.15 | Apache-2.0 | https://github.com/ijl/orjson |
|
|
244
|
+
| p-limit | 3.1.0 | MIT | https://github.com/sindresorhus/p-limit |
|
|
245
|
+
| p-locate | v5.0.0 | MIT | https://github.com/sindresorhus/p-locate |
|
|
246
|
+
| package-json-from-dist | 1.0.1 | Blue Oak 1.0.0 | https://github.com/isaacs/package-json-from-dist |
|
|
247
|
+
| Packaging | 24.2 | BSD-2-Clause | https://github.com/pypa/packaging |
|
|
248
|
+
| parent-module | 1.0.1 | MIT | https://github.com/sindresorhus/parent-module |
|
|
249
|
+
| path-exists | 4.0.0 | MIT | https://github.com/sindresorhus/path-exists |
|
|
250
|
+
| path-key | 3.1.1 | MIT | https://github.com/sindresorhus/path-key |
|
|
251
|
+
| path-scurry | 1.11.1, 2.0.1 | Blue Oak 1.0.0 | https://github.com/isaacs/path-walker |
|
|
252
|
+
| pathe | 2.0.3 | MIT | https://github.com/unjs/pathe |
|
|
253
|
+
| PDFBox JBIG2 ImageIO plugin | 3.0.3 | Apache-2.0 | https://www.apache.org/jbig2-imageio/ |
|
|
254
|
+
| picocolors | 1.1.1 | ISC | https://github.com/alexeyraspopov/picocolors |
|
|
255
|
+
| picomatch | 4.0.3 | MIT | https://github.com/micromatch/picomatch |
|
|
256
|
+
| pirates | 4.0.7 | MIT | https://github.com/ariporad/pirates |
|
|
257
|
+
| pkg-types | 1.3.1 | MIT | https://github.com/unjs/pkg-types |
|
|
258
|
+
| PostCSS | 8.5.6 | MIT | http://postcss.org/ |
|
|
259
|
+
| postcss-load-config | 6.0.1 | MIT | https://github.com/michael-ciniawsky/postcss-load-config |
|
|
260
|
+
| prelude-ls | 1.2.1 | MIT | https://github.com/gkz/prelude-ls |
|
|
261
|
+
| Prettier IO | 3.8.1 | MIT | https://prettier.io |
|
|
262
|
+
| psf-requests | 2.32.5 | Apache-2.0 | http://docs.python-requests.org |
|
|
263
|
+
| Punycode.js | 2.3.1 | MIT | http://mths.be/punycode |
|
|
264
|
+
| pydantic | 2.10.6 | MIT | https://pydantic-docs.helpmanual.io/ |
|
|
265
|
+
| pydantic-core | 2.27.2 | MIT | https://github.com/pydantic/pydantic-core |
|
|
266
|
+
| python-certifi | 2024.12.14 | MPL-2.0 | https://certifiio.readthedocs.io/en/latest/ |
|
|
267
|
+
| python-json-patch | 1.33 | BSD-3-Clause | https://github.com/stefankoegl/python-json-patch/ |
|
|
268
|
+
| python-json-pointer | 3.0.0 | BSD-3-Clause | https://github.com/stefankoegl/python-json-pointer |
|
|
269
|
+
| python-typing-extensions | 4.15.0 | PSF-2.0 | https://tracker.debian.org/pkg/python-typing-extensions |
|
|
270
|
+
| python3-charset-normalizer | 3.4.1 | MIT | https://github.com/ousret/charset_normalizer |
|
|
271
|
+
| PyYAML | 6.0.2 | MIT | https://pyyaml.org/ |
|
|
272
|
+
| Qix-/color-convert | 2.0.1 | MIT | https://github.com/Qix-/color-convert |
|
|
273
|
+
| readdirp | 4.1.2 | MIT | https://github.com/thlorenz/readdirp |
|
|
274
|
+
| requests-toolbelt | 1.0.0 | Apache-2.0 | https://toolbelt.readthedocs.io |
|
|
275
|
+
| resolve-from | 4.0.0, 5.0.0 | MIT | https://github.com/sindresorhus/resolve-from |
|
|
276
|
+
| resolve-pkg-maps | 1.0.0 | MIT | https://github.com/privatenumber/resolve-pkg-maps |
|
|
277
|
+
| rollup/rollup | 4.53.2 | MIT | https://github.com/rollup/rollup |
|
|
278
|
+
| Saxon XSLT and XQuery Processor | 12.8 | MPL-2.0 | http://saxon.sourceforge.net |
|
|
279
|
+
| shebang-command | 2.0.0 | MIT | https://github.com/kevva/shebang-command |
|
|
280
|
+
| shebang-regex | 3.0.0 | MIT | https://github.com/sindresorhus/shebang-regex |
|
|
281
|
+
| siginfo | 2.0.0 | ISC | https://github.com/emilbayes/siginfo |
|
|
282
|
+
| sindresorhus/globals | 14.0.0 | MIT | https://github.com/sindresorhus/globals |
|
|
283
|
+
| sindresorhus/supports-color | v7.2.0 | MIT | https://github.com/sindresorhus/supports-color |
|
|
284
|
+
| sniffio | 1.3.1 | Apache-2.0 | https://github.com/python-trio/sniffio |
|
|
285
|
+
| source-map | 0.7.6 | BSD-3-Clause | https://github.com/mozilla/source-map |
|
|
286
|
+
| source-map-js | 1.2.1 | BSD-3-Clause | https://github.com/7rulnik/source-map |
|
|
287
|
+
| stable-stringify | 1.0.1 | MIT | https://github.com/samn/json-stable-stringify |
|
|
288
|
+
| stackback | 0.0.2 | MIT | https://github.com/defunctzombie/node-stackback |
|
|
289
|
+
| StAX Utilities Project | 20070216 | BSD-3-Clause | http://java.net/projects/stax-utils/ |
|
|
290
|
+
| std-env | 3.10.0 | MIT | https://github.com/pi0/std-env |
|
|
291
|
+
| string-width | 4.2.3, 5.1.2 | MIT | https://github.com/sindresorhus/string-width |
|
|
292
|
+
| Strip ANSI | 6.0.1, 7.1.2 | MIT | https://github.com/chalk/strip-ansi |
|
|
293
|
+
| strip-json-comments | 3.1.1 | MIT | https://github.com/sindresorhus/strip-json-comments |
|
|
294
|
+
| sucrase | 3.35.0 | MIT | https://github.com/decaffeinate/bulk-decaffeinate |
|
|
295
|
+
| tapjs/signal-exit | 4.1.0 | ISC | https://github.com/tapjs/signal-exit |
|
|
296
|
+
| tenacity | 8.5.0 | Apache-2.0 | https://github.com/jd/tenacity |
|
|
297
|
+
| thenify | 3.3.1 | MIT | https://github.com/thenables/thenify |
|
|
298
|
+
| thenify-all | 1.6.0 | MIT | https://github.com/thenables/thenify-all |
|
|
299
|
+
| tinybench | 2.9.0 | MIT | https://github.com/tinylibs/tinybench |
|
|
300
|
+
| tinyexec | 0.3.2, 1.0.2 | MIT | https://github.com/tinylibs/tinyexec |
|
|
301
|
+
| tinyglobby | 0.2.15 | MIT | https://github.com/SuperchupuDev/tinyglobby |
|
|
302
|
+
| tinyrainbow | 3.0.3 | MIT | https://github.com/tinylibs/tinyrainbow |
|
|
303
|
+
| tree-kill | v1.2.2 | MIT | https://github.com/pkrumins/node-tree-kill |
|
|
304
|
+
| ts-api-utils | 2.4.0 | MIT | https://github.com/JoshuaKGoldberg/ts-api-utils |
|
|
305
|
+
| ts-interface-checker | 0.1.13 | Apache-2.0 | https://github.com/gristlabs/ts-interface-checker |
|
|
306
|
+
| tsup | 8.5.1 | MIT | https://github.com/egoist/tsup |
|
|
307
|
+
| tsx | 4.20.5 | MIT | https://github.com/basarat/tsx |
|
|
308
|
+
| type-check | 0.4.0 | MIT | https://github.com/gkz/type-check |
|
|
309
|
+
| TypeScript | 5.9.3 | Apache-2.0 | http://www.typescriptlang.org/ |
|
|
310
|
+
| ufo | 1.6.1 | MIT | https://github.com/nuxt-contrib/ufo |
|
|
311
|
+
| undici-types | 7.16.0 | MIT | https://undici.nodejs.org |
|
|
312
|
+
| upstage/dp-bench | - | MIT | https://huggingface.co/datasets/upstage/dp-bench |
|
|
313
|
+
| uri-js | 4.4.1 | BSD-2-Clause | https://github.com/garycourt/uri-js |
|
|
314
|
+
| urllib3 | 2.6.1 | MIT | https://urllib3.readthedocs.io/en/stable |
|
|
315
|
+
| vitejs | 7.3.1 | MIT | http://vitejs.dev/ |
|
|
316
|
+
| vitest | 4.0.18 | MIT | https://github.com/vitest-dev/vitest |
|
|
317
|
+
| which | 2.0.2 | ISC | https://github.com/isaacs/node-which |
|
|
318
|
+
| word-wrap | 1.2.5 | MIT | https://github.com/jonschlinkert |
|
|
319
|
+
| wrap-ansi | v7.0.0, 8.1.0 | MIT | https://github.com/chalk/wrap-ansi |
|
|
320
|
+
| XML Resolver | 5.3.3 | Apache-2.0 | https://github.com/ndw/xmlresolver |
|
|
321
|
+
| yocto-queue | 0.1.0 | MIT | https://github.com/sindresorhus/yocto-queue |
|
|
322
|
+
| zstandard | 0.23.0 | BSD-3-Clause | https://github.com/indygreg/python-zstandard |
|
|
323
|
+
|