platform/packages/graphql/graphql_parser/pubspec.yaml

16 lines
399 B
YAML
Raw Normal View History

2017-07-03 15:37:35 +00:00
name: graphql_parser
2019-09-02 17:14:24 +00:00
version: 1.1.4
2019-03-29 18:57:34 +00:00
description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST.
2017-07-03 15:37:35 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/graphql
2017-07-03 15:37:35 +00:00
environment:
2021-02-14 05:22:25 +00:00
sdk: '>=2.10.0 <2.12.0'
2018-08-05 00:58:09 +00:00
dependencies:
charcode: ^1.0.0
2017-07-03 15:37:35 +00:00
source_span: ^1.0.0
string_scanner: ^1.0.0
dev_dependencies:
2018-08-05 00:58:09 +00:00
matcher: any
2019-08-08 02:24:02 +00:00
pedantic: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7