2016-02-28 13:11:17 +00:00
|
|
|
name: angel_framework
|
2021-03-18 23:10:19 +00:00
|
|
|
version: 4.0.0
|
2018-11-11 01:07:09 +00:00
|
|
|
description: A high-powered HTTP server with dependency injection, routing and much more.
|
2021-05-02 04:12:43 +00:00
|
|
|
homepage: https://github.com/dukefirehawk/angel
|
2021-03-06 14:10:24 +00:00
|
|
|
publish_to: none
|
2016-11-22 04:58:53 +00:00
|
|
|
environment:
|
2021-03-20 08:11:18 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2016-02-28 13:11:17 +00:00
|
|
|
dependencies:
|
2021-03-07 13:27:36 +00:00
|
|
|
angel_container:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-03-18 23:10:19 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-07 13:27:36 +00:00
|
|
|
path: packages/container/angel_container
|
|
|
|
angel_http_exception:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-03-18 23:10:19 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-07 13:27:36 +00:00
|
|
|
path: packages/http_exception
|
|
|
|
angel_model:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-03-18 23:10:19 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-07 13:27:36 +00:00
|
|
|
path: packages/model
|
|
|
|
angel_route:
|
2021-05-11 12:48:22 +00:00
|
|
|
# path: ../route
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/route
|
2021-03-20 02:42:43 +00:00
|
|
|
charcode: ^1.2.0
|
2021-03-18 23:10:19 +00:00
|
|
|
combinator:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/combinator
|
2021-03-06 14:10:24 +00:00
|
|
|
file: ^6.1.0
|
|
|
|
http_parser: ^4.0.0
|
2021-03-20 02:42:43 +00:00
|
|
|
http_server: ^1.0.0
|
2021-03-06 14:10:24 +00:00
|
|
|
http2: ^2.0.0
|
|
|
|
logging: ^1.0.0
|
2021-03-20 02:42:43 +00:00
|
|
|
matcher: ^0.12.10
|
|
|
|
merge_map:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/merge_map
|
|
|
|
meta: ^1.3.0
|
|
|
|
mime: ^1.0.0
|
|
|
|
mock_request:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/mock_request
|
|
|
|
path: ^1.8.0
|
|
|
|
quiver: ^3.0.0
|
2021-05-02 04:12:43 +00:00
|
|
|
recase: ^4.0.0
|
2021-03-20 02:42:43 +00:00
|
|
|
stack_trace: ^1.10.0
|
|
|
|
string_scanner: ^1.1.0
|
|
|
|
tuple: ^2.0.0
|
2021-03-06 14:10:24 +00:00
|
|
|
uuid: ^3.0.1
|
2021-03-20 08:11:18 +00:00
|
|
|
collection: ^1.15.0
|
2016-04-18 03:27:23 +00:00
|
|
|
dev_dependencies:
|
2021-03-20 02:42:43 +00:00
|
|
|
http: ^0.13.1
|
2021-03-06 14:10:24 +00:00
|
|
|
io: ^1.0.0
|
2021-05-02 04:12:43 +00:00
|
|
|
test: ^1.17.3
|
2021-03-06 14:10:24 +00:00
|
|
|
|