44e99952b3
R=brianwilkerson@google.com, paulberry@google.com BUG= Review URL: https://codereview.chromium.org/1953933002 .
21 lines
511 B
YAML
21 lines
511 B
YAML
name: analyzer
|
|
version: 0.27.4-alpha.2
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Static analyzer for Dart.
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
|
|
environment:
|
|
sdk: '>=1.12.0 <2.0.0'
|
|
dependencies:
|
|
args: '>=0.12.1 <0.14.0'
|
|
crypto: '>=0.9.2 <2.0.0'
|
|
glob: ^1.0.3
|
|
html: ^0.12.0
|
|
package_config: ^0.1.1
|
|
path: '>=0.9.0 <2.0.0'
|
|
plugin: ^0.1.0
|
|
watcher: '>=0.9.6 <0.10.0'
|
|
yaml: ^2.1.2
|
|
dev_dependencies:
|
|
typed_mock: '>=0.0.4 <1.0.0'
|
|
unittest: '>=0.9.0 <0.12.0'
|