dart-sdk/pkg/analyzer/pubspec.yaml
Kevin Moore ca4978e363 Add pkg:analysis_tool as an SDK-only set of utils
Reduces the API surface of pkg:analyzer that requires pkg:html

Related to https://github.com/dart-lang/sdk/issues/35802

Change-Id: Icd08d76190d6ab77cd180561cdde6df254b22557
Reviewed-on: https://dart-review.googlesource.com/c/91701
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2019-01-31 16:52:05 +00:00

31 lines
715 B
YAML

name: analyzer
version: 0.35.0
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
environment:
sdk: '>=2.1.0-dev.5.0 <3.0.0'
dependencies:
args: '>=0.12.1 <2.0.0'
charcode: ^1.1.0
collection: ^1.10.1
convert: ^2.0.0
crypto: '>=1.1.1 <3.0.0'
front_end: 0.1.10
glob: ^1.0.3
html: '>=0.12.0 <1.14.0'
kernel: 0.3.10
meta: ^1.0.2
package_config: '>=0.1.5 <2.0.0'
path: '>=0.9.0 <2.0.0'
plugin: ^0.2.0
pub_semver: ^1.4.2
source_span: ^1.2.0
watcher: '>=0.9.6 <0.10.0'
yaml: ^2.1.2
dev_dependencies:
analysis_tool:
path: ../analysis_tool
test: ^1.0.0
test_reflective_loader: ^0.1.8