c7b65f65b9
Simplify to carrot constraints where possible. `args`, `crypto`, `package_config`, and `path`, all had wider constraints than is useful since all versions on previous major versions don't support the Dart 2 SDK. `watcher` constraint is already limited to a single major version and can by simplified to a carrot constraint without changing the meaning. Change-Id: Id088d417a9440af08ef5194e14340610062bab40 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134605 Commit-Queue: Nate Bosch <nbosch@google.com> Auto-Submit: Nate Bosch <nbosch@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
33 lines
704 B
YAML
33 lines
704 B
YAML
name: analyzer
|
|
version: 0.39.4
|
|
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: ^1.0.3
|
|
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
|