2a20d4be24
Change-Id: I06c0d10c87c3f329098352a7abe9ef9fa0b1532e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/241504 Reviewed-by: Kevin Moore <kevmoo@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
25 lines
473 B
YAML
25 lines
473 B
YAML
name: vm_service
|
|
version: 8.2.2+1
|
|
description: >-
|
|
A library to communicate with a service implementing the Dart VM
|
|
service protocol.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_service
|
|
|
|
environment:
|
|
sdk: '>=2.15.0 <3.0.0'
|
|
|
|
dependencies:
|
|
|
|
dev_dependencies:
|
|
async: ^2.5.0
|
|
expect: any
|
|
lints: any
|
|
markdown: ^4.0.0
|
|
mockito: any
|
|
path: ^1.8.0
|
|
process: ^4.0.0
|
|
pub_semver: ^2.0.0
|
|
test: ^1.16.0
|
|
test_package:
|
|
path: 'test/test_package'
|