| name: http_parser |
| version: 4.0.0-nullsafety |
| description: >- |
| A platform-independent package for parsing and serializing HTTP formats. |
| homepage: https://github.com/dart-lang/http_parser |
| |
| environment: |
| sdk: '>=2.12.0-0 <3.0.0' |
| |
| dependencies: |
| charcode: ^1.2.0-nullsafety |
| collection: ^1.15.0-nullsafety.2 |
| source_span: ^1.8.0-nullsafety |
| string_scanner: ^1.1.0-nullsafety |
| typed_data: ^1.3.0-nullsafety.2 |
| |
| dev_dependencies: |
| pedantic: ^1.10.0-nullsafety |
| test: ^1.16.0-nullsafety.4 |
| |
| # Because these packages depend on the prev4 version of this package |
| dependency_overrides: |
| shelf: 0.7.9 |
| shelf_static: 0.2.8 |
| test: 1.16.0-nullsafety.9 |