drift/sqlparser/pubspec.yaml

23 lines
501 B
YAML
Raw Normal View History

name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.23.2
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
#homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
environment:
2022-05-26 14:23:02 -07:00
sdk: '>=2.17.0 <3.0.0'
dependencies:
2021-02-14 05:06:51 -08:00
meta: ^1.3.0
collection: ^1.15.0
source_span: ^1.8.0
charcode: ^1.2.0
dev_dependencies:
2022-08-13 14:33:05 -07:00
lints: ^2.0.0
2021-05-15 08:23:29 -07:00
test: ^1.17.4
2021-02-14 05:06:51 -08:00
path: ^1.8.0
2022-08-13 12:55:22 -07:00
ffi: ^2.0.0
2021-05-15 08:23:29 -07:00
sqlite3: ^1.0.0