| name: analyzer_plugin | |
| description: A framework and support code for building plugins for the analysis server. | |
| version: 0.7.0-dev | |
| homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin | |
| environment: | |
| sdk: '>=2.12.0 <3.0.0' | |
| dependencies: | |
| analyzer: ^2.0.0 | |
| collection: ^1.15.0 | |
| dart_style: ^2.0.0 | |
| pub_semver: ^2.0.0 | |
| yaml: ^3.0.0 | |
| dev_dependencies: | |
| analyzer_utilities: | |
| path: ../analyzer_utilities | |
| html: ^0.15.0 | |
| path: ^1.8.0 | |
| test_reflective_loader: ^0.2.0 | |
| test: ^1.16.6 |