2019-06-15 14:01:10 -07:00
|
|
|
name: sqlparser
|
2019-07-01 12:20:59 -07:00
|
|
|
description: Parses sqlite statements and performs static analysis on them
|
2019-08-22 03:27:39 -07:00
|
|
|
version: 0.2.0
|
2019-07-01 12:20:59 -07:00
|
|
|
homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
|
2019-06-15 14:01:10 -07:00
|
|
|
#homepage: https://moor.simonbinder.eu/
|
|
|
|
issue_tracker: https://github.com/simolus3/moor/issues
|
|
|
|
author: Simon Binder <oss@simonbinder.eu>
|
|
|
|
|
|
|
|
environment:
|
2019-06-16 12:23:33 -07:00
|
|
|
sdk: '>=2.2.2 <3.0.0'
|
2019-07-01 12:20:59 -07:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
meta: ^1.1.0
|
2019-06-23 01:35:25 -07:00
|
|
|
collection: ^1.14.11
|
2019-06-30 03:01:46 -07:00
|
|
|
source_span: ^1.5.5
|
2019-06-15 14:01:10 -07:00
|
|
|
|
|
|
|
dev_dependencies:
|
2019-07-01 12:20:59 -07:00
|
|
|
test: ^1.6.0
|
2019-07-28 00:49:14 -07:00
|
|
|
test_core: any # version will be determined by "test"
|
|
|
|
path: ^1.6.0
|
|
|
|
coverage:
|
|
|
|
git: https://github.com/simolus3/coverage.git
|