d2775733a6
This reverts commit a486752050.
Change-Id: I112a907792b5cbfd4a1ee0eb96898dc931c92f23
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170480
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
30 lines
572 B
YAML
30 lines
572 B
YAML
name: dds
|
|
description: >-
|
|
A library used to spawn the Dart Developer Service, used to communicate with
|
|
a Dart VM Service instance.
|
|
|
|
version: 1.5.0
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/dds
|
|
|
|
environment:
|
|
sdk: '>=2.6.0 <3.0.0'
|
|
|
|
dependencies:
|
|
async: ^2.4.1
|
|
json_rpc_2: ^2.2.0
|
|
meta: ^1.1.8
|
|
pedantic: ^1.7.0
|
|
shelf: ^0.7.5
|
|
shelf_proxy: ^0.1.0+7
|
|
shelf_web_socket: ^0.2.3
|
|
sse: ^3.5.0
|
|
stream_channel: ^2.0.0
|
|
web_socket_channel: ^1.1.0
|
|
|
|
dev_dependencies:
|
|
shelf_static: ^0.2.8
|
|
test: ^1.0.0
|
|
vm_service: ^4.0.0
|
|
webdriver: ^2.1.2
|