trphoenix
2018-11-23 051ea8f21944e0264b30de615c42f8d5ce48449b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: json_serializable
version: 2.0.0
author: Dart Team <misc@dartlang.org>
description: Generates utilities to aid in serializing to/from JSON.
homepage: https://github.com/dart-lang/json_serializable
environment:
  sdk: '>=2.0.0 <3.0.0'
 
dependencies:
  analyzer: '>=0.32.2 <0.34.0'
  build: '>=0.12.6 <2.0.0'
  build_config: '>=0.2.6 <0.4.0'
 
  # Use a tight version constraint to ensure that a constraint on
  # `json_annotation` properly constrains all features it provides.
  json_annotation: '>=2.0.0 <2.1.0'
  meta: ^1.1.0
  path: ^1.3.2
  source_gen: ^0.9.0
 
dev_dependencies:
  build_runner: ^1.0.0
  build_test: ^0.10.0
  build_verify: ^1.1.0
  build_web_compilers: ^0.4.0+1
  collection: ^1.14.0
  dart_style: ^1.0.0
  logging: ^0.11.3+1
  test: ^1.3.3
  yaml: ^2.1.13