| name: pubspec_parse |
| description: >- |
| Simple package for parsing pubspec.yaml files with a type-safe API and rich |
| error reporting. |
| version: 1.0.1-dev |
| repository: https://github.com/dart-lang/pubspec_parse |
| |
| environment: |
| sdk: '>=2.12.0 <3.0.0' |
| |
| dependencies: |
| checked_yaml: ^2.0.1 |
| collection: ^1.15.0 |
| json_annotation: ^4.0.0 |
| pub_semver: ^2.0.0 |
| yaml: ^3.0.0 |
| |
| dev_dependencies: |
| build_runner: ^1.0.0 |
| build_verify: ^1.0.0 |
| json_serializable: ^4.0.2 |
| path: ^1.5.1 |
| pedantic: ^1.4.0 |
| # Needed because we are configuring `combining_builder` |
| source_gen: ^0.9.5 |
| stack_trace: ^1.9.2 |
| test: ^1.0.0 |
| test_descriptor: ^2.0.0 |
| test_process: ^2.0.0 |