blob: 5f1ee362574ee129f3795f46984c6a3d5c4ae361 [file] [log] [blame]
name: test
version: 1.6.0
author: Dart Team <misc@dartlang.org>
description: A full featured library for writing and running Dart tests.
homepage: https://github.com/dart-lang/test/blob/master/pkgs/test
environment:
sdk: '>=2.1.0 <3.0.0'
dependencies:
analyzer: '>=0.26.4 <0.37.0'
async: '>=1.13.0 <3.0.0'
boolean_selector: '^1.0.0'
http_multi_server: '>=1.0.0 <3.0.0'
io: '^0.3.0'
js: '^0.6.0'
multi_server_socket: '^1.0.0'
node_preamble: '^1.3.0'
package_resolver: '^1.0.0'
path: '^1.2.0'
pedantic: '^1.1.0'
pool: '^1.3.0'
pub_semver: '^1.0.0'
shelf: '>=0.6.5 <0.8.0'
shelf_packages_handler: '^1.0.0'
shelf_static: '^0.2.6'
shelf_web_socket: '^0.2.0'
source_span: '^1.4.0'
stack_trace: '^1.9.0'
stream_channel: '^1.6.0'
typed_data: '^1.0.0'
vm_service_client: '^0.2.3'
web_socket_channel: '^1.0.0'
yaml: '^2.0.0'
# Use an exact version until the test_api and test_core package are stable.
test_api: '0.2.3'
test_core: '0.2.2'
dev_dependencies:
fake_async: '>=0.1.2 <2.0.0'
shelf_test_handler: '^1.0.0'
test_descriptor: '^1.0.0'
test_process: '^1.0.0'
dependency_overrides:
test_api:
path: ./../test_api
test_core:
path: ./../test_core