platform/packages/jael/jael_preprocessor/pubspec.yaml

16 lines
436 B
YAML
Raw Normal View History

2021-05-15 10:28:09 +00:00
name: jael3_preprocessor
2021-05-18 12:12:47 +00:00
version: 4.0.1
2017-09-30 05:27:31 +00:00
description: A pre-processor for resolving blocks and includes within Jael templates.
2021-05-15 10:28:09 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/jael/jael_preprocessor
2017-09-30 05:27:31 +00:00
environment:
2021-04-30 07:08:54 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-09-30 03:40:01 +00:00
dependencies:
2021-03-07 15:20:52 +00:00
file: ^6.1.0
2021-05-15 10:28:09 +00:00
jael3: ^4.0.0
angel3_symbol_table: ^2.0.0
collection: ^1.15.0
2017-09-30 03:40:01 +00:00
dev_dependencies:
2021-05-15 10:28:09 +00:00
angel3_code_buffer: ^2.0.0
2021-05-18 12:12:47 +00:00
test: ^1.17.4
pedantic: ^1.11.0