Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)

Update readme package list and remove version numbers (#2043)

authored by

Kuuuube and committed by
GitHub
0e0eb10c c9f7ef42

+12 -9
+11 -8
README.md
··· 116 116 117 117 <!-- The following table is generated using the command `npm run license-report:markdown`. --> 118 118 119 - | Name | Installed version | License type | Link | 120 - | :------------------ | :---------------- | :----------- | :----------------------------------------------- | 121 - | @zip.js/zip.js | 2.7.32 | BSD-3-Clause | git+https://github.com/gildas-lormeau/zip.js.git | 122 - | dexie | 3.2.4 | Apache-2.0 | git+https://github.com/dfahlander/Dexie.js.git | 123 - | dexie-export-import | 4.0.7 | Apache-2.0 | git+https://github.com/dexie/Dexie.js.git | 124 - | yomitan-handlebars | 1.0.0 | MIT | n/a | 125 - | parse5 | 7.1.2 | MIT | git://github.com/inikulin/parse5.git | 126 - | hangul.js | 0.2.6 | MIT | git+https://github.com/e-/Hangul.js.git | 119 + | Name | License type | Link | 120 + | :------------------ | :----------- | :--------------------------------------------------------------------- | 121 + | @resvg/resvg-wasm | MPL-2.0 | git+ssh://git@github.com/yisibl/resvg-js.git | 122 + | @zip.js/zip.js | BSD-3-Clause | git+https://github.com/gildas-lormeau/zip.js.git | 123 + | dexie | Apache-2.0 | git+https://github.com/dexie/Dexie.js.git | 124 + | dexie-export-import | Apache-2.0 | git+https://github.com/dexie/Dexie.js.git | 125 + | hangul-js | MIT | git://github.com/e-/Hangul.js.git | 126 + | kanji-processor | n/a | https://registry.npmjs.org/kanji-processor/-/kanji-processor-1.0.2.tgz | 127 + | parse5 | MIT | git://github.com/inikulin/parse5.git | 128 + | yomitan-handlebars | MIT | n/a | 129 + | linkedom | ISC | git+https://github.com/WebReflection/linkedom.git | 127 130 128 131 ## Attribution 129 132
+1 -1
package.json
··· 39 39 "test:unit:options": "vitest run --config test/data/vitest.options.config.json", 40 40 "test:build": "node ./dev/bin/build.js --dryRun --all", 41 41 "license-report:html": "license-report --output=html --only=prod --fields=name --fields=installedVersion --fields=licenseType --fields=link --html.cssFile=dev/data/legal-npm.css > ext/legal-npm.html", 42 - "license-report:markdown": "license-report --output=markdown --only=prod --fields=name --fields=installedVersion --fields=licenseType --fields=link", 42 + "license-report:markdown": "license-report --output=markdown --only=prod --fields=name --fields=licenseType --fields=link", 43 43 "prepare": "husky" 44 44 }, 45 45 "repository": {