mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
ffecb6d44c
Change-Id: I3a504f3006fccd1b86356380c07f6641bf1b27ae Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202305 Reviewed-by: Kenzie Schmoll <kenzieschmoll@google.com> Commit-Queue: Kenzie Schmoll <kenzieschmoll@google.com>
35 lines
681 B
YAML
35 lines
681 B
YAML
name: dds
|
|
description: >-
|
|
A library used to spawn the Dart Developer Service, used to communicate with
|
|
a Dart VM Service instance.
|
|
|
|
version: 2.0.1
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/dds
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
async: ^2.4.1
|
|
collection: ^1.15.0
|
|
devtools_shared: ^2.3.0
|
|
json_rpc_2: ^3.0.0
|
|
meta: ^1.1.8
|
|
path: ^1.8.0
|
|
pedantic: ^1.7.0
|
|
shelf: ^1.0.0
|
|
shelf_proxy: ^1.0.0
|
|
shelf_static: ^1.0.0
|
|
shelf_web_socket: ^1.0.0
|
|
sse: ^4.0.0
|
|
stream_channel: ^2.0.0
|
|
usage: ^4.0.0
|
|
vm_service: ^7.0.0
|
|
web_socket_channel: ^2.0.0
|
|
|
|
dev_dependencies:
|
|
args: ^2.0.0
|
|
http: ^0.13.0
|
|
test: ^1.0.0
|
|
webdriver: ^3.0.0
|