blob: 11a5380f9e03348b94c80d053782400ff70264ef [file] [log] [blame]
name: test_core
version: 0.3.15
description: A basic library for writing tests and running them on the VM.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test_core
environment:
sdk: '>=2.12.0-0 <3.0.0'
dependencies:
analyzer: '>=0.39.5 <2.0.0'
async: ^2.5.0
args: '>=1.4.0 <3.0.0'
boolean_selector: ^2.1.0
collection: ^1.15.0
coverage: '>=0.13.3 <2.0.0'
glob: '>=1.0.0 <3.0.0'
io: '>=0.3.0 <2.0.0'
meta: ^1.3.0
package_config: '>=1.9.2 <3.0.0'
path: ^1.8.0
pedantic: ^1.10.0
pool: ^1.5.0
source_map_stack_trace: ^2.1.0
source_maps: ^0.10.10
source_span: ^1.8.0
stack_trace: ^1.10.0
stream_channel: ^2.1.0
vm_service: '>=1.0.0 <7.0.0'
yaml: '>=2.0.0 <4.0.0'
# matcher is tightly constrained by test_api
matcher: any
# Use an exact version until the test_api package is stable.
test_api: 0.2.19
dependency_overrides:
test_api:
path: ../test_api