2019-04-20 14:53:52 +00:00
|
|
|
name: angel_security
|
2021-06-20 12:37:20 +00:00
|
|
|
version: 3.0.0
|
2019-10-17 02:39:35 +00:00
|
|
|
description: Angel infrastructure for improving security, rate limiting, and more.
|
2019-04-20 14:53:52 +00:00
|
|
|
homepage: https://github.com/angel-dart/security
|
2021-06-20 12:37:20 +00:00
|
|
|
publish_to: none
|
2019-04-20 14:53:52 +00:00
|
|
|
environment:
|
2021-06-20 12:37:20 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2017-12-22 13:39:21 +00:00
|
|
|
dependencies:
|
2021-06-20 12:37:20 +00:00
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/framework
|
|
|
|
crypto: ^3.0.1
|
2017-12-22 13:39:21 +00:00
|
|
|
dev_dependencies:
|
2021-06-20 12:37:20 +00:00
|
|
|
angel_auth:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/auth
|
|
|
|
angel_production:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/production
|
|
|
|
angel_redis:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/redis
|
|
|
|
angel_test:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/test
|
|
|
|
angel_validate:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/validate
|
|
|
|
pretty_logging:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/pretty_logging
|
|
|
|
pedantic: ^1.11.1
|
|
|
|
test: ^1.17.8
|