forked from dart-lang/linter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
38 lines (34 loc) · 836 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: linter
version: 0.1.107
description: >-
The implementation of the lint rules supported by the analyzer framework.
This package is not intended to be used directly.
homepage: https://github.com/dart-lang/linter
repository: https://github.com/dart-lang/linter
documentation: https://dart-lang.github.io/linter/lints
environment:
sdk: '>=2.2.2 <3.0.0'
dependencies:
analyzer: ^0.39.3
args: '>=1.4.0 <2.0.0'
charcode: ^1.0.0
glob: ^1.0.3
http: ^0.12.0
meta: ^1.0.2
path: ^1.2.0
source_span: ^1.0.2
yaml: ^2.1.2
dev_dependencies:
async: any # referenced in tests
benchmark_harness: ^1.0.0
cli_util: ^0.1.2
dart_style: ^1.3.3
fixnum:
path: test/mock_packages/fixnum
github: ^6.0.0
grinder: ^0.8.0
markdown: ^2.0.0
matcher: ^0.12.0
pedantic: ^1.6.0
pub_semver: ^1.4.2
test: ^1.9.3