2017-07-10 15:15:09 +00:00
|
|
|
name: angel_serialize_generator
|
2021-05-02 05:23:44 +00:00
|
|
|
version: 4.0.0
|
2018-03-02 21:23:00 +00:00
|
|
|
description: Model serialization generators, designed for use with Angel. Combine with angel_serialize for flexible modeling.
|
2021-05-02 05:23:44 +00:00
|
|
|
homepage: https://github.com/dukefirehawk/angel
|
2021-03-08 14:09:56 +00:00
|
|
|
publish_to: none
|
2017-07-10 15:15:09 +00:00
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: '>=2.7.0 <3.0.0'
|
2017-07-10 15:15:09 +00:00
|
|
|
dependencies:
|
2018-12-08 20:56:11 +00:00
|
|
|
analyzer: ">=0.27.1 <2.0.0"
|
2021-03-08 14:09:56 +00:00
|
|
|
angel_model:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/model
|
|
|
|
angel_serialize:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/serialize/angel_serialize
|
2018-12-08 20:56:11 +00:00
|
|
|
build: ">=0.12.0 <2.0.0"
|
2018-08-21 21:16:44 +00:00
|
|
|
build_config: ">=0.3.0 <2.0.0"
|
2018-03-29 16:14:22 +00:00
|
|
|
code_buffer: ^1.0.0
|
2018-03-02 21:23:00 +00:00
|
|
|
code_builder: ^3.0.0
|
2021-03-08 14:09:56 +00:00
|
|
|
meta: ^1.3.0
|
|
|
|
path: ^1.8.0
|
2021-03-08 14:36:57 +00:00
|
|
|
recase: ^3.0.1
|
2018-08-21 21:16:44 +00:00
|
|
|
source_gen: ^0.9.0
|
2021-03-08 14:09:56 +00:00
|
|
|
quiver: ^2.1.5
|
2017-07-10 15:15:09 +00:00
|
|
|
dev_dependencies:
|
2021-03-08 14:09:56 +00:00
|
|
|
build_runner: ^1.11.5
|
|
|
|
collection: ^1.15.0
|
|
|
|
pedantic: ^1.11.0
|
|
|
|
test: ^1.16.5
|
2019-04-08 15:02:17 +00:00
|
|
|
# dependency_overrides:
|
|
|
|
# angel_serialize:
|
|
|
|
# path: ../angel_serialize
|