f4efe7bdb8
Change-Id: I6712e973c11da7e443a12ccda86aa411781bdf75 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/145024 Reviewed-by: Samuel Rawlins <srawlins@google.com> Reviewed-by: Janice Collins <jcollins@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
33 lines
704 B
YAML
33 lines
704 B
YAML
name: analyzer
|
|
version: 0.39.8
|
|
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.6.0 <3.0.0'
|
|
|
|
dependencies:
|
|
_fe_analyzer_shared: ^3.0.0
|
|
args: ^1.0.0
|
|
charcode: ^1.1.0
|
|
collection: ^1.10.1
|
|
convert: ^2.0.0
|
|
crypto: ^2.0.0
|
|
glob: ^1.0.3
|
|
html: '>=0.13.4+1 <0.15.0'
|
|
meta: ^1.0.2
|
|
package_config: ^1.0.0
|
|
path: ^1.0.0
|
|
pub_semver: ^1.4.2
|
|
source_span: ^1.2.0
|
|
watcher: ^0.9.6
|
|
yaml: ^2.1.2
|
|
dev_dependencies:
|
|
analysis_tool:
|
|
path: ../analysis_tool
|
|
matcher: ^0.12.3
|
|
pedantic: ^1.8.0
|
|
test: ^1.0.0
|
|
test_api: ^0.2.6
|
|
test_reflective_loader: ^0.1.8
|