2024-11-16 21:55:15 +01:00
|
|
|
name: jadb
|
2022-06-20 20:06:07 +02:00
|
|
|
description: A SQLite database containing open source japanese language translation data
|
|
|
|
|
version: 1.0.0
|
2025-04-15 13:42:47 +02:00
|
|
|
homepage: https://git.pvv.ntnu.no/oysteikt/jadb
|
2022-06-20 20:06:07 +02:00
|
|
|
|
|
|
|
|
environment:
|
2025-11-13 16:13:51 +09:00
|
|
|
sdk: '^3.9.0'
|
2022-06-20 20:06:07 +02:00
|
|
|
|
|
|
|
|
dependencies:
|
2025-04-15 13:42:47 +02:00
|
|
|
args: ^2.7.0
|
2025-05-13 22:17:48 +02:00
|
|
|
collection: ^1.19.0
|
2026-02-21 00:49:24 +09:00
|
|
|
csv: ^7.1.0
|
2025-05-13 22:17:48 +02:00
|
|
|
equatable: ^2.0.0
|
2025-07-17 00:21:36 +02:00
|
|
|
path: ^1.9.1
|
2025-05-13 22:17:48 +02:00
|
|
|
sqflite_common: ^2.5.0
|
|
|
|
|
sqflite_common_ffi: ^2.3.0
|
2026-02-21 00:49:24 +09:00
|
|
|
sqlite3: ^3.1.6
|
2024-11-16 21:55:15 +01:00
|
|
|
xml: ^6.5.0
|
2022-06-20 20:06:07 +02:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
2026-03-04 19:00:57 +09:00
|
|
|
benchmark_harness: ^2.4.0
|
2025-07-13 20:15:13 +02:00
|
|
|
lints: ^6.0.0
|
2025-04-28 21:58:06 +02:00
|
|
|
test: ^1.25.15
|
2022-06-20 20:06:07 +02:00
|
|
|
|
|
|
|
|
executables:
|
2024-11-16 21:55:15 +01:00
|
|
|
jadb: jadb
|
2022-06-20 20:06:07 +02:00
|
|
|
|
2026-02-09 14:44:14 +09:00
|
|
|
hooks:
|
|
|
|
|
user_defines:
|
|
|
|
|
sqlite3:
|
|
|
|
|
source: system
|
|
|
|
|
|
2025-04-15 14:18:53 +02:00
|
|
|
topics:
|
|
|
|
|
- database
|
|
|
|
|
- dictionary
|
|
|
|
|
- languages
|
|
|
|
|
|
2022-06-20 20:06:07 +02:00
|
|
|
platforms:
|
2025-04-15 14:18:53 +02:00
|
|
|
android:
|
|
|
|
|
ios:
|
2022-06-20 20:06:07 +02:00
|
|
|
linux:
|
2025-04-15 14:18:53 +02:00
|
|
|
macos:
|
|
|
|
|
windows:
|