platform/packages/body_parser/pubspec.yaml

15 lines
460 B
YAML
Raw Normal View History

2016-03-04 03:47:20 +00:00
name: body_parser
author: Tobe O <thosakwe@gmail.com>
2018-08-11 02:08:44 +00:00
version: 1.1.1
2018-03-04 22:32:14 +00:00
description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies.
2017-07-19 21:20:57 +00:00
homepage: https://github.com/angel-dart/body_parser
2018-08-11 02:10:35 +00:00
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
dependencies:
2018-08-11 02:08:44 +00:00
dart2_constant: ^1.0.0
2018-03-04 22:32:14 +00:00
http_parser: ">=3.1.1 <4.0.0"
http_server: ">=0.9.6 <1.0.0"
2018-03-04 22:32:14 +00:00
mime: ">=0.9.3 <1.0.0"
2016-03-04 03:47:20 +00:00
dev_dependencies:
http: ">=0.11.3 <0.12.0"
2021-02-14 05:22:25 +00:00
test: ^1.15.7