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>
|
2018-08-05 00:59:46 +00:00
|
|
|
homepage: https://github.com/angel-dart/graphql
|
2017-07-03 15:37:35 +00:00
|
|
|
environment:
|
2018-08-02 13:05:52 +00:00
|
|
|
sdk: ">=1.8.0 <3.0.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
|
2018-10-23 16:01:05 +00:00
|
|
|
test: ">=0.12.0 <2.0.0"
|