-
Notifications
You must be signed in to change notification settings - Fork 85
/
pubspec.yaml
40 lines (40 loc) · 918 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
39
40
name: vendor
version: 0.9.6
description: >-
Utility for vendoring packages into a project and rewriting import/export
statements.
homepage: https://github.com/google/dart-neats/tree/master/vendor
repository: https://github.com/google/dart-neats.git
issue_tracker: https://github.com/google/dart-neats/labels/pkg:vendor
topics:
- tool
- dependency-management
dependencies:
meta: ^1.7.0
analyzer: '>=2.7.0 <7.0.0'
args: ^2.3.0
pub_semver: ^2.1.0
json_annotation: ^4.3.0
checked_yaml: ^2.0.1
yaml_edit: ^2.0.1
yaml: ^3.1.0
http: ^1.0.0
retry: ^3.1.0
glob: ^2.0.2
async: ^2.8.2
path: ^1.8.0
logging: ^1.0.2
io: ^1.0.3
tar: ^0.5.1
pubspec_parse: ^1.2.0
dev_dependencies:
shelf: ^1.2.0
test: ^1.19.2
test_descriptor: ^2.0.0
json_serializable: ^6.0.1
build_runner: ^2.1.4
build_version: ^2.1.0
chunked_stream: ^1.4.1
lints: ^2.0.1
environment:
sdk: '>=2.14.0 <3.0.0'