-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpubspec.yaml
52 lines (48 loc) · 1.06 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: pana
description: PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package.
version: 0.22.19-dev
repository: https://github.com/dart-lang/pana
topics:
- tool
- analysis
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
analyzer: '>=6.11.0 <8.0.0'
args: ^2.6.0
async: ^2.12.0
cli_util: ^0.4.2
collection: ^1.19.1
crypto: ^3.0.6
html: ^0.15.5
http: ^1.2.2
io: ^1.0.5
json_annotation: ^4.9.0
lints: ^5.1.1
logging: ^1.3.0
markdown: ^7.2.2
meta: ^1.16.0
path: ^1.9.1
pub_semver: ^2.1.5
pubspec_parse: ^1.4.0
retry: ^3.1.2
safe_url_check: ^1.1.2
source_span: ^1.10.1
string_scanner: ^1.4.1
tar: ^2.0.0
test: ^1.25.14 # needed for lib/src/third_party/diff_match_patch/test.dart
yaml: ^3.1.3
dev_dependencies:
build: ^2.4.2
build_config: ^1.1.2
build_runner: ^2.4.14
build_verify: ^3.1.0
build_version: ^2.1.1
dart_flutter_team_lints: ^3.2.1
json_serializable: ^6.9.0
shelf: ^1.4.2
source_gen: '>=1.5.0 <3.0.0'
test_descriptor: ^2.0.2
test_process: ^2.1.1
executables:
pana: