| name: pubspec_parse | |
| description: >- | |
| Simple package for parsing pubspec.yaml files with a type-safe API and rich | |
| error reporting. | |
| version: 0.1.1-dev | |
| homepage: https://github.com/dart-lang/pubspec_parse | |
| author: Dart Team <misc@dartlang.org> | |
| environment: | |
| sdk: '>=2.0.0-dev.54 <2.0.0' | |
| dependencies: | |
| json_annotation: ^0.2.8 | |
| pub_semver: ^1.3.2 | |
| yaml: ^2.1.12 | |
| dev_dependencies: | |
| build_runner: ^0.8.0 | |
| json_serializable: ^0.5.7 | |
| path: ^1.5.1 | |
| stack_trace: ^1.9.2 | |
| test: ^0.12.0 |