| name: analyzer |
| version: 2.1.0-dev |
| description: This package provides a library that performs static analysis of Dart code. |
| homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer |
| |
| environment: |
| sdk: '>=2.12.0 <3.0.0' |
| |
| dependencies: |
| _fe_analyzer_shared: ^23.0.0 |
| cli_util: ^0.3.0 |
| collection: ^1.15.0 |
| convert: ^3.0.0 |
| crypto: ^3.0.0 |
| glob: ^2.0.0 |
| meta: ^1.7.0 |
| package_config: ^2.0.0 |
| path: ^1.8.0 |
| pub_semver: ^2.0.0 |
| source_span: ^1.8.0 |
| watcher: ^1.0.0 |
| yaml: ^3.0.0 |
| pedantic: ^1.10.0 |
| dev_dependencies: |
| analyzer_utilities: |
| path: ../analyzer_utilities |
| args: ^2.0.0 |
| async: ^2.5.0 |
| linter: any |
| matcher: ^0.12.10 |
| test: ^1.16.0 |
| test_reflective_loader: ^0.2.0 |