0a85156103
Change-Id: I44688e573b87ffd1d06726b5fad3346137610ad8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/186820 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
23 lines
552 B
YAML
23 lines
552 B
YAML
name: analyzer_plugin
|
|
description: A framework and support code for building plugins for the analysis server.
|
|
version: 0.5.0-dev
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
|
|
|
environment:
|
|
sdk: '>=2.9.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: '>=0.42.0 <0.43.0'
|
|
dart_style: '^1.2.0'
|
|
meta: ^1.2.3
|
|
pub_semver: '^1.3.2'
|
|
|
|
dev_dependencies:
|
|
analyzer_utilities:
|
|
path: ../analyzer_utilities
|
|
html: '>=0.13.1 <0.15.0'
|
|
path: '^1.4.1'
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|