92e52a1874
Change-Id: I9ef36e8a6890a70baac6c18f0be2252dcf5453df Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163941 Commit-Queue: Lasse R.H. Nielsen <lrn@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
22 lines
524 B
YAML
22 lines
524 B
YAML
name: analyzer_plugin
|
|
description: A framework and support code for building plugins for the analysis server.
|
|
version: 0.3.0
|
|
author: Dart Team <misc@dartlang.org>
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
|
|
|
|
environment:
|
|
sdk: '>=2.3.0 <3.0.0'
|
|
|
|
dependencies:
|
|
analyzer: '>=0.39.12 <0.41.0'
|
|
dart_style: '^1.2.0'
|
|
pub_semver: '^1.3.2'
|
|
|
|
dev_dependencies:
|
|
analysis_tool:
|
|
path: ../analysis_tool
|
|
html: '>=0.13.1 <0.15.0'
|
|
path: '^1.4.1'
|
|
test_reflective_loader: ^0.1.8
|
|
test: ^1.0.0
|