blob: fc54d124096e408bd308f584a6dc48dfe8244805 [file] [log] [blame]
name: pubspec_parse
description: >-
Simple package for parsing pubspec.yaml files with a type-safe API and rich
error reporting.
version: 0.1.5
homepage: https://github.com/dart-lang/pubspec_parse
author: Dart Team <misc@dartlang.org>
environment:
sdk: '>=2.2.0 <3.0.0'
dependencies:
checked_yaml: ^1.0.0
# Verified that no new features since 1.0.0 are used - be careful!
json_annotation: '>=1.0.0 <4.0.0'
pub_semver: ^1.3.2
yaml: ^2.1.12
dev_dependencies:
build_runner: ^1.0.0
build_verify: ^1.0.0
json_serializable: ^3.0.0
path: ^1.5.1
pedantic: ^1.4.0
stack_trace: ^1.9.2
test: ^1.0.0
test_descriptor: ^1.0.3
test_process: ^1.0.2