4a04e0ae3d
Change-Id: Ic0983c724e01ca11d1eb72cd9e5424a74874dcc9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192862 Reviewed-by: Kevin Moore <kevmoo@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
34 lines
722 B
YAML
34 lines
722 B
YAML
name: analyzer
|
|
version: 1.3.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: ^19.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
|