aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-11-22 22:51:46 +0900
committerDarius Jahandarie <djahandarie@gmail.com>2023-11-23 11:28:47 +0900
commit5c4e521e295a7c089454b1d77f4570d46e1d32d3 (patch)
tree9ca484a78843371055da6809f3a769da46c00d7f /README.md
parentb1139801f4257c55a09012cf7d42d36d3f87a053 (diff)
Automate generation of legal information for dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index 0bf017b6..f9bb4836 100644
--- a/README.md
+++ b/README.md
@@ -402,12 +402,13 @@ Required licensing notices for this project follow below:
## Third-Party Libraries
-Yomitan uses several third-party libraries to function. Below are links to homepages, snapshots, and licenses of the exact
-versions packaged.
-
-- Handlebars: To retain Handlebars templating without unsafe-eval, a fork of handlebars by Kibana is being used. [homepage](https://github.com/Aquafina-water-bottle/handlebars-noeval) - [snapshot](https://raw.githubusercontent.com/Aquafina-water-bottle/handlebars-noeval/10efaac28d8d2e8d7e503347281eff1a90aa3f31/handlebars.min.js) - [license](https://github.com/Aquafina-water-bottle/handlebars-noeval/blob/10efaac28d8d2e8d7e503347281eff1a90aa3f31/src/hb/LICENSE)
-- JSZip: [homepage](https://stuk.github.io/jszip/) - [snapshot](https://github.com/Stuk/jszip/blob/v3.9.1/dist/jszip.min.js) - [license](https://github.com/Stuk/jszip/blob/v3.9.1/LICENSE.markdown)
-- WanaKana: [homepage](https://wanakana.com/) - [snapshot](https://unpkg.com/wanakana@4.0.2/umd/wanakana.min.js) - [license](https://github.com/WaniKani/WanaKana/blob/4.0.2/LICENSE)
-- parse5: [homepage](https://github.com/inikulin/parse5) - [snapshot](https://github.com/inikulin/parse5/tree/v7.1.2/packages/parse5) - [license](https://github.com/inikulin/parse5/blob/v7.1.2/LICENSE) _(Only used in MV3 build)_
-- Dexie: [homepage](https://dexie.org/) - [snapshot](https://unpkg.com/dexie@3.2.4/dist/dexie.min.js) - [license](https://unpkg.com/dexie@3.2.4/LICENSE)
-- dexie-export-import: [homepage](https://www.npmjs.com/package/dexie-export-import) - [snapshot](https://unpkg.com/dexie-export-import@4.0.7/dist/dexie-export-import.js) - [license](https://unpkg.com/dexie-export-import@4.0.7/LICENSE)
+Yomitan uses several third-party libraries to function.
+
+| Name | Installed version | License type | Link |
+| :------------------ | :---------------- | :----------- | :------------------------------------------------------- |
+| @zip.js/zip.js | 2.7.31 | BSD-3-Clause | git+https://github.com/gildas-lormeau/zip.js.git |
+| dexie | 3.2.4 | Apache-2.0 | git+https://github.com/dfahlander/Dexie.js.git |
+| dexie-export-import | 4.0.7 | Apache-2.0 | git+https://github.com/dexie/Dexie.js.git |
+| handlebars | 4.7.8 | MIT | git+https://github.com/handlebars-lang/handlebars.js.git |
+| parse5 | 7.1.2 | MIT | git://github.com/inikulin/parse5.git |
+| wanakana | 5.3.1 | MIT | git+ssh://git@github.com/WaniKani/WanaKana.git |