d6824468f9
Change-Id: Ifdf4371221776da3ede6c28f2938eb51d19f61da Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193898 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
34 lines
722 B
YAML
34 lines
722 B
YAML
name: analyzer
|
|
version: 1.4.0
|
|
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-0 <3.0.0'
|
|
|
|
dependencies:
|
|
_fe_analyzer_shared: ^20.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.3.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_api: ^0.2.19
|
|
test_reflective_loader: ^0.2.0
|