2016-12-25 21:26:55 +00:00
|
|
|
name: angel_validate
|
2021-02-14 05:22:25 +00:00
|
|
|
description: Cross-platform request body validation library based on `matcher`.
|
2021-04-10 12:42:55 +00:00
|
|
|
version: 4.0.0
|
2019-10-17 02:06:27 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2019-10-17 02:07:17 +00:00
|
|
|
homepage: https://github.com/angel-dart/validate
|
2021-03-07 15:32:45 +00:00
|
|
|
publish_to: none
|
2016-12-25 21:26:55 +00:00
|
|
|
environment:
|
2021-04-10 12:42:55 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2016-12-25 21:26:55 +00:00
|
|
|
dependencies:
|
2021-03-07 15:32:45 +00:00
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-04-10 12:42:55 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-07 15:32:45 +00:00
|
|
|
path: packages/framework
|
|
|
|
angel_http_exception:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-04-10 12:42:55 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-07 15:32:45 +00:00
|
|
|
path: packages/http_exception
|
2021-02-14 05:22:25 +00:00
|
|
|
matcher: ^0.12.0
|
2016-12-25 21:26:55 +00:00
|
|
|
dev_dependencies:
|
2021-03-07 15:32:45 +00:00
|
|
|
#angel_test:
|
|
|
|
# git:
|
|
|
|
# url: https://github.com/dukefirehawk/angel.git
|
|
|
|
# ref: sdk-2.12.x
|
|
|
|
# path: packages/test
|
2021-02-14 05:22:25 +00:00
|
|
|
build_runner: ^1.11.1
|
|
|
|
build_web_compilers: ^2.12.2
|
2021-04-10 12:42:55 +00:00
|
|
|
# logging: ^0.11.0
|
|
|
|
# mock_request:
|
2019-09-27 13:28:20 +00:00
|
|
|
pedantic: ^1.0.0
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|